高中生

- 金币
- 765
- 好评
- 0
- 信誉
- 100
|
//
// Decompiled by Jadx (from NP Manager)
//
package com.jsj.autojs.adapter;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
求教
public class f {
public Object h(ViewGroup viewGroup, int i) {
View inflate = View.inflate(this.d, 2131362193, null);
int[] iArr = this.f;
inflate.setBackgroundColor(iArr[i % iArr.length]);
((ImageView) inflate.findViewById(2131231092)).setImageResource(((Integer) this.c.get(i)).intValue());
viewGroup.addView(inflate);
if (i == this.c.size() - 1) {
TextView textView = (TextView) inflate.findViewById(2131230972);
textView.setVisibility(0);
textView.setText(this.e ? "分享好友" : "立即体验");
inflate.setOnClickListener(new e(this));
} else {
inflate.findViewById(2131230787).setVisibility(0);
}
return inflate;
}
}
有什么方法获取H方法的传入的参数,谢谢
|
|