Searched refs:currentTop (Results 1 – 2 of 2) sorted by relevance
963 final ActivityRecord currentTop = mActivity; in testCompleteFinishing_keepStateOfNextInvisible() local964 currentTop.mVisibleRequested = currentTop.nowVisible = true; in testCompleteFinishing_keepStateOfNextInvisible()972 mStack.mPausingActivity = currentTop; in testCompleteFinishing_keepStateOfNextInvisible()973 currentTop.finishing = true; in testCompleteFinishing_keepStateOfNextInvisible()974 currentTop.setState(PAUSED, "test"); in testCompleteFinishing_keepStateOfNextInvisible()975 currentTop.completeFinishing("completePauseLocked"); in testCompleteFinishing_keepStateOfNextInvisible()978 assertEquals(STOPPING, currentTop.getState()); in testCompleteFinishing_keepStateOfNextInvisible()
1549 final ActivityRecord currentTop = startedActivityStack.topRunningActivity(); in handleStartResult() local1550 if (currentTop != null && currentTop.shouldUpdateConfigForDisplayChanged()) { in handleStartResult()1552 currentTop, currentTop.getDisplayId(), in handleStartResult()