Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterboxUiController.java420 mDestroyListeners.get(i).updateInheritedLetterbox(); in destroy()
1808 void updateInheritedLetterbox() { in updateInheritedLetterbox() method in LetterboxUiController
H A DActivityRecord.java1646 mLetterboxUiController.updateInheritedLetterbox(); in onParentChanged()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSizeCompatTests.java393 verify(translucentActivity.mLetterboxUiController).updateInheritedLetterbox(); in testApplyStrategyAgainWhenOpaqueIsDestroyed()
421 verify(translucentActivity.mLetterboxUiController).updateInheritedLetterbox(); in testResetOpaqueReferenceWhenOpaqueIsDestroyed()
454 verify(translucentActivity.mLetterboxUiController, never()).updateInheritedLetterbox(); in testNotApplyStrategyAgainWhenOpaqueIsNotDestroyed()