Home
last modified time | relevance | path

Searched refs:button2 (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DWindowTest.java698 return (mPresentation.button1 != null) && (mPresentation.button2 != null) && in testSetLocalFocus()
702 assertTrue(mPresentation.button1.isFocusable() && mPresentation.button2.isFocusable() && in testSetLocalFocus()
714 mPresentation.button2.setOnFocusChangeListener(listener); in testSetLocalFocus()
749 mPresentation.button2.setOnClickListener(clickListener); in testSetLocalFocus()
765 (mPresentation.button2.isFocused() == button2Focused) && in checkPresentationButtonFocus()
815 public Button button2 = null; field in WindowTest.ProjectedPresentation
830 button2 = (Button) findViewById(R.id.presentation_button2); in onCreate()
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
DTest2DetailFragment.java99 builder.setMessage(R.string.button2); in onCreateView()
/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityWindowQueryTest.java249 final AccessibilityNodeInfo button2 = window.getRoot() in testInteractWithAppWindow() local
257 button2.performAction(AccessibilityNodeInfo.ACTION_CLICK); in testInteractWithAppWindow()
773 button.setText(R.string.button2); in addTwoAppPanelWindows()
/cts/tests/tests/widget/src/android/widget/cts/
DRelativeLayoutTest.java346 button = mActivity.findViewById(R.id.button2); in testBaselineAlignment()