Searched refs:getSourceConsumer (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/ |
D | InsetsControllerTest.java | 188 mController.getSourceConsumer(ID_STATUS_BAR, statusBars()).getControl().getLeash()); in testControlsChanged() 200 assertNull(mController.getSourceConsumer(ID_STATUS_BAR, statusBars()).getControl()); in testControlsRevoked() 260 mController.getSourceConsumer(ID_IME, ime()).onWindowFocusGained(true); in testSystemDrivenInsetsAnimationLoggingListener_onReady() 277 mController.getSourceConsumer(ID_IME, ime()).onWindowFocusGained(true); in testAnimationEndState() 290 mController.getSourceConsumer(ID_IME, ime()).onWindowFocusLost(); in testAnimationEndState() 300 mController.getSourceConsumer(ID_IME, ime()).onWindowFocusGained(true); in testApplyImeVisibility() 307 mController.getSourceConsumer(ID_IME, ime()).onWindowFocusLost(); in testApplyImeVisibility() 951 mController.getSourceConsumer(ID_IME, ime()); in testImeRequestedVisibleWhenImeNotControllable()
|
D | InsetsSourceConsumerTest.java | 235 InsetsSourceConsumer imeConsumer = insetsController.getSourceConsumer(ID_IME, ime()); in testWontUpdateImeLeashVisibility_whenAnimation()
|
/frameworks/base/core/java/android/view/ |
D | InsetsController.java | 831 mImeSourceConsumer = getSourceConsumer(ID_IME, ime()); in InsetsController() 999 getSourceConsumer(control.getId(), control.getType()) in onControlsChanged() 1828 public @NonNull InsetsSourceConsumer getSourceConsumer(int id, int type) { in getSourceConsumer() method in InsetsController 2113 getSourceConsumer(ID_IME_CAPTION_BAR, captionBar()).setControl( in setImeCaptionBarInsetsHeight()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 16385 HSPLandroid/view/InsetsController;->getSourceConsumer(II)Landroid/view/InsetsSourceConsumer;
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 16449 HSPLandroid/view/InsetsController;->getSourceConsumer(II)Landroid/view/InsetsSourceConsumer;
|