Home
last modified time | relevance | path

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

/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityWindowQueryTest.java73 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testFindByContentDescription() local
302 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformActionFocus() local
319 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformActionClearFocus() local
344 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformActionSelect() local
361 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformActionClearSelection() local
387 final AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformActionClick() local
414 final AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformActionLongClick() local
442 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformCustomAction() local
463 final AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testGetEventSource() local
618 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testObjectContract() local
DAccessibilityEndToEndTest.java105 final Button button = (Button) getActivity().findViewById(R.id.button); in testTypeViewClickedAccessibilityEvent() local
141 final Button button = (Button) getActivity().findViewById(R.id.button); in testTypeViewLongClickedAccessibilityEvent() local
179 final Button button = (Button) getActivity().findViewById(R.id.button); in testTypeViewFocusedAccessibilityEvent() local
/cts/tests/tests/widget/src/android/widget/cts/
DRadioButtonTest.java72 RadioButton button = new RadioButton(mContext); in testToggle() local
DFrameLayoutTest.java179 Button button = (Button) frameLayout.findViewById(R.id.framelayout_button); in testAccessMeasureAllChildren() local
DCompoundButtonTest.java340 MockDrawable button = new MockDrawable(); in testButtonTint() local
DRadioGroupTest.java349 RadioButton button = new RadioButton(mContext); in testOnFinishInflate() 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/tests/tests/preference2/src/android/preference2/cts/
DPreferenceWithHeaders.java37 Button button = new Button(this); in onCreate() 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/location/
DLocationModeTestActivity.java128 View button = item.findViewById(R.id.launch_settings); in createAutoItem() local
141 View button = item.findViewById(R.id.launch_settings); in setItemState() local
190 public void launchSettings(View button) { in launchSettings()
/cts/tests/tests/app/src/android/app/cts/
DAlertDialogTest.java141 private void performClick(final Button button) throws Throwable { in performClick()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DCAInstallNotificationVerifierActivity.java125 View button = item.findViewById(R.id.ca_notify_do_something); in setItemState() local
146 Button button = (Button) item.findViewById(R.id.ca_notify_do_something); in createUserItem() local
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
DTest5DetailFragment.java71 Button button = (Button) rootView.findViewById(R.id.test_5_button1); in onCreateView() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationListenerVerifierActivity.java175 View button = item.findViewById(R.id.nls_action_button); in setItemState() local
200 Button button = (Button) item.findViewById(R.id.nls_action_button); in createUserItem() local
211 View button = item.findViewById(R.id.nls_action_button); in createAutoItem() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DIntentDrivenTestActivity.java65 final Button button = new Button(this); in onCreate() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DBaseSensorTestActivity.java513 final Button button, in enableTestResultButton()
/cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
DCtsUiAutomatorTest.java372 UiObject button = new UiObject(frameLayout.childSelector(gridLayout).childSelector( in testComplexSelectors() local
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/
Dbootstrap.css102 button, selector
110 button, selector
120 button, selector
656 button, selector
664 button, selector
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java261 final Button button = new Button(mActivity); in testAccessTouchDelegate() local