Searched refs:willMove (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/view/ |
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
|
D | ViewRootImpl.java | 8268 private void dispatchInsetsChanged(InsetsState insetsState, boolean willMove, in dispatchInsetsChanged() argument 8282 args.argi1 = willMove ? 1 : 0; in dispatchInsetsChanged() 8288 InsetsSourceControl[] activeControls, boolean willMove, boolean willResize) { in dispatchInsetsControlChanged() argument 8308 args.argi1 = willMove ? 1 : 0; in dispatchInsetsControlChanged() 9656 public void insetsChanged(InsetsState insetsState, boolean willMove, boolean willResize) { in insetsChanged() argument 9659 viewAncestor.dispatchInsetsChanged(insetsState, willMove, willResize); in insetsChanged() 9665 InsetsSourceControl[] activeControls, boolean willMove, boolean willResize) { in insetsControlChanged() argument 9669 insetsState, activeControls, willMove, willResize); in insetsControlChanged()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
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
|
/frameworks/base/core/java/com/android/internal/view/ |
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
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
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
|