Searched refs: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() argument 81 in boolean willMove, in boolean willResize); in insetsControlChanged() argument
|
H A D | ViewRootImpl.java | 8412 private void dispatchInsetsChanged(InsetsState insetsState, boolean willMove, in dispatchInsetsChanged() argument 8426 args.argi1 = willMove ? 1 : 0; in dispatchInsetsChanged() 8432 InsetsSourceControl[] activeControls, boolean willMove, boolean willResize) { in dispatchInsetsControlChanged() argument 8452 args.argi1 = willMove ? 1 : 0; in dispatchInsetsControlChanged() 9801 public void insetsChanged(InsetsState insetsState, boolean willMove, boolean willResize) { in insetsChanged() argument 9804 viewAncestor.dispatchInsetsChanged(insetsState, willMove, willResize); in insetsChanged() 9810 InsetsSourceControl[] activeControls, boolean willMove, boolean willResize) { in insetsControlChanged() argument 9814 insetsState, activeControls, willMove, 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() argument 61 InsetsSourceControl[] activeControls, boolean willMove, boolean willResize) { in insetsControlChanged() argument
|
/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() argument 74 InsetsSourceControl[] activeControls, boolean willMove, boolean willResize) { in insetsControlChanged() argument
|
/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() argument 345 InsetsSourceControl[] activeControls, boolean willMove, boolean willResize) {} in insetsControlChanged() argument
|