Searched refs:fitWindowsView (Results 1 – 1 of 1) sorted by relevance
3632 final View fitWindowsView = mActivity.findViewById(R.id.fit_windows); in testTouchMode() local3635 fitWindowsView.setFocusable(true); in testTouchMode()3636 fitWindowsView.requestFocus(); in testTouchMode()3640 assertFalse(fitWindowsView.isFocusableInTouchMode()); in testTouchMode()3642 assertTrue(fitWindowsView.isFocusable()); in testTouchMode()3644 assertTrue(fitWindowsView.isFocused()); in testTouchMode()3646 assertFalse(fitWindowsView.isInTouchMode()); in testTouchMode()3649 assertFalse(fitWindowsView.isFocused()); in testTouchMode()3654 mActivityRule.runOnUiThread(fitWindowsView::requestFocus); in testTouchMode()3656 assertFalse(fitWindowsView.isFocused()); in testTouchMode()[all …]