Searched refs:fitWindowsView (Results 1 – 1 of 1) sorted by relevance
3430 final View fitWindowsView = mActivity.findViewById(R.id.fit_windows); in testTouchMode() local3435 fitWindowsView.setFocusable(true); in testTouchMode()3436 fitWindowsView.requestFocus(); in testTouchMode()3441 assertFalse(fitWindowsView.isFocusableInTouchMode()); in testTouchMode()3443 assertTrue(fitWindowsView.isFocusable()); in testTouchMode()3445 assertTrue(fitWindowsView.isFocused()); in testTouchMode()3447 assertFalse(fitWindowsView.isInTouchMode()); in testTouchMode()3450 assertFalse(fitWindowsView.isFocused()); in testTouchMode()3463 fitWindowsView.requestFocus(); in testTouchMode()3467 assertFalse(fitWindowsView.isFocused()); in testTouchMode()[all …]