Home
last modified time | relevance | path

Searched refs:id (Results 1 – 25 of 35) sorted by relevance

12

/sdk/testapps/javaProjectTest/app/src/com/android/tests/javaprojecttest/app/
DMain.java23 TextView tv = (TextView) findViewById(R.id.app); in onCreate()
26 tv = (TextView) findViewById(R.id.lib1); in onCreate()
29 tv = (TextView) findViewById(R.id.lib2); in onCreate()
32 tv = (TextView) findViewById(R.id.javaProject1); in onCreate()
35 tv = (TextView) findViewById(R.id.javaProject2); in onCreate()
38 tv = (TextView) findViewById(R.id.javaProject3); in onCreate()
41 tv = (TextView) findViewById(R.id.basicJar); in onCreate()
44 tv = (TextView) findViewById(R.id.basicJar2); in onCreate()
47 tv = (TextView) findViewById(R.id.basicJar3); in onCreate()
/sdk/testapps/libsTest/appTest/src/com/android/tests/libstest/app/
DMainActivityTest.java63 mAppTextView1 = (TextView) a.findViewById(R.id.app_text1); in setUp()
64 mAppTextView2 = (TextView) a.findViewById(R.id.app_text1); in setUp()
65 mLib1TextView1 = (TextView) a.findViewById(R.id.lib1_text1); in setUp()
66 mLib1TextView2 = (TextView) a.findViewById(R.id.lib1_text2); in setUp()
67 mLib2TextView1 = (TextView) a.findViewById(R.id.lib2_text1); in setUp()
68 mLib2TextView2 = (TextView) a.findViewById(R.id.lib2_text2); in setUp()
/sdk/testapps/libsAndJarTest/app/src/com/android/tests/javaprojecttest/app/
DMain.java19 TextView tv = (TextView) findViewById(R.id.app); in onCreate()
22 tv = (TextView) findViewById(R.id.lib1); in onCreate()
25 tv = (TextView) findViewById(R.id.lib2); in onCreate()
28 tv = (TextView) findViewById(R.id.basicJar); in onCreate()
31 tv = (TextView) findViewById(R.id.basicJar2); in onCreate()
/sdk/testapps/libsTest/lib1Test/src/com/android/tests/libstest/lib1/
DMainActivityTest.java61 mLib1TextView1 = (TextView) a.findViewById(R.id.lib1_text1); in setUp()
62 mLib1TextView2 = (TextView) a.findViewById(R.id.lib1_text2); in setUp()
63 mLib2TextView1 = (TextView) a.findViewById(R.id.lib2_text1); in setUp()
64 mLib2TextView2 = (TextView) a.findViewById(R.id.lib2_text2); in setUp()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DWindowsLoader.java63 int id; in loadWindows() local
65 id = (int) Long.parseLong(windowId, 16); in loadWindows()
67 id = Integer.parseInt(windowId, 16); in loadWindows()
70 Window w = new Window(line.substring(index + 1), id); in loadWindows()
DViewNode.java27 public String id; field in ViewNode
66 id = namedProperties.get("mID").value; in decode()
122 filtered = pattern.matcher(shortName).find() || pattern.matcher(id).find(); in filter()
/sdk/templates/docs/
Ddefault.js93 id: $(this).attr('id').replace(/toc_/, 'nav_'), property
104 $('#' + headerPositionCache[i].id).addClass('selected');
121 function smoothScrollToId(id) { argument
122 var $target = $('#' + id);
124 document.location.hash = id;
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
DMainActivity.java58 mTextError = (TextView) findViewById(R.id.textError); in onCreate()
59 mTextStatus = (TextView) findViewById(R.id.textStatus); in onCreate()
61 WebView wv = (WebView) findViewById(R.id.webIntro); in onCreate()
109 mBtnOpenMultitouch = (Button) findViewById(R.id.btnOpenMultitouch); in setupButtons()
110 mBtnOpenSensors = (Button) findViewById(R.id.btnOpenSensors); in setupButtons()
130 mBtnToggleService = (ToggleButton) findViewById(R.id.toggleService); in setupButtons()
DSensorActivity.java77 mTableLayout = (TableLayout) findViewById(R.id.tableLayout); in onCreate()
78 mTextError = (TextView) findViewById(R.id.textError); in onCreate()
79 mTextStatus = (TextView) findViewById(R.id.textStatus); in onCreate()
80 mTextTargetHz = (TextView) findViewById(R.id.textSampleRate); in onCreate()
81 mTextActualHz = (TextView) findViewById(R.id.textActualRate); in onCreate()
215 mChk = (CheckBox) row.findViewById(R.id.row_checkbox); in DisplayInfo()
222 mVal = (TextView) row.findViewById(R.id.row_textview); in DisplayInfo()
/sdk/testapps/buildConfigTest/app/src/com/android/tests/buildconfigtest/
DMain.java19 TextView tv = (TextView) findViewById(R.id.app); in onCreate()
23 TextView tv = (TextView) findViewById(R.id.lib1); in onCreate()
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/
DNotificationStudioActivity.java85 MaxHeightScrollView preview = (MaxHeightScrollView) findViewById(R.id.preview_scroller); in initPreviewScroller()
94 final View e = findViewById(R.id.editors); in initPreviewScroller()
120 LinearLayout items = (LinearLayout) findViewById(R.id.items);
127 ((TextView) dividerView.findViewById(R.id.divider_text)).setText(itemCategory);
153 ViewGroup oneU = (ViewGroup) findViewById(R.id.oneU);
154 ViewGroup fourU = (ViewGroup) findViewById(R.id.fourU);
159 ImageView largeIcon = (ImageView) findViewById(R.id.large_icon);
213 case R.id.action_share_code: in onOptionsItemSelected()
216 case R.id.action_share_mockup: in onOptionsItemSelected()
/sdk/testapps/libsTest/lib2Test/src/com/android/tests/libstest/lib2/
DMainActivityTest.java61 mTextView1 = (TextView) a.findViewById(R.id.lib2_text1); in setUp()
62 mTextView2 = (TextView) a.findViewById(R.id.lib2_text2); in setUp()
/sdk/testapps/userLibTest/src/com/android/tests/userlibtest/
DMain.java16 TextView tv = (TextView) findViewById(R.id.basicJar); in onCreate()
/sdk/testapps/legacyTest/src/com/android/tests/javaprojecttest/app/
DMain.java16 TextView tv = (TextView) findViewById(R.id.basicJar); in onCreate()
/sdk/testapps/testSensors/src/com/android/tests/testsensors/
DTestSensorsActivity.java68 mName = (TextView) row.findViewById(R.id.row_textview_name); in MonitoredSensor()
71 mVal = (TextView) row.findViewById(R.id.row_textview_value); in MonitoredSensor()
207 mTableLayout = (TableLayout) findViewById(R.id.tableLayout); in onCreate()
/sdk/testapps/customPropAnimTest/src/com/android/custompropertyanimation/
DCustomPropertyAnimationActivity.java14 LinearLayout container = (LinearLayout) findViewById(R.id.container); in onCreate()
/sdk/testapps/testProjectTest/testapp/src/com/android/tests/testprojecttest/lib/
DLibActivityTest.java59 mTextView = (TextView) a.findViewById(R.id.text); in setUp()
/sdk/testapps/testProjectTest/testlib/src/com/android/tests/testprojecttest/lib/
DLibActivityTest.java59 mTextView = (TextView) a.findViewById(R.id.text); in setUp()
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DDateTimeEditor.java48 final Button dateButton = (Button) v.findViewById(R.id.date_button); in bindEditor()
49 final Button timeButton = (Button) v.findViewById(R.id.time_button); in bindEditor()
50 final Button resetButton = (Button) v.findViewById(R.id.reset_button); in bindEditor()
DDropDownEditor.java35 final Spinner dropDownEditor = (Spinner) v.findViewById(R.id.drop_down_editor); in bindEditor()
70 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) { in bindEditor()
DBooleanEditor.java32 final ViewStub booleanEditorStub = (ViewStub) v.findViewById(R.id.boolean_editor_stub); in bindEditor()
DIconEditor.java38 final LinearLayout iconEditor = (LinearLayout) v.findViewById(R.id.icon_editor_layout); in bindEditor()
40 (HorizontalScrollView) v.findViewById(R.id.icon_editor_scroller); in bindEditor()
/sdk/testapps/libsTest/lib2/src/com/android/tests/libstest/lib2/
DLib2.java14 TextView tv = (TextView) a.findViewById(R.id.lib2_text2); 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()
/sdk/testapps/libsTest/lib1/src/com/android/tests/libstest/lib1/
DLib1.java14 TextView tv = (TextView) a.findViewById(R.id.lib1_text2); in handleTextView()

12