Searched refs:appLeftTop (Results 1 – 1 of 1) sorted by relevance
911 final ActivityRecord appLeftTop = taskFragmentLeft.getTopMostActivity(); in testMoveFocusToAdjacentWindow() local914 appLeftTop.setVisibleRequested(true); in testMoveFocusToAdjacentWindow()916 final WindowState winLeftTop = createAppWindow(appLeftTop, "winLeftTop"); in testMoveFocusToAdjacentWindow()922 taskFragmentLeft.setResumedActivity(appLeftTop, "test"); in testMoveFocusToAdjacentWindow()924 appLeftTop.setState(RESUMED, "test"); in testMoveFocusToAdjacentWindow()929 appLeftTop.moveFocusableActivityToTop("test"); in testMoveFocusToAdjacentWindow()954 doReturn(1L).when(appLeftTop).getLastWindowCreateTime(); in testMoveFocusToAdjacentWindow()959 doReturn(3L).when(appLeftTop).getLastWindowCreateTime(); in testMoveFocusToAdjacentWindow()978 final ActivityRecord appLeftTop = taskFragmentLeft.getTopMostActivity(); in testSetResumedActivity() local986 taskFragmentLeft.setResumedActivity(appLeftTop, "test"); in testSetResumedActivity()[all …]