Searched refs:translucentActivity (Results 1 – 4 of 4) sorted by relevance
242 final ActivityRecord translucentActivity = new ActivityBuilder(mAtm) in testReachabilityEnabledForTranslucentActivity() local247 mTask.addChild(translucentActivity); in testReachabilityEnabledForTranslucentActivity()249 spyOn(translucentActivity.mLetterboxUiController); in testReachabilityEnabledForTranslucentActivity()250 doReturn(true).when(translucentActivity.mLetterboxUiController) in testReachabilityEnabledForTranslucentActivity()253 addWindowToActivity(translucentActivity); in testReachabilityEnabledForTranslucentActivity()254 translucentActivity.mRootWindowContainer.performSurfacePlacement(); in testReachabilityEnabledForTranslucentActivity()263 innerBoundsOf.apply(translucentActivity)); in testReachabilityEnabledForTranslucentActivity()265 innerBoundsOf.apply(translucentActivity).top).isEqualTo(0); in testReachabilityEnabledForTranslucentActivity()267 innerBoundsOf.apply(translucentActivity).bottom).isEqualTo(displayHeight); in testReachabilityEnabledForTranslucentActivity()269 innerBoundsOf.apply(translucentActivity).left).isEqualTo(0); in testReachabilityEnabledForTranslucentActivity()[all …]
1611 ActivityRecord translucentActivity; in testCompleteFinishing_ensureActivitiesVisible() local1613 translucentActivity = new ActivityBuilder(mAtm).setCreateTask(true).build(); in testCompleteFinishing_ensureActivitiesVisible()1615 translucentActivity = new ActivityBuilder(mAtm).setTask(task).build(); in testCompleteFinishing_ensureActivitiesVisible()1617 translucentActivity.setVisibleRequested(true); in testCompleteFinishing_ensureActivitiesVisible()1618 translucentActivity.nowVisible = true; in testCompleteFinishing_ensureActivitiesVisible()1619 translucentActivity.setState(RESUMED, "test"); in testCompleteFinishing_ensureActivitiesVisible()1638 translucentActivity.getTask().removeImmediately("test"); in testCompleteFinishing_ensureActivitiesVisible()2604 final ActivityRecord translucentActivity = new ActivityBuilder(mAtm) in testGetOrientation() local2607 assertFalse(translucentActivity.providesOrientation()); in testGetOrientation()2608 translucentActivity.setOccludesParent(true); in testGetOrientation()[all …]
281 ActivityRecord translucentActivity = new ActivityBuilder(mAtm) in testActivityVisibilityBehindTranslucentTaskFragment() local283 mTaskFragment.addChild(translucentActivity); in testActivityVisibilityBehindTranslucentTaskFragment()
643 final ActivityRecord translucentActivity = new TaskBuilder(mSupervisor) in testMoveVisibleTaskToFront() local653 assertEquals(1, activity.compareTo(translucentActivity)); in testMoveVisibleTaskToFront()