Searched defs:activeControls (Results 1 – 14 of 14) sorted by relevance
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | DisplayInsetsController.java | 143 InsetsSourceControl[] activeControls) { in insetsControlChanged() 202 InsetsSourceControl[] activeControls) throws RemoteException { in insetsControlChanged() 247 InsetsSourceControl[] activeControls) {} in insetsControlChanged()
|
H A D | DisplayImeController.java | 249 InsetsSourceControl[] activeControls) { in insetsControlChanged()
|
H A D | SystemWindows.java | 345 InsetsSourceControl[] activeControls, boolean willMove, boolean willResize) {} in insetsControlChanged()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | IDisplayWindowInsetsController.aidl | 44 void insetsControlChanged(in InsetsState insetsState, in InsetsSourceControl[] activeControls); in insetsControlChanged()
|
H A D | IWindowSession.aidl | 52 out InsetsSourceControl[] activeControls); in addToDisplay() 56 out InsetsState insetsState, out InsetsSourceControl[] activeControls); in addToDisplayAsUser() 108 out InsetsState insetsState, out InsetsSourceControl[] activeControls, in relayout()
|
H A D | IWindow.aidl | 80 void insetsControlChanged(in InsetsState insetsState, in InsetsSourceControl[] activeControls, in insetsControlChanged()
|
H A D | InsetsController.java | 834 public void onControlsChanged(InsetsSourceControl[] activeControls) { in onControlsChanged()
|
H A D | ViewRootImpl.java | 8432 InsetsSourceControl[] activeControls, boolean willMove, boolean willResize) { in dispatchInsetsControlChanged() 9810 InsetsSourceControl[] activeControls, boolean willMove, boolean willResize) { in insetsControlChanged()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/ |
H A D | DisplayInsetsControllerTest.java | 179 InsetsSourceControl[] activeControls) { in insetsControlChanged()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/stagesplit/ |
H A D | SideStage.java | 141 InsetsSourceControl[] activeControls) { in insetsControlChanged()
|
/aosp12/frameworks/base/core/java/com/android/internal/view/ |
H A D | BaseIWindow.java | 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 | 61 InsetsSourceControl[] activeControls, boolean willMove, boolean willResize) { in insetsControlChanged()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/ |
H A D | CompatUIController.java | 339 InsetsSourceControl[] activeControls) { in insetsControlChanged()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
H A D | SplitLayout.java | 282 InsetsSourceControl[] activeControls) { in insetsControlChanged()
|