Searched refs:translucentActivity (Results 1 – 4 of 4) sorted by relevance
202 mTask.addChild(translucentActivity); in testCleanLetterboxConfigListenerWhenTranslucentIsDestroyed()230 mTask.addChild(translucentActivity); in testHorizontalReachabilityEnabledForTranslucentActivities()305 mTask.addChild(translucentActivity); in testVerticalReachabilityEnabledForTranslucentActivities()381 mTask.addChild(translucentActivity); in testApplyStrategyAgainWhenOpaqueIsDestroyed()409 mTask.addChild(translucentActivity); in testResetOpaqueReferenceWhenOpaqueIsDestroyed()446 mTask.addChild(translucentActivity); in testNotApplyStrategyAgainWhenOpaqueIsNotDestroyed()472 mTask.addChild(translucentActivity); in testApplyStrategyToTranslucentActivities()506 mTask.addChild(translucentActivity); in testApplyStrategyToTranslucentActivitiesRetainsWindowConfigurationProperties()532 mTask.addChild(translucentActivity); in testApplyStrategyToMultipleTranslucentActivities()562 mTask.addChild(translucentActivity); in testNotApplyStrategyToTranslucentActivitiesOverEmbeddedActivities()[all …]
261 ActivityRecord translucentActivity = new ActivityBuilder(mAtm) in testActivityVisibilityBehindTranslucentTaskFragment() local263 mTaskFragment.addChild(translucentActivity); in testActivityVisibilityBehindTranslucentTaskFragment()
1604 ActivityRecord translucentActivity; in testCompleteFinishing_ensureActivitiesVisible() local1606 translucentActivity = new ActivityBuilder(mAtm).setCreateTask(true).build(); in testCompleteFinishing_ensureActivitiesVisible()1608 translucentActivity = new ActivityBuilder(mAtm).setTask(task).build(); in testCompleteFinishing_ensureActivitiesVisible()1610 translucentActivity.setVisibleRequested(true); in testCompleteFinishing_ensureActivitiesVisible()1611 translucentActivity.nowVisible = true; in testCompleteFinishing_ensureActivitiesVisible()1612 translucentActivity.setState(RESUMED, "test"); in testCompleteFinishing_ensureActivitiesVisible()1633 translucentActivity.getTask().removeImmediately("test"); in testCompleteFinishing_ensureActivitiesVisible()
563 final ActivityRecord translucentActivity = new TaskBuilder(mSupervisor) in testMoveVisibleTaskToFront() local573 assertEquals(1, activity.compareTo(translucentActivity)); in testMoveVisibleTaskToFront()