Home
last modified time | relevance | path

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

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