Home
last modified time | relevance | path

Searched refs:fitWindowsView (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DViewTest.java3887 final View fitWindowsView = mActivity.findViewById(R.id.fit_windows); in testTouchMode() local
3890 fitWindowsView.setFocusable(true); in testTouchMode()
3891 fitWindowsView.requestFocus(); in testTouchMode()
3895 assertFalse(fitWindowsView.isFocusableInTouchMode()); in testTouchMode()
3897 assertTrue(fitWindowsView.isFocusable()); in testTouchMode()
3899 assertTrue(fitWindowsView.isFocused()); in testTouchMode()
3901 assertFalse(fitWindowsView.isInTouchMode()); in testTouchMode()
3904 assertFalse(fitWindowsView.isFocused()); in testTouchMode()
3909 mActivityRule.runOnUiThread(fitWindowsView::requestFocus); in testTouchMode()
3911 assertFalse(fitWindowsView.isFocused()); in testTouchMode()
[all …]