Searched refs:activityTop (Results 1 – 2 of 2) sorted by relevance
2455 final ActivityRecord activityTop = new ActivityBuilder(mAtm) in testOrientationForScreenOrientationBehind() local2459 final int topOrientation = activityTop.getRequestedConfigurationOrientation(); in testOrientationForScreenOrientationBehind()2973 final ActivityRecord activityTop = new ActivityBuilder(mAtm).setCreateTask(true).build(); in testTryTransferStartingWindowFromHiddenAboveToken() local2975 activityTop.getTask().addChild(activityBottom, 0); in testTryTransferStartingWindowFromHiddenAboveToken()2978 activityTop.addStartingWindow(mPackageName, android.R.style.Theme, null, true, true, false, in testTryTransferStartingWindowFromHiddenAboveToken()2982 final WindowState startingWindow = activityTop.mStartingWindow; in testTryTransferStartingWindowFromHiddenAboveToken()2987 activityTop.setVisibility(false); in testTryTransferStartingWindowFromHiddenAboveToken()2995 assertNoStartingWindow(activityTop); in testTryTransferStartingWindowFromHiddenAboveToken()
1756 final ActivityRecord activityTop = new ActivityBuilder(mAtm).setTask(task).build(); in testRecordActivityMovementBeforeDeliverToTop() local1761 assertTrue(activityTop.isVisible()); in testRecordActivityMovementBeforeDeliverToTop()1762 assertTrue(activityTop.isVisibleRequested()); in testRecordActivityMovementBeforeDeliverToTop()