Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlViewHostTests.java352 private void assertWindowFocused(final View view, boolean hasWindowFocus) { in assertWindowFocused() method in SurfaceControlViewHostTests
653 assertWindowFocused(mEmbeddedView, true); in testFocusable()
655 assertWindowFocused(mSurfaceView, false); in testFocusable()
659 assertWindowFocused(mEmbeddedView, false); in testFocusable()
661 assertWindowFocused(mSurfaceView, true); in testFocusable()
674 assertWindowFocused(mEmbeddedView, true); in testFocusWithTouch()
676 assertWindowFocused(mSurfaceView, false); in testFocusWithTouch()
680 assertWindowFocused(mEmbeddedView, false); in testFocusWithTouch()
682 assertWindowFocused(mViewParent, true); in testFocusWithTouch()
708 assertWindowFocused(embeddedViewChild, true); in testChildWindowFocusable()
[all …]