/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
sample1a-expected-extract7.diff | 3 - <Button android:text="FirstButton" android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button> 19 + android:id="@+id/button1"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SelectionManagerTest.java | 51 ViewInfo child1 = new ViewInfo("Button1", child1Node, 0, 0, 50, 20); 102 ViewInfo child1 = new ViewInfo("Button1", child1Node, 0, 0, 50, 20);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
ZenModePanel.java | 668 final ImageView button1 = (ImageView) row.findViewById(android.R.id.button1); local 669 button1.setOnClickListener(new OnClickListener() { 692 button1.setVisibility(VISIBLE); 695 button1.setEnabled(mBucketIndex > 0); 699 button1.setEnabled(span > MIN_BUCKET_MINUTES * MINUTES_MS); 705 button1.setAlpha(button1.isEnabled() ? 1f : .5f); 708 button1.setVisibility(GONE); 715 Interaction.register(button1, mInteractionCallback) [all...] |
/cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/ |
ManualPackageInstallTest.java | 35 .res("android:id/button1")
|
/development/apps/launchperf/res/values/ |
strings.xml | 34 <string name="relative_button1">Button1</string>
|
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
InputController.java | 110 viewId = R.id.Button1;
|
/frameworks/base/core/res/res/layout/ |
recent_apps_dialog.xml | 65 android:id="@+id/button1" />
|
/frameworks/base/core/res/res/layout-watch/ |
alert_dialog_material.xml | 85 <Button android:id="@+id/button1"
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListViewHeight.java | 47 mButton1 = findViewById(R.id.button1);
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
PickFragment.java | 71 mPick = (Button) mContainer.findViewById(android.R.id.button1);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
TunerZenModePanel.java | 65 mDone = mButtons.findViewById(android.R.id.button1);
|
/frameworks/base/tests/TransitionTests/res/layout/ |
crossfade_multiple.xml | 50 android:id="@+id/button1"/>
|
/frameworks/base/tests/TransitionTests/res/values/ |
strings.xml | 47 <string name="button1">Button 1</string>
|
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
CrossfadeMultiple.java | 99 case R.id.button1:
|
HierarchicalMove.java | 46 buttons[1] = (Button) findViewById(R.id.button1);
|
/packages/apps/Contacts/tests/res/layout/ |
quick_contact_tests.xml | 95 android:id="@android:id/button1"
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/quickcontact/ |
QuickContactTestsActivity.java | 68 mButton = (Button) findViewById(android.R.id.button1);
|
/packages/apps/Settings/res/layout/ |
dream_info_row.xml | 60 android:id="@android:id/button1"
|
/platform_testing/tests/androidbvt/src/com/android/androidbvt/ |
SysBugReportTests.java | 84 mDevice.wait(Until.findObject(By.res("android", "button1")), mABvtHelper.LONG_TIMEOUT)
|
/platform_testing/tests/jank/jankmicrobenchmark/src/com/android/jankmicrobenchmark/janktests/ |
ApiDemoJankTests.java | 252 UiObject2 button1 = mDevice.wait(Until.findObject( local 254 Assert.assertNotNull("Button1 isn't found", button1); 255 button1.click();
|
/cts/tests/tests/view/src/android/view/cts/ |
ViewTreeObserverTest.java | 129 final Button b = (Button) mActivity.findViewById(R.id.button1); 269 final Button b = (Button) mActivity.findViewById(R.id.button1);
|
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/ |
SoundTriggerTestActivity.java | 138 public int compare(RadioButton button0, RadioButton button1) { 139 return button0.getText().toString().compareTo(button1.getText().toString());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidXmlAutoEditStrategyTest.java | 270 " android:id=\"@+id/button1\"\n" + 277 " android:id=\"@+id/button1\"\n" +
|
/cts/tests/deviceadmin/uninstalltest/src/android/devicepolicy/cts/uiautomatertest/ |
DeviceAdminUninstallTest.java | 72 .resourceId("android:id/button1");
|
/cts/tests/tests/animation/src/android/animation/cts/ |
LayoutAnimationTest.java | 53 mButton = (Button)mActivity.findViewById(R.id.button1);
|