Home
last modified time | relevance | path

Searched defs:button (Results 1 – 25 of 30) sorted by relevance

12

/cts/tests/tests/view/src/android/view/cts/
DView_DefaultFocusHighlightTest.java64 Button button = (Button) activity.findViewById(R.id.button); in testSettersAndGetters() local
98 Button button = (Button) activity.findViewById(R.id.button_to_inflate); in testInflating() local
118 final Button button = (Button) activity.findViewById(R.id.button_to_test_highlight_needed); in testIsDefaultFocusHighlightNeeded() local
DTouchDelegateTestActivity.java65 final Button button = findViewById(R.id.button); in onCreate() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DTvAppVerifierActivity.java61 View button = item.findViewById(R.id.user_action_button); in setButtonEnabled() local
85 Button button = (Button) item.findViewById(R.id.user_action_button); in createUserItem() local
101 Button button = (Button) item.findViewById(R.id.user_action_button); in createUserItem() local
126 Button button = (Button) item.findViewById(R.id.user_action_button); in createButtonItem() local
138 static boolean containsButton(View item, View button) { in containsButton()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DOneTimeCompoundButtonListener.java35 private final CompoundButton button; field in OneTimeCompoundButtonListener
38 OneTimeCompoundButtonListener(String name, CompoundButton button, in OneTimeCompoundButtonListener()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityWindowQueryTest.java173 AccessibilityNodeInfo button = sUiAutomation.getRootInActiveWindow() in testFindByContentDescription() local
353 AccessibilityNodeInfo button = sUiAutomation in testPerformActionSetAndClearFocus() local
379 AccessibilityNodeInfo button = sUiAutomation in testPerformActionSelect() local
397 AccessibilityNodeInfo button = sUiAutomation in testPerformActionClearSelection() local
424 final AccessibilityNodeInfo button = sUiAutomation in testPerformActionClick() local
442 final AccessibilityNodeInfo button = sUiAutomation in testPerformActionLongClick() local
461 AccessibilityNodeInfo button = sUiAutomation in testPerformCustomAction() local
483 final AccessibilityNodeInfo button = sUiAutomation in testGetEventSource() local
537 AccessibilityNodeInfo button = sUiAutomation in testObjectContract() local
DAccessibilityOverlayTest.java74 final Button button = new Button(mService); in testA11yServiceShowsOverlay_shouldAppear() local
DAccessibilityEndToEndTest.java210 final Button button = (Button) mActivity.findViewById(R.id.button); in testTypeViewClickedAccessibilityEvent() local
248 final Button button = (Button) mActivity.findViewById(R.id.button); in testTypeViewLongClickedAccessibilityEvent() local
288 final Button button = (Button) mActivity.findViewById(R.id.buttonWithTooltip); in testTypeViewFocusedAccessibilityEvent() local
772 final AccessibilityNodeInfo button = sUiAutomation.getRootInActiveWindow() in testA11yActionTriggerMotionEventActionOutside() local
815 final Button button = getOnMain(sInstrumentation, () -> mActivity.findViewById( in testTouchDelegateInfoReportedToAccessibility() local
848 final Button button = mActivity.findViewById(R.id.button); in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain() local
DAccessibilityWindowReportingTest.java131 final Button button = new Button(mActivity); in testWindowAddedMovedAndRemoved_generatesEventsForAllThree() local
303 final Button button = new Button(mActivity); in showTopWindowAndWaitForItToShowUp() local
/cts/tests/tests/widget/src/android/widget/cts/util/
DListItemFactory.java119 final Button button = new Button(context); in horizontalButtonSlots() local
127 final Button button = new Button(context); in horizontalButtonSlots() local
135 final Button button = new Button(context); in horizontalButtonSlots() local
154 public static View button(int position, Context context, String text, int desiredHeight) { in button() method in ListItemFactory
/cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/
DManualPackageInstallTest.java108 UiObject2 button = mDevice.findObject(INSTALL_BUTTON_SELECTOR); in automateInstallClick() local
118 UiObject2 button = mDevice.findObject(getPopUpButtonSelector()); in automateDismissInstallBlockedDialog() local
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
DSuspendPackageTest.java103 final UiObject2 button = device.findObject(getPopUpButtonSelector()); in dismissPolicyTransparencyDialog() local
113 final UiObject2 button = device.findObject(SUSPEND_BUTTON_SELECTOR); in dismissCustomDialog() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/widgets/
DProjectionWidgetActivity.java61 Button button; in onCreate() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/car/
DCarDockTestActivity.java66 Button button = (Button) view.findViewById(R.id.car_mode); in onCreate() local
/cts/tests/tests/preference/src/android/preference/cts/
DPreferenceWithHeaders.java43 Button button = new Button(this); in onCreate() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationListenerVerifierActivity.java286 Button button = mView.findViewById(R.id.nls_action_button); in inflate() local
298 Button button = mView.findViewById(R.id.nls_action_button); in setUp() local
361 Button button = mView.findViewById(R.id.nls_action_button); in inflate() local
377 Button button = mView.findViewById(R.id.nls_action_button); in setUp() local
438 Button button = mView.findViewById(R.id.nls_action_button); in inflate() local
446 Button button = mView.findViewById(R.id.nls_action_button); in setUp() local
510 Button button = mView.findViewById(R.id.nls_action_button); in inflate() local
518 Button button = mView.findViewById(R.id.nls_action_button); in setUp() local
DInteractiveVerifierActivity.java211 View button = item.findViewById(R.id.nls_action_button); in markItem() local
252 Button button = (Button) item.findViewById(R.id.nls_action_button); in createUserItem() local
262 View button = item.findViewById(R.id.nls_action_button); in createAutoItem() local
/cts/tests/app/src/android/app/cts/
DAlertDialogTest.java161 private void performClick(final Button button) throws Throwable { in performClick()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/activities/
DAccessibilityEndToEndActivity.java78 Button button = findViewById(R.id.button); in onCreate() local
/cts/tests/tests/text/src/android/text/method/cts/
DPasswordTransformationMethodTest.java100 Button button = new Button(mActivity); in setup() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DIntentDrivenTestActivity.java70 final Button button = new Button(this); in onCreate() local
/cts/tests/tests/role/src/android/app/role/cts/
DRoleManagerTest.java346 UiObject2 button = sUiDevice.wait(Until.findObject(By.res(buttonId)), TIMEOUT_MILLIS); in clickButtonAndWaitForResult() local
447 UiObject2 button = sUiDevice.wait(Until.findObject(By.res("android:id/button1")), in allowRoleRequestForApp28() local
/cts/tests/tests/widget/src/android/widget/cts/
DFrameLayoutTest.java178 Button button = (Button) frameLayout.findViewById(R.id.framelayout_button); in testAccessMeasureAllChildren() local
DRelativeLayoutTest.java352 View button = mActivity.findViewById(R.id.button1); in testBaselineAlignment() local
DRadioGroupTest.java366 RadioButton button = new RadioButton(mActivity); in testOnFinishInflate() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DPermissionsTest.java413 UiObject2 button = mDevice.findObject(selector); in pressPermissionPromptButton() local

12