OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textView1
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
CameraBrowser.java
81
TextView
textView1
= (TextView)view.findViewById(android.R.id.text1);
86
textView1
.setText(info.getManufacturer());
89
textView1
.setText("???");
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/grid/
GridModelTest.java
137
" android:id=\"@+id/
TextView1
\"\n" +
170
TestNode
textView1
= TestNode.findById(targetNode, "@+id/
TextView1
");
178
assertNotNull(
textView1
);
183
textView1
.bounds(new Rect(200, 10, 100, 40));
194
ViewData textViewData = model.getView(
textView1
);
205
assertNotNull(model.getView(
textView1
));
216
" android:id=\"@+id/
TextView1
\"\n" +
241
// Delete
textView1
243
textView1
.getParent().removeChild(textView1)
[
all
...]
/cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java
261
TextView
textView1
= new TextView(mContext);
266
vg.addView(
textView1
);
270
vg.bringChildToFront(
textView1
);
271
assertEquals(vg,
textView1
.getParent());
280
assertSame(
textView1
, vg.getChildAt(0));
412
TextView
textView1
= new TextView(mContext);
416
vg.addView(
textView1
);
424
assertNull(
textView1
.getParent());
941
MockTextView
textView1
= new MockTextView(mContext);
943
vg.addView(
textView1
);
[
all
...]
Completed in 4019 milliseconds