Searched refs:systemInsets (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/inputmethodservice/ |
D | NavigationBarController.java | 220 final Insets systemInsets = getSystemInsets(); in installNavigationBarFrameIfNecessary() local 226 if (systemInsets != null) { in installNavigationBarFrameIfNecessary() 229 systemInsets.bottom, Gravity.BOTTOM)); in installNavigationBarFrameIfNecessary() 230 mLastInsets = systemInsets; in installNavigationBarFrameIfNecessary() 247 ViewGroup.LayoutParams.MATCH_PARENT, systemInsets.bottom, Gravity.BOTTOM)); in installNavigationBarFrameIfNecessary() 248 mLastInsets = systemInsets; in installNavigationBarFrameIfNecessary() 310 final Insets systemInsets = getSystemInsets(); in updateTouchableInsets() local 311 if (systemInsets != null) { in updateTouchableInsets() 354 mTempRect.set(decor.getLeft(), decor.getBottom() - systemInsets.bottom, in updateTouchableInsets() 377 final boolean insetChanged = !Objects.equals(systemInsets, mLastInsets); in updateTouchableInsets() [all …]
|
/frameworks/base/core/java/android/view/ |
D | WindowCallbacks.java | 44 void onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, Rect systemInsets, in onWindowSizeIsChanging() argument 55 void onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets, in onWindowDragResizeStart() argument
|
D | ViewRootImpl.java | 11662 private void startDragResizing(Rect initialBounds, boolean fullscreen, Rect systemInsets, in startDragResizing() argument 11669 initialBounds, fullscreen, systemInsets, stableInsets); in startDragResizing()
|
/frameworks/base/core/java/com/android/internal/jank/ |
D | InteractionMonitorDebugOverlay.java | 212 Rect systemInsets, Rect stableInsets) { in onWindowSizeIsChanging() argument 217 Rect systemInsets, Rect stableInsets) { in onWindowDragResizeStart() argument
|
/frameworks/base/core/java/android/widget/ |
D | Magnifier.java | 875 final Insets systemInsets = mView.getRootWindowInsets().getSystemWindowInsets(); in getCurrentClampedWindowCoordinates() local 877 systemInsets.left + mParentSurface.mInsets.left, in getCurrentClampedWindowCoordinates() 878 systemInsets.top + mParentSurface.mInsets.top, in getCurrentClampedWindowCoordinates() 879 mParentSurface.mWidth - systemInsets.right - mParentSurface.mInsets.right, in getCurrentClampedWindowCoordinates() 880 mParentSurface.mHeight - systemInsets.bottom in getCurrentClampedWindowCoordinates()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | DecorView.java | 1097 final Insets systemInsets = clearsCompatInsets in updateColorViews() local 1100 mLastTopInset = systemInsets.top; in updateColorViews() 1101 mLastBottomInset = systemInsets.bottom; in updateColorViews() 1102 mLastRightInset = systemInsets.right; in updateColorViews() 1103 mLastLeftInset = systemInsets.left; in updateColorViews() 2147 public void onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, Rect systemInsets, in onWindowSizeIsChanging() argument 2151 public void onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets, in onWindowDragResizeStart() argument
|