Searched refs:button2 (Results 1 – 4 of 4) sorted by relevance
698 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.ProjectedPresentation830 button2 = (Button) findViewById(R.id.presentation_button2); in onCreate()
99 builder.setMessage(R.string.button2); in onCreateView()
249 final AccessibilityNodeInfo button2 = window.getRoot() in testInteractWithAppWindow() local257 button2.performAction(AccessibilityNodeInfo.ACTION_CLICK); in testInteractWithAppWindow()773 button.setText(R.string.button2); in addTwoAppPanelWindows()
346 button = mActivity.findViewById(R.id.button2); in testBaselineAlignment()