Searched defs:willMove (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/core/java/android/view/ |
H A D | IWindow.aidl | 72 void insetsChanged(in InsetsState insetsState, in boolean willMove, in boolean willResize); in insetsChanged() 81 in boolean willMove, in boolean willResize); in insetsControlChanged()
|
H A D | ViewRootImpl.java | 8412 private void dispatchInsetsChanged(InsetsState insetsState, boolean willMove, in dispatchInsetsChanged() 8432 InsetsSourceControl[] activeControls, boolean willMove, boolean willResize) { in dispatchInsetsControlChanged() 9801 public void insetsChanged(InsetsState insetsState, boolean willMove, boolean willResize) { in insetsChanged() 9810 InsetsSourceControl[] activeControls, boolean willMove, boolean willResize) { in insetsControlChanged()
|
/aosp12/frameworks/base/core/java/com/android/internal/view/ |
H A D | BaseIWindow.java | 69 public void insetsChanged(InsetsState insetsState, boolean willMove, boolean willResize) { in insetsChanged() 74 InsetsSourceControl[] activeControls, boolean willMove, boolean willResize) { in insetsControlChanged()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TestIWindow.java | 56 public void insetsChanged(InsetsState insetsState, boolean willMove, boolean willResize) { in insetsChanged() 61 InsetsSourceControl[] activeControls, boolean willMove, boolean willResize) { in insetsControlChanged()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | SystemWindows.java | 341 public void insetsChanged(InsetsState insetsState, boolean willMove, boolean willResize) {} in insetsChanged() 345 InsetsSourceControl[] activeControls, boolean willMove, boolean willResize) {} in insetsControlChanged()
|