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.java4088 final View fitWindowsView = mActivity.findViewById(R.id.fit_windows); in testTouchMode() local
4091 fitWindowsView.setFocusable(true); in testTouchMode()
4092 fitWindowsView.requestFocus(); in testTouchMode()
4096 assertFalse(fitWindowsView.isFocusableInTouchMode()); in testTouchMode()
4098 assertTrue(fitWindowsView.isFocusable()); in testTouchMode()
4100 assertTrue(fitWindowsView.isFocused()); in testTouchMode()
4102 assertFalse(fitWindowsView.isInTouchMode()); in testTouchMode()
4105 assertFalse(fitWindowsView.isFocused()); in testTouchMode()
4110 mActivityRule.runOnUiThread(fitWindowsView::requestFocus); in testTouchMode()
4112 assertFalse(fitWindowsView.isFocused()); in testTouchMode()
[all …]