Searched refs:fitWindowsView (Results 1 – 1 of 1) sorted by relevance
3958 final View fitWindowsView = mActivity.findViewById(R.id.fit_windows); in testTouchMode() local3961 fitWindowsView.setFocusable(true); in testTouchMode()3962 fitWindowsView.requestFocus(); in testTouchMode()3966 assertFalse(fitWindowsView.isFocusableInTouchMode()); in testTouchMode()3968 assertTrue(fitWindowsView.isFocusable()); in testTouchMode()3970 assertTrue(fitWindowsView.isFocused()); in testTouchMode()3972 assertFalse(fitWindowsView.isInTouchMode()); in testTouchMode()3975 assertFalse(fitWindowsView.isFocused()); in testTouchMode()3980 mActivityRule.runOnUiThread(fitWindowsView::requestFocus); in testTouchMode()3982 assertFalse(fitWindowsView.isFocused()); in testTouchMode()[all …]