Searched refs:fitWindowsView (Results 1 – 1 of 1) sorted by relevance
3002 final View fitWindowsView = mActivity.findViewById(R.id.fit_windows); in testTouchMode() local3006 fitWindowsView.setFocusable(true); in testTouchMode()3007 fitWindowsView.requestFocus(); in testTouchMode()3012 assertFalse(fitWindowsView.isFocusableInTouchMode()); in testTouchMode()3014 assertTrue(fitWindowsView.isFocusable()); in testTouchMode()3016 assertTrue(fitWindowsView.isFocused()); in testTouchMode()3018 assertFalse(fitWindowsView.isInTouchMode()); in testTouchMode()3021 assertFalse(fitWindowsView.isFocused()); in testTouchMode()3032 fitWindowsView.requestFocus(); in testTouchMode()3036 assertFalse(fitWindowsView.isFocused()); in testTouchMode()[all …]