Home
last modified time | relevance | path

Searched refs:showInsets (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayInsetsController.java161 private void showInsets(@InsetsType int types, boolean fromIme, in showInsets() method in DisplayInsetsController.PerDisplay
172 listener.showInsets(types, fromIme, statsToken); in showInsets()
239 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets() method in DisplayInsetsController.PerDisplay.DisplayWindowInsetsControllerImpl
242 PerDisplay.this.showInsets(types, fromIme, statsToken); in showInsets()
300 default void showInsets(@InsetsType int types, boolean fromIme, in showInsets() method
DSystemWindows.java359 public void showInsets(int types, boolean fromIme, @Nullable ImeTracker.Token statsToken) {} in showInsets() method in SystemWindows.ContainerWindow
DDisplayImeController.java368 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets() method in DisplayImeController.PerDisplay
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
DDisplayInsetsControllerTest.java122 mInsetsControllersByDisplayId.get(DEFAULT_DISPLAY).showInsets(0, false, in testPerDisplayListenerCallback()
144 mInsetsControllersByDisplayId.get(SECOND_DISPLAY).showInsets(0, false, in testPerDisplayListenerCallback()
206 public void showInsets(int types, boolean fromIme, @Nullable ImeTracker.Token statsToken) { in showInsets() method in DisplayInsetsControllerTest.TrackedListener
DDisplayImeControllerTest.java109 mPerDisplay.showInsets(ime(), true /* fromIme */, ImeTracker.Token.empty()); in showInsets_schedulesNoWorkOnExecutor()
/frameworks/base/core/java/android/view/
DIDisplayWindowInsetsController.aidl52 void showInsets(int types, boolean fromIme, in @nullable ImeTracker.Token statsToken); in showInsets() method
DIWindow.aidl81 void showInsets(int types, boolean fromIme, in @nullable ImeTracker.Token statsToken); in showInsets() method
DViewRootImpl.java9968 private void showInsets(@InsetsType int types, boolean fromIme, in showInsets() method in ViewRootImpl.TrackballAxis
11460 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets() method in ViewRootImpl.TrackballAxis.W
11470 viewAncestor.showInsets(types, fromIme, statsToken); in showInsets()
/frameworks/base/services/core/java/com/android/server/wm/
DInsetsControlTarget.java66 default void showInsets(@InsetsType int types, boolean fromIme, in showInsets() method
DImeInsetsSourceProvider.java424 target.showInsets(WindowInsets.Type.ime(), true /* fromIme */, mStatsToken); in checkAndStartShowImePostLayout()
DDisplayPolicy.java2284 controlTarget.showInsets(Type.navigationBars(), false /* fromIme */,
2293 controlTarget.showInsets(restorePositionTypes, false /* fromIme */,
2297 controlTarget.showInsets(Type.statusBars() | Type.navigationBars(),
DWindowState.java3863 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets() method in WindowState
3868 mClient.showInsets(types, fromIme, statsToken); in showInsets()
DDisplayContent.java7077 public void showInsets(@WindowInsets.Type.InsetsType int types, boolean fromIme, in showInsets() method in RemoteInsetsControlTarget
7082 mRemoteInsetsController.showInsets(types, fromIme, statsToken); in showInsets()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestIWindow.java119 public void showInsets(int types, boolean fromIme, @Nullable ImeTracker.Token statsToken) in showInsets() method in TestIWindow
DWindowTestsBase.java1006 public void showInsets(int i, boolean b, @Nullable ImeTracker.Token t) in createDisplayWindowInsetsController()
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java71 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets() method in BaseIWindow