Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSizeCompatTests.java242 final ActivityRecord translucentActivity = new ActivityBuilder(mAtm) in testReachabilityEnabledForTranslucentActivity() local
247 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 …]
DActivityRecordTests.java1611 ActivityRecord translucentActivity; in testCompleteFinishing_ensureActivitiesVisible() local
1613 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() local
2607 assertFalse(translucentActivity.providesOrientation()); in testGetOrientation()
2608 translucentActivity.setOccludesParent(true); in testGetOrientation()
[all …]
DTaskFragmentTest.java281 ActivityRecord translucentActivity = new ActivityBuilder(mAtm) in testActivityVisibilityBehindTranslucentTaskFragment() local
283 mTaskFragment.addChild(translucentActivity); in testActivityVisibilityBehindTranslucentTaskFragment()
DActivityStarterTests.java643 final ActivityRecord translucentActivity = new TaskBuilder(mSupervisor) in testMoveVisibleTaskToFront() local
653 assertEquals(1, activity.compareTo(translucentActivity)); in testMoveVisibleTaskToFront()