Searched defs:systemInsets (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | WindowCallbacks.java | 44 void onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, Rect systemInsets, in onWindowSizeIsChanging() 55 void onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets, in onWindowDragResizeStart()
|
D | ViewRootImpl.java | 11662 private void startDragResizing(Rect initialBounds, boolean fullscreen, Rect systemInsets, in startDragResizing()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | NavigationBarController.java | 220 final Insets systemInsets = getSystemInsets(); in installNavigationBarFrameIfNecessary() local 310 final Insets systemInsets = getSystemInsets(); in updateTouchableInsets() local 455 final Insets systemInsets = getSystemInsets(); in onWindowShown() local
|
/frameworks/base/core/java/com/android/internal/jank/ |
D | InteractionMonitorDebugOverlay.java | 212 Rect systemInsets, Rect stableInsets) { in onWindowSizeIsChanging() 217 Rect systemInsets, Rect stableInsets) { in onWindowDragResizeStart()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | DecorView.java | 1097 final Insets systemInsets = clearsCompatInsets in updateColorViews() local 2147 public void onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, Rect systemInsets, in onWindowSizeIsChanging() 2151 public void onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets, in onWindowDragResizeStart()
|
/frameworks/base/core/java/android/widget/ |
D | Magnifier.java | 875 final Insets systemInsets = mView.getRootWindowInsets().getSystemWindowInsets(); in getCurrentClampedWindowCoordinates() local
|