Home
last modified time | relevance | path

Searched refs:onImePositionChanged (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayImeController.java137 pp.onImePositionChanged(displayId, imeTop, t); in dispatchPositionChanged()
556 default void onImePositionChanged(int displayId, int imeTop, SurfaceControl.Transaction t) { in onImePositionChanged() method
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
H A DDividerImeController.java265 public void onImePositionChanged(int displayId, int imeTop, in onImePositionChanged() method in DividerImeController
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitLayout.java756 public void onImePositionChanged(int displayId, int imeTop, SurfaceControl.Transaction t) { in onImePositionChanged() method in SplitLayout.ImePositionProcessor