Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskFragmentTest.java1034 doReturn(1L).when(appLeftTop).getLastWindowCreateTime(); in testMoveFocusToAdjacentWindow()
1035 doReturn(2L).when(appRightTop).getLastWindowCreateTime(); in testMoveFocusToAdjacentWindow()
1039 doReturn(3L).when(appLeftTop).getLastWindowCreateTime(); in testMoveFocusToAdjacentWindow()
DBackNavigationControllerTests.java664 doReturn(1L).when(primaryActivity).getLastWindowCreateTime(); in testBackOnMostRecentWindowInActivityEmbedding()
665 doReturn(2L).when(secondaryActivity).getLastWindowCreateTime(); in testBackOnMostRecentWindowInActivityEmbedding()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java9468 final long[] mostRecentActiveTime = { focusedActivity.getLastWindowCreateTime() };
9472 final long lastWindowCreateTime = adjacentTopActivity.getLastWindowCreateTime();
DActivityRecord.java9427 long getLastWindowCreateTime() { in getLastWindowCreateTime() method in ActivityRecord