Lines Matching refs:view
24 import android.view.LayoutInflater;
25 import android.view.View;
26 import android.view.ViewGroup;
44 protected View inflateItemView(ViewGroup parent) {
49 protected View inflateItemViewLoading(ViewGroup parent) {
54 protected void bindView(View view, String directoryType, String directoryName,
56 TextView text1 = (TextView)view.findViewById(R.id.text1);
57 TextView text2 = (TextView)view.findViewById(R.id.text2);
63 protected void bindViewLoading(View view, String directoryType, String directoryName) {
64 TextView text1 = (TextView)view.findViewById(R.id.text1);