Home | History | Annotate | Download | only in app

Lines Matching refs:TextView

21 import android.widget.TextView;
42 private TextView mAppTextView1;
43 private TextView mAppTextView2;
44 private TextView mLib1TextView1;
45 private TextView mLib1TextView2;
46 private TextView mLib2TextView1;
47 private TextView mLib2TextView2;
63 mAppTextView1 = (TextView) a.findViewById(R.id.app_text1);
64 mAppTextView2 = (TextView) a.findViewById(R.id.app_text1);
65 mLib1TextView1 = (TextView) a.findViewById(R.id.lib1_text1);
66 mLib1TextView2 = (TextView) a.findViewById(R.id.lib1_text2);
67 mLib2TextView1 = (TextView) a.findViewById(R.id.lib2_text1);
68 mLib2TextView2 = (TextView) a.findViewById(R.id.lib2_text2);