Home
last modified time | relevance | path

Searched refs:willMove (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
DIWindow.aidl72 void insetsChanged(in InsetsState insetsState, in boolean willMove, in boolean willResize); in insetsChanged() argument
81 in boolean willMove, in boolean willResize); in insetsControlChanged() argument
DViewRootImpl.java8268 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/
DTestIWindow.java56 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/
DBaseIWindow.java69 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/
DSystemWindows.java341 public void insetsChanged(InsetsState insetsState, boolean willMove, boolean willResize) {} in insetsChanged() argument
345 InsetsSourceControl[] activeControls, boolean willMove, boolean willResize) {} in insetsControlChanged() argument