Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSizeCompatTests.java367 final ActivityRecord opaqueActivity = new ActivityBuilder(mAtm) in testApplyStrategyAgainWhenOpaqueIsDestroyed() local
371 mTask.addChild(opaqueActivity); in testApplyStrategyAgainWhenOpaqueIsDestroyed()
373 assertFalse(opaqueActivity.mLetterboxUiController.hasInheritedLetterboxBehavior()); in testApplyStrategyAgainWhenOpaqueIsDestroyed()
389 opaqueActivity.setState(DESTROYED, "testing"); in testApplyStrategyAgainWhenOpaqueIsDestroyed()
390 opaqueActivity.removeImmediately(); in testApplyStrategyAgainWhenOpaqueIsDestroyed()
432 final ActivityRecord opaqueActivity = new ActivityBuilder(mAtm) in testNotApplyStrategyAgainWhenOpaqueIsNotDestroyed() local
436 mTask.addChild(opaqueActivity); in testNotApplyStrategyAgainWhenOpaqueIsNotDestroyed()
438 assertFalse(opaqueActivity.mLetterboxUiController.hasInheritedLetterboxBehavior()); in testNotApplyStrategyAgainWhenOpaqueIsNotDestroyed()