Searched refs:mPendingInsetsController (Results 1 – 2 of 2) sorted by relevance
59 private PendingInsetsController mPendingInsetsController = new PendingInsetsController(); field in PendingInsetsControllerTest64 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 …]
264 private PendingInsetsController mPendingInsetsController = new PendingInsetsController(); field in DecorView1854 mPendingInsetsController.detach(); in onDetachedFromWindow()1893 return mPendingInsetsController; in providePendingInsetsController()2301 return mPendingInsetsController; in getWindowInsetsController()