Home
last modified time | relevance | path

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

12

/cts/tests/tests/view/src/android/view/cts/
DView_DefaultFocusHighlightTest.java63 Button button = (Button) activity.findViewById(R.id.button); in testSettersAndGetters() local
97 Button button = (Button) activity.findViewById(R.id.button_to_inflate); in testInflating() local
117 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.java130 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testFindByContentDescription() local
310 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformActionSetAndClearFocus() local
335 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformActionSelect() local
352 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformActionClearSelection() local
378 final AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformActionClick() local
395 final AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformActionLongClick() local
413 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformCustomAction() local
434 final AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testGetEventSource() local
487 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testObjectContract() local
DAccessibilityOverlayTest.java72 final Button button = new Button(mService); in testA11yServiceShowsOverlay_shouldAppear() local
DAccessibilityWindowReportingTest.java129 final Button button = new Button(mActivity); in testWindowAddedMovedAndRemoved_generatesEventsForAllThree() local
301 final Button button = new Button(mActivity); in showTopWindowAndWaitForItToShowUp() local
DAccessibilityEndToEndTest.java148 final Button button = (Button) getActivity().findViewById(R.id.button); in testTypeViewClickedAccessibilityEvent() local
185 final Button button = (Button) getActivity().findViewById(R.id.button); in testTypeViewLongClickedAccessibilityEvent() local
224 final Button button = (Button) getActivity().findViewById(R.id.buttonWithTooltip); in testTypeViewFocusedAccessibilityEvent() local
/cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/
DManualPackageInstallTest.java102 UiObject2 button = mDevice.findObject(INSTALL_BUTTON_SELECTOR); in automateInstallClick() local
112 UiObject2 button = mDevice.findObject(POPUP_BUTTON_SELECTOR); in automateDismissInstallBlockedDialog() 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/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/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationListenerVerifierActivity.java251 Button button = mView.findViewById(R.id.nls_action_button); in inflate() local
263 Button button = mView.findViewById(R.id.nls_action_button); in setUp() local
326 Button button = mView.findViewById(R.id.nls_action_button); in inflate() local
342 Button button = mView.findViewById(R.id.nls_action_button); in setUp() local
403 Button button = mView.findViewById(R.id.nls_action_button); in inflate() local
411 Button button = mView.findViewById(R.id.nls_action_button); in setUp() local
475 Button button = mView.findViewById(R.id.nls_action_button); in inflate() local
483 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/tests/preference2/src/android/preference2/cts/
DPreferenceWithHeaders.java44 Button button = new Button(this); in onCreate() local
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
DSuspendPackageTest.java95 final UiObject2 button = device.findObject(POPUP_BUTTON_SELECTOR); in dismissPolicyTransparencyDialog() local
/cts/tests/app/src/android/app/cts/
DAlertDialogTest.java160 private void performClick(final Button button) throws Throwable { in performClick()
/cts/tests/tests/text/src/android/text/method/cts/
DPasswordTransformationMethodTest.java99 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/widget/src/android/widget/cts/
DFrameLayoutTest.java181 Button button = (Button) frameLayout.findViewById(R.id.framelayout_button); in testAccessMeasureAllChildren() local
DRelativeLayoutTest.java349 View button = mActivity.findViewById(R.id.button1); in testBaselineAlignment() local
DRadioGroupTest.java365 RadioButton button = new RadioButton(mActivity); in testOnFinishInflate() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DPermissionsTest.java320 UiObject2 button = mDevice.findObject(selector); in pressPermissionPromptButton() local
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/src/com/android/cts/usepermission/
DBasePermissionsTest.java257 UiObject2 button = getUiDevice().findObject(By.text("Close")); in beforeTest() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
DVrListenerVerifierActivity.java375 View button = item.findViewById(R.id.vr_action_button); in updateViews() local

12