HomeSort by relevance Sort by last modified time
    Searched full:textview (Results 176 - 200 of 5405) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/tests/UsageStatsTest/res/layout/
row_item.xml 9 <TextView android:id="@android:id/text1"
15 <TextView android:id="@android:id/text2"
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/adapter/
InstanceAdapter.java 21 import android.widget.TextView;
31 public void setInstanceAttr0(TextView view, String text) {
36 public void setInstanceAttr1(TextView view, String text, String text2) {
41 public void setInstanceAttr3(TextView view, String oldText, String text) {
46 public void setInstanceAttr4(TextView view, String oldText1, String oldText2,
52 public static void setInstanceAttr6(DataBindingComponent component, TextView view, String text) {
57 public void setInstanceAttr7(DataBindingComponent component, TextView view, String text) {
62 public void setInstanceAttr8(TestComponent component, TextView view, String text, String text2) {
  /packages/apps/Calendar/res/layout/
mini_month_header.xml 23 <TextView android:id="@+id/wk_label"
30 <TextView android:id="@+id/d0_label"
37 <TextView android:id="@+id/d1_label"
44 <TextView android:id="@+id/d2_label"
51 <TextView android:id="@+id/d3_label"
58 <TextView android:id="@+id/d4_label"
65 <TextView android:id="@+id/d5_label"
72 <TextView android:id="@+id/d6_label"
  /packages/apps/Settings/src/com/android/settings/applications/
AppViewHolder.java 25 import android.widget.TextView;
34 public TextView appName;
36 public TextView summary;
37 public TextView disabled;
49 holder.appName = (TextView) convertView.findViewById(android.R.id.title);
51 holder.summary = (TextView) convertView.findViewById(R.id.widget_text1);
52 holder.disabled = (TextView) convertView.findViewById(R.id.widget_text2);
56 // Get the ViewHolder back to get fast access to the TextView
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/refactoring/usecompound/
compound6-expected-8.xml 7 <TextView
15 </TextView>
compound7-expected-9.xml 7 <TextView
15 </TextView>
  /sdk/testapps/libsTest/app/res/layout/
main.xml 8 <TextView
14 <TextView
  /sdk/testapps/libsTest/lib1/res/layout/
lib1_main.xml 7 <TextView
13 <TextView
  /sdk/testapps/libsTest/lib2/res/layout/
lib2_main.xml 7 <TextView
13 <TextView
  /sdk/testapps/testSensors/res/layout/
one_row.xml 5 <TextView
14 <TextView
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiStatusTest.java 44 import android.widget.TextView;
58 private TextView mWifiState;
59 private TextView mNetworkState;
60 private TextView mSupplicantState;
61 private TextView mRSSI;
62 private TextView mBSSID;
63 private TextView mSSID;
64 private TextView mHiddenSSID;
65 private TextView mIPAddr;
66 private TextView mMACAddr
    [all...]
  /development/samples/ApiDemos/res/layout/
table_layout_7.xml 29 <TextView
33 <TextView
40 <TextView
44 <TextView
51 <TextView
55 <TextView
66 <TextView
69 <TextView
75 <TextView
78 <TextView
    [all...]
linear_layout_4.xml 26 <TextView
32 <TextView
38 <TextView
44 <TextView
table_layout_4.xml 24 <TextView
27 <TextView
34 <TextView
37 <TextView
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/res/layout/
observable_field_test.xml 22 <TextView
27 <TextView
32 <TextView
37 <TextView
42 <TextView
47 <TextView
52 <TextView
57 <TextView
62 <TextView
68 <TextView
    [all...]
text_view_adapter_test.xml 22 <TextView android:layout_width="match_parent" android:layout_height="match_parent"
26 <TextView android:layout_width="match_parent" android:layout_height="match_parent"
33 <TextView android:layout_width="match_parent" android:layout_height="match_parent"
38 <TextView android:layout_width="match_parent" android:layout_height="match_parent"
39 android:id="@+id/textView"
59 <TextView android:layout_width="match_parent" android:layout_height="match_parent"
63 <TextView android:layout_width="match_parent" android:layout_height="match_parent"
67 <TextView android:layout_width="match_parent" android:layout_height="match_parent"
71 <TextView android:layout_width="match_parent" android:layout_height="match_parent"
75 <TextView android:layout_width="match_parent" android:layout_height="match_parent
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java 99 import android.widget.TextView;
100 import android.widget.TextView.BufferType;
101 import android.widget.TextView.OnEditorActionListener;
107 * Test {@link TextView}.
111 private TextView mTextView;
140 * Promotes the TextView to editable and places focus in it to allow simulated typing.
155 new TextView(mActivity);
157 new TextView(mActivity, null);
159 new TextView(mActivity, null, 0);
164 TextView tv = findTextView(R.id.textview_text)
    [all...]
TabHost_TabSpecTest.java 36 import android.widget.TextView;
69 TextView tvTitle = (TextView) currentTabView.findViewById(idTitle);
78 tvTitle = (TextView) currentTabView.findViewById(idTitle);
95 TextView tvTitle = (TextView) currentTabView.findViewById(idTitle);
107 tvTitle = (TextView) currentTabView.findViewById(idTitle);
118 tvTitle = (TextView) currentTabView.findViewById(idTitle);
129 tvTitle = (TextView) currentTabView.findViewById(idTitle);
139 // TabContentFactory to create a TextView as the content of the tab
    [all...]
CursorTreeAdapterTest.java 33 import android.widget.TextView;
441 TextView retView;
442 TextView textView = new TextView(mContext);
443 textView.setText(expectedStr);
449 adapter.getGroupView(0, true, textView, mParent);
458 adapter.getGroupView(10, true, textView, mParent);
464 retView = (TextView) adapter.getGroupView(1, true, null, mParent);
469 retView = (TextView) adapter.getGroupView(0, true, textView, mParent)
    [all...]
  /frameworks/base/tests/BiDiTests/res/layout/
textview_locale.xml 27 <TextView android:id="@+id/textview"
43 <TextView android:id="@+id/textview"
59 <TextView android:id="@+id/textview"
76 <TextView android:id="@+id/textview"
92 <TextView android:id="@+id/textview"
    [all...]
textview_ltr.xml 27 <TextView android:id="@+id/textview"
43 <TextView android:id="@+id/textview"
59 <TextView android:id="@+id/textview"
76 <TextView android:id="@+id/textview"
92 <TextView android:id="@+id/textview"
    [all...]
textview_rtl.xml 27 <TextView android:id="@+id/textview"
43 <TextView android:id="@+id/textview"
59 <TextView android:id="@+id/textview"
76 <TextView android:id="@+id/textview"
92 <TextView android:id="@+id/textview"
    [all...]
  /cts/tests/tests/widget/res/layout/
textview_selectallonfocus.xml 21 <TextView android:id="@+id/selectAllOnFocus_default"
26 <TextView android:id="@+id/selectAllOnFocus_true"
32 <TextView android:id="@+id/selectAllOnFocus_false"
38 <TextView android:id="@+id/selectAllOnFocus_dummy"
  /development/ndk/platforms/android-4/samples/san-angeles/res/layout/
main.xml 7 <TextView
  /development/samples/ApiDemos/src/com/example/android/apis/view/
AutoComplete3.java 37 AutoCompleteTextView textView = (AutoCompleteTextView)
39 textView.setAdapter(adapter);
40 textView = (AutoCompleteTextView) findViewById(R.id.edit2);
41 textView.setAdapter(adapter);

Completed in 298 milliseconds

1 2 3 4 5 6 78 91011>>