Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DPendingInsetsController.java85 public void setCaptionInsetsHeight(int height) { in setCaptionInsetsHeight() method in PendingInsetsController
165 controller.setCaptionInsetsHeight(mCaptionInsetsHeight); in replayAndAttach()
H A DWindowInsetsController.java236 void setCaptionInsetsHeight(int height); in setCaptionInsetsHeight() method
H A DInsetsController.java1584 public void setCaptionInsetsHeight(int height) { in setCaptionInsetsHeight() method in InsetsController
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsControllerTest.java765 mController.setCaptionInsetsHeight(100); in testCaptionInsetsStateAssemble()
772 mController.setCaptionInsetsHeight(0); in testCaptionInsetsStateAssemble()
785 mController.setCaptionInsetsHeight(100); in testNotifyCaptionInsetsOnlyChange()
788 mController.setCaptionInsetsHeight(0); in testNotifyCaptionInsetsOnlyChange()
/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java2116 getWindowInsetsController().setCaptionInsetsHeight(getCaptionInsetsHeight()); in notifyCaptionHeightChanged()