/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
D | DisplayInsetsController.java | 161 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
|
D | SystemWindows.java | 359 public void showInsets(int types, boolean fromIme, @Nullable ImeTracker.Token statsToken) {} in showInsets() method in SystemWindows.ContainerWindow
|
D | DisplayImeController.java | 368 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/ |
D | DisplayInsetsControllerTest.java | 122 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
|
D | DisplayImeControllerTest.java | 109 mPerDisplay.showInsets(ime(), true /* fromIme */, ImeTracker.Token.empty()); in showInsets_schedulesNoWorkOnExecutor()
|
/frameworks/base/core/java/android/view/ |
D | IDisplayWindowInsetsController.aidl | 52 void showInsets(int types, boolean fromIme, in @nullable ImeTracker.Token statsToken); in showInsets() method
|
D | IWindow.aidl | 81 void showInsets(int types, boolean fromIme, in @nullable ImeTracker.Token statsToken); in showInsets() method
|
D | ViewRootImpl.java | 9968 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/ |
D | InsetsControlTarget.java | 66 default void showInsets(@InsetsType int types, boolean fromIme, in showInsets() method
|
D | ImeInsetsSourceProvider.java | 424 target.showInsets(WindowInsets.Type.ime(), true /* fromIme */, mStatsToken); in checkAndStartShowImePostLayout()
|
D | DisplayPolicy.java | 2284 controlTarget.showInsets(Type.navigationBars(), false /* fromIme */, 2293 controlTarget.showInsets(restorePositionTypes, false /* fromIme */, 2297 controlTarget.showInsets(Type.statusBars() | Type.navigationBars(),
|
D | WindowState.java | 3863 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets() method in WindowState 3868 mClient.showInsets(types, fromIme, statsToken); in showInsets()
|
D | DisplayContent.java | 7077 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/ |
D | TestIWindow.java | 119 public void showInsets(int types, boolean fromIme, @Nullable ImeTracker.Token statsToken) in showInsets() method in TestIWindow
|
D | WindowTestsBase.java | 1006 public void showInsets(int i, boolean b, @Nullable ImeTracker.Token t) in createDisplayWindowInsetsController()
|
/frameworks/base/core/java/com/android/internal/view/ |
D | BaseIWindow.java | 71 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets() method in BaseIWindow
|