Searched refs:winRightTop (Results 1 – 1 of 1) sorted by relevance
918 final WindowState winRightTop = createAppWindow(appRightTop, "winRightTop"); in testMoveFocusToAdjacentWindow() local920 winRightTop.setHasSurface(true); in testMoveFocusToAdjacentWindow()940 assertEquals(winRightTop, mDisplayContent.mCurrentFocus); in testMoveFocusToAdjacentWindow()943 assertFalse(mWm.moveFocusToAdjacentWindow(winRightTop, View.FOCUS_UP)); in testMoveFocusToAdjacentWindow()945 assertEquals(winRightTop, mDisplayContent.mCurrentFocus); in testMoveFocusToAdjacentWindow()948 assertTrue(mWm.moveFocusToAdjacentWindow(winRightTop, View.FOCUS_BACKWARD)); in testMoveFocusToAdjacentWindow()