Home
last modified time | relevance | path

Searched refs:tv (Results 1 – 22 of 22) sorted by relevance

/sdk/testapps/javaProjectTest/app/src/com/android/tests/javaprojecttest/app/
DMain.java23 TextView tv = (TextView) findViewById(R.id.app); in onCreate() local
24 tv.setText("App: " + App.getContent()); in onCreate()
26 tv = (TextView) findViewById(R.id.lib1); in onCreate()
27 tv.setText("Lib1: " + Lib1.getContent()); in onCreate()
29 tv = (TextView) findViewById(R.id.lib2); in onCreate()
30 tv.setText("Lib2: " + Lib2.getContent()); in onCreate()
32 tv = (TextView) findViewById(R.id.javaProject1); in onCreate()
33 tv.setText("JavaProject: " + JavaProject.getContent()); in onCreate()
35 tv = (TextView) findViewById(R.id.javaProject2); in onCreate()
36 tv.setText("JavaProject2: " + JavaProject2.getContent()); in onCreate()
[all …]
/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
DMyActivity.java62 TextView tv = (TextView) findViewById(R.id.keyboard_state_api); in onCreate() local
63 if (tv != null) { in onCreate()
86 tv.setText(foo); in onCreate()
89 tv = (TextView) findViewById(R.id.nav_state_api); in onCreate()
90 if (tv != null) { in onCreate()
92 tv.setText("EXPOSED"); in onCreate()
94 tv.setText("HIDDEN"); in onCreate()
96 tv.setText("UNDEFINED"); in onCreate()
98 tv.setText("??"); in onCreate()
105 tv = (TextView) findViewById(R.id.size_api); in onCreate()
[all …]
/sdk/testapps/libsAndJarTest/app/src/com/android/tests/javaprojecttest/app/
DMain.java19 TextView tv = (TextView) findViewById(R.id.app); in onCreate() local
20 tv.setText("App: " + App.getContent()); in onCreate()
22 tv = (TextView) findViewById(R.id.lib1); in onCreate()
23 tv.setText("Lib1: " + Lib1.getContent()); in onCreate()
25 tv = (TextView) findViewById(R.id.lib2); in onCreate()
26 tv.setText("Lib2: " + Lib2.getContent()); in onCreate()
28 tv = (TextView) findViewById(R.id.basicJar); in onCreate()
29 tv.setText("BasicJar: " + BasicJar.getContent()); in onCreate()
31 tv = (TextView) findViewById(R.id.basicJar2); in onCreate()
32 tv.setText("BasicJar2: " + BasicJar2.getContent()); in onCreate()
/sdk/testapps/buildConfigTest/app/src/com/android/tests/buildconfigtest/
DMain.java19 TextView tv = (TextView) findViewById(R.id.app); in onCreate() local
20 tv.setText("App: DEBUG"); in onCreate()
23 TextView tv = (TextView) findViewById(R.id.lib1); in onCreate() local
24 tv.setText("Lib: " + Lib1.getContent()); in onCreate()
/sdk/testapps/libsTest/lib2/src/com/android/tests/libstest/lib2/
DLib2.java14 TextView tv = (TextView) a.findViewById(R.id.lib2_text2); in handleTextView() local
15 if (tv != null) { in handleTextView()
16 tv.setText(getContent()); in handleTextView()
/sdk/testapps/libsTest/lib1/src/com/android/tests/libstest/lib1/
DLib1.java14 TextView tv = (TextView) a.findViewById(R.id.lib1_text2); in handleTextView() local
15 if (tv != null) { in handleTextView()
16 tv.setText(Lib1.getContent()); in handleTextView()
/sdk/testapps/libsTest/app/src/com/android/tests/libstest/app/
DApp.java14 TextView tv = (TextView) a.findViewById(R.id.app_text2); in handleTextView() local
15 if (tv != null) { in handleTextView()
16 tv.setText(getContent()); in handleTextView()
/sdk/testapps/userLibTest/src/com/android/tests/userlibtest/
DMain.java16 TextView tv = (TextView) findViewById(R.id.basicJar); in onCreate() local
17 tv.setText("BasicJar: " + BasicJar.getContent()); in onCreate()
/sdk/testapps/legacyTest/src/com/android/tests/javaprojecttest/app/
DMain.java16 TextView tv = (TextView) findViewById(R.id.basicJar); in onCreate() local
17 tv.setText("basicJar: " + BasicJar.getContent()); in onCreate()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DOutlinePage.java388 TreeViewer tv = getTreeViewer(); in createOutline() local
389 tv.setAutoExpandLevel(2); in createOutline()
390 tv.setContentProvider(new ContentProvider()); in createOutline()
391 tv.setLabelProvider(new LabelProvider()); in createOutline()
392 tv.setInput(mRootWrapper); in createOutline()
393 tv.expandToLevel(mRootWrapper.getRoot(), 2); in createOutline()
400 tv.addDropSupport(supportedOperations, transfers, new OutlineDropListener(this, tv)); in createOutline()
401 tv.addDragSupport(supportedOperations, transfers, new OutlineDragListener(this, tv)); in createOutline()
406 tv.setComparer(new IElementComparer() { in createOutline()
436 tv.addDoubleClickListener(new IDoubleClickListener() { in createOutline()
[all …]
/sdk/testapps/jarCheckTests1/app/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/jarCheckTests3/lib1/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/jarCheckTests2/lib2/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/javaProjectTest/lib2/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/jarCheckTests2/lib1/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/libsAndJarTest/lib1/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/javaProjectTest/lib1/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/jarCheckTests1/lib1/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/libsAndJarTest/lib2/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/jarCheckTests1/lib2/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/jarCheckTests3/lib2/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/apps/NotificationStudio/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...