Home
last modified time | relevance | path

Searched refs:onImeVisibilityChanged (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DPinnedStackListenerForwarder.java66 public void onImeVisibilityChanged(boolean imeVisible, int imeHeight) throws RemoteException { in onImeVisibilityChanged() method in PinnedStackListenerForwarder
68 listener.onImeVisibilityChanged(imeVisible, imeHeight); in onImeVisibilityChanged()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DPinnedStackControllerTest.java67 verify(mIPinnedStackListener).onImeVisibilityChanged(false, 0); in setShelfHeight_shelfVisibilityChangedTriggered()
80 verify(mIPinnedStackListener, never()).onImeVisibilityChanged(anyBoolean(), anyInt()); in setShelfHeight_shelfVisibilityChangedTriggered()
/frameworks/base/core/java/android/view/
DIPinnedStackListener.aidl58 void onImeVisibilityChanged(boolean imeVisible, int imeHeight); in onImeVisibilityChanged() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipManager.java132 public void onImeVisibilityChanged(boolean imeVisible, int imeHeight) { in onImeVisibilityChanged() method in PipManager.PinnedStackListener
134 mTouchHandler.onImeVisibilityChanged(imeVisible, imeHeight); in onImeVisibilityChanged()
DPipTouchHandler.java256 public void onImeVisibilityChanged(boolean imeVisible, int imeHeight) { in onImeVisibilityChanged() method in PipTouchHandler
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java1011 public void onImeVisibilityChanged(boolean imeVisible, int imeHeight) { in onImeVisibilityChanged() method in BubbleController.BubblesImeListener
1013 mStackView.post(() -> mStackView.onImeVisibilityChanged(imeVisible, imeHeight)); in onImeVisibilityChanged()
DBubbleStackView.java1034 public void onImeVisibilityChanged(boolean visible, int height) { in onImeVisibilityChanged() method in BubbleStackView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DEdgeBackGestureHandler.java82 public void onImeVisibilityChanged(boolean imeVisible, int imeHeight) {
DNavigationBarView.java561 onImeVisibilityChanged(newBackAlt); in setNavigationIconHints()
573 private void onImeVisibilityChanged(boolean visible) { in onImeVisibilityChanged() method in NavigationBarView
/frameworks/base/services/core/java/com/android/server/wm/
DPinnedStackController.java447 mPinnedStackListener.onImeVisibilityChanged(imeVisible, imeHeight); in notifyImeVisibilityChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
DPipManager.java190 public void onImeVisibilityChanged(boolean imeVisible, int imeHeight) { in onImeVisibilityChanged() method in PipManager.PinnedStackListener
/frameworks/base/config/
Dboot-image-profile.txt16215 HSPLandroid/view/IPinnedStackListener$Stub$Proxy;->onImeVisibilityChanged(ZI)V
Dhiddenapi-greylist-max-o.txt75122 Landroid/view/IPinnedStackListener$Stub$Proxy;->onImeVisibilityChanged(ZI)V
75137 Landroid/view/IPinnedStackListener;->onImeVisibilityChanged(ZI)V