Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DPendingInsetsControllerTest.java59 private PendingInsetsController mPendingInsetsController = new PendingInsetsController(); field in PendingInsetsControllerTest
64 mPendingInsetsController = new PendingInsetsController(); in setUp()
70 mPendingInsetsController.show(systemBars()); in testShow()
71 mPendingInsetsController.replayAndAttach(mReplayedController); in testShow()
77 mPendingInsetsController.replayAndAttach(mReplayedController); in testShow_direct()
78 mPendingInsetsController.show(systemBars()); in testShow_direct()
84 mPendingInsetsController.hide(systemBars()); in testHide()
85 mPendingInsetsController.replayAndAttach(mReplayedController); in testHide()
91 mPendingInsetsController.replayAndAttach(mReplayedController); in testHide_direct()
92 mPendingInsetsController.hide(systemBars()); in testHide_direct()
[all …]
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java264 private PendingInsetsController mPendingInsetsController = new PendingInsetsController(); field in DecorView
1854 mPendingInsetsController.detach(); in onDetachedFromWindow()
1893 return mPendingInsetsController; in providePendingInsetsController()
2301 return mPendingInsetsController; in getWindowInsetsController()