Searched refs:button3 (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListViewHeightTest.java53 final Button button3 = (Button) mActivity.findViewById(R.id.button3);
79 button3.performClick();
83 assertFalse("List should not be visible clicking button3", list.isShown());
H A DListViewHeight.java49 mButton3 = findViewById(R.id.button3);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTransformsAndAnimationsActivity.java37 Button button3; field in class:TransformsAndAnimationsActivity
60 button3 = (Button) findViewById(R.id.button3);
112 button3.setTranslationX(50);
131 button3.startAnimation(alphaAnim);
153 button3.setLayerType(layerType, null);
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DLLOfTwoFocusableInTouchMode.java43 mButton3 = findViewById(R.id.button3);
H A DBaselineAlignmentCenterGravityTest.java45 mButton3 = (Button) activity.findViewById(R.id.button3);
/frameworks/base/services/java/com/android/server/am/
H A DBaseErrorDialog.java66 b = (Button)findViewById(R.id.button3);
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DHierarchicalMove.java48 buttons[3] = (Button) findViewById(R.id.button3);
H A DCrossfadeMultiple.java111 case R.id.button3:
/frameworks/uiautomator/tests/CtsUiAutomatorTest/testapp/src/com/android/uiautomator/tests/cts/testapp/
H A DTest2DetailFragment.java124 builder.setMessage(R.string.button3);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DRecentApplicationsDialog.java113 mIcons[3] = (TextView)findViewById(com.android.internal.R.id.button3);
/frameworks/uiautomator/tests/CtsUiAutomatorTest/src/com/android/uiautomator/tests/cts/
H A DCtsUiAutomatorTest.java713 UiObject button3 = new UiObject(new UiSelector().className(
715 button3.longClick();
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java555 mButtonNeutral = (Button) mWindow.findViewById(R.id.button3);

Completed in 422 milliseconds