Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowStateTests.java895 final WindowState win0 = createWindow(null, TYPE_APPLICATION, "win0"); in testCantReceiveTouchWhenAppTokenHiddenRequested() local
896 win0.mActivityRecord.setVisibleRequested(false); in testCantReceiveTouchWhenAppTokenHiddenRequested()
897 assertFalse(win0.canReceiveTouchInput()); in testCantReceiveTouchWhenAppTokenHiddenRequested()
902 final WindowState win0 = createWindow(null, TYPE_APPLICATION, "win0"); in testCantReceiveTouchWhenNotFocusable() local
903 final Task rootTask = win0.mActivityRecord.getRootTask(); in testCantReceiveTouchWhenNotFocusable()
906 assertFalse(win0.canReceiveTouchInput()); in testCantReceiveTouchWhenNotFocusable()
DTaskFragmentTest.java835 final WindowState win0 = createWindow(null, TYPE_BASE_APPLICATION, activity0, "win0"); in testUpdateImeParentForActivityEmbedding() local
839 mDisplayContent.setImeInputTarget(win0); in testUpdateImeParentForActivityEmbedding()