Home
last modified time | relevance | path

Searched defs:showInsets (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayInsetsController.java161 private void showInsets(@InsetsType int types, boolean fromIme, in showInsets() method in DisplayInsetsController.PerDisplay
229 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets() method in DisplayInsetsController.PerDisplay.DisplayWindowInsetsControllerImpl
283 default void showInsets(@InsetsType int types, boolean fromIme, in showInsets() method
H A DDisplayImeController.java329 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets() method in DisplayImeController.PerDisplay
H A DSystemWindows.java358 public void showInsets(int types, boolean fromIme, @Nullable ImeTracker.Token statsToken) {} in showInsets() method in SystemWindows.ContainerWindow
/aosp14/frameworks/base/core/java/android/view/
H A DIDisplayWindowInsetsController.aidl52 void showInsets(int types, boolean fromIme, in @nullable ImeTracker.Token statsToken); in showInsets() method
H A DIWindow.aidl74 void showInsets(int types, boolean fromIme, in @nullable ImeTracker.Token statsToken); in showInsets() method
H A DViewRootImpl.java9185 private void showInsets(@InsetsType int types, boolean fromIme, in showInsets() method in ViewRootImpl.TrackballAxis
10568 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets() method in ViewRootImpl.TrackballAxis.W
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsControlTarget.java64 default void showInsets(@InsetsType int types, boolean fromIme, in showInsets() method
H A DWindowState.java3831 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets() method in WindowState
H A DDisplayContent.java6967 public void showInsets(@WindowInsets.Type.InsetsType int types, boolean fromIme, in showInsets() method in RemoteInsetsControlTarget
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
H A DDisplayInsetsControllerTest.java200 public void showInsets(int types, boolean fromIme, @Nullable ImeTracker.Token statsToken) { in showInsets() method in DisplayInsetsControllerTest.TrackedListener
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTestIWindow.java122 public void showInsets(int types, boolean fromIme, @Nullable ImeTracker.Token statsToken) in showInsets() method in TestIWindow
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java71 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets() method in BaseIWindow