Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DPendingInsetsControllerTest.java69 mPendingInsetsController.show(systemBars()); in testShow()
77 mPendingInsetsController.show(systemBars()); in testShow_direct()
83 mPendingInsetsController.hide(systemBars()); in testHide()
91 mPendingInsetsController.hide(systemBars()); in testHide_direct()
100 mPendingInsetsController.controlWindowInsetsAnimation( in testControl()
145 mPendingInsetsController.setSystemBarsAppearance( in testAppearance()
155 mPendingInsetsController.setSystemBarsAppearance( in testAppearance_direct()
202 mPendingInsetsController.show(systemBars()); in testReplayTwice()
236 mPendingInsetsController.show(systemBars()); in testDetachReattach()
241 mPendingInsetsController.detach(); in testDetachReattach()
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java282 private PendingInsetsController mPendingInsetsController = new PendingInsetsController(); field in DecorView
1880 mPendingInsetsController.detach(); in onDetachedFromWindow()
1922 return mPendingInsetsController; in providePendingInsetsController()
2623 return mPendingInsetsController; in getWindowInsetsController()