/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractIncludeRefactoringTest.java | 52 "@+id/button2"); 58 "@+id/button2", "@+id/android_logo");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
sample1a-expected-extract7.diff | 5 - <Button android:text="SecondButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/button2"></Button> 31 + android:id="@+id/button2"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SelectionManagerTest.java | 54 ViewInfo child2 = new ViewInfo("Button2", child2Node, 0, 20, 70, 25); 105 ViewInfo child2 = new ViewInfo("Button2", child2Node, 0, 20, 70, 25);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
ZenModePanel.java | 783 final ImageView button2 = (ImageView) row.findViewById(android.R.id.button2); local 784 button2.setOnClickListener(new OnClickListener() { [all...] |
/development/apps/launchperf/res/values/ |
strings.xml | 35 <string name="relative_button2">Button2</string>
|
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
InputController.java | 115 viewId = R.id.Button2;
|
/frameworks/base/core/res/res/layout/ |
recent_apps_dialog.xml | 69 android:id="@+id/button2" />
|
alert_dialog.xml | 137 <Button android:id="@+id/button2"
|
alert_dialog_holo.xml | 113 <Button android:id="@+id/button2"
|
alert_dialog_leanback.xml | 108 <Button android:id="@+id/button2"
|
/frameworks/base/core/res/res/layout-watch/ |
alert_dialog_material.xml | 98 <Button android:id="@+id/button2"
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListViewHeight.java | 48 mButton2 = findViewById(R.id.button2);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
TunerZenModePanel.java | 62 mMoreSettings = mButtons.findViewById(android.R.id.button2);
|
/frameworks/base/tests/TransitionTests/res/layout/ |
crossfade_multiple.xml | 56 android:id="@+id/button2"/>
|
/frameworks/base/tests/TransitionTests/res/values/ |
strings.xml | 48 <string name="button2">Button 2</string>
|
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
CrossfadeMultiple.java | 105 case R.id.button2:
|
HierarchicalMove.java | 47 buttons[2] = (Button) findViewById(R.id.button2);
|
/packages/apps/PackageInstaller/res/layout-watch/ |
accept_deny_dialog.xml | 85 android:id="@android:id/button2"
|
/platform_testing/tests/jank/jankmicrobenchmark/src/com/android/jankmicrobenchmark/janktests/ |
ApiDemoJankTests.java | 260 UiObject2 button2 = mDevice.wait(Until.findObject( local 262 Assert.assertNotNull("Button2 isn't found", button2); 263 button2.click();
|
/cts/tests/tests/view/src/android/view/cts/ |
WindowTest.java | 652 && (mPresentation.button2 != null) && (mPresentation.button3 != null) 654 assertTrue(mPresentation.button1.isFocusable() && mPresentation.button2.isFocusable() && 662 mPresentation.button2.setOnFocusChangeListener(listener); 684 mPresentation.button2.setOnClickListener(clickListener); 697 (mPresentation.button2.isFocused() == button2Focused) && 743 public Button button2 = null; field in class:WindowTest.ProjectedPresentation 758 button2 = (Button) findViewById(R.id.presentation_button2); [all...] |
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/res/layout/ |
allwidgets.xml | 61 android:id="@id/button2" 276 android:layout_below="@id/button2" 278 android:layout_alignStart="@id/button2" />
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
AccessibilityWindowQueryTest.java | 284 final AccessibilityNodeInfo button2 = window.getRoot() local 286 "android.accessibilityservice.cts:id/button2").get(0); 292 button2.performAction(AccessibilityNodeInfo.ACTION_CLICK); [all...] |
/developers/build/prebuilts/gradle/PermissionRequest/Application/tests/src/com/example/android/permissionrequest/test/ |
SampleTests.java | 99 clickDialogButton(dialogFragment, android.R.id.button2);
|
/developers/samples/android/content/webview/PermissionRequest/Application/tests/src/com/example/android/permissionrequest/test/ |
SampleTests.java | 99 clickDialogButton(dialogFragment, android.R.id.button2);
|
/frameworks/base/core/java/android/content/ |
DialogInterface.java | 41 int BUTTON2 = BUTTON_NEGATIVE;
|