Searched refs:getSourceConsumer (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | InsetsControllerTest.java | 185 mController.getSourceConsumer(ID_STATUS_BAR, statusBars()).getControl().getLeash()); in testControlsChanged() 197 assertNull(mController.getSourceConsumer(ID_STATUS_BAR, statusBars()).getControl()); in testControlsRevoked() 257 mController.getSourceConsumer(ID_IME, ime()).onWindowFocusGained(true); in testSystemDrivenInsetsAnimationLoggingListener_onReady() 274 mController.getSourceConsumer(ID_IME, ime()).onWindowFocusGained(true); in testAnimationEndState() 287 mController.getSourceConsumer(ID_IME, ime()).onWindowFocusLost(); in testAnimationEndState() 297 mController.getSourceConsumer(ID_IME, ime()).onWindowFocusGained(true); in testApplyImeVisibility() 304 mController.getSourceConsumer(ID_IME, ime()).onWindowFocusLost(); in testApplyImeVisibility() 917 mController.getSourceConsumer(ID_IME, ime()); in testImeRequestedVisibleWhenImeNotControllable()
|
H A D | InsetsSourceConsumerTest.java | 235 InsetsSourceConsumer imeConsumer = insetsController.getSourceConsumer(ID_IME, ime()); in testWontUpdateImeLeashVisibility_whenAnimation()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | InsetsController.java | 825 mImeSourceConsumer = getSourceConsumer(ID_IME, ime()); in InsetsController() 1040 getSourceConsumer(control.getId(), control.getType()) in onControlsChanged() 1665 public @NonNull InsetsSourceConsumer getSourceConsumer(int id, int type) { in getSourceConsumer() method in InsetsController 1916 getSourceConsumer(ID_IME_CAPTION_BAR, captionBar()).setControl( in setImeCaptionBarInsetsHeight()
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 16652 HSPLandroid/view/InsetsController;->getSourceConsumer(Landroid/view/InsetsSource;)Landroid/view/Ins…
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 16716 HSPLandroid/view/InsetsController;->getSourceConsumer(Landroid/view/InsetsSource;)Landroid/view/Ins…
|