Home
last modified time | relevance | path

Searched defs:systemInsets (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowCallbacks.java44 void onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, Rect systemInsets, in onWindowSizeIsChanging()
55 void onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets, in onWindowDragResizeStart()
DViewRootImpl.java12010 private void startDragResizing(Rect initialBounds, boolean fullscreen, Rect systemInsets, in startDragResizing()
/frameworks/base/core/java/android/inputmethodservice/
DNavigationBarController.java227 final Insets systemInsets = getSystemInsets(); in installNavigationBarFrameIfNecessary() local
323 final Insets systemInsets = getSystemInsets(); in updateTouchableInsets() local
468 final Insets systemInsets = getSystemInsets(); in onWindowShown() local
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1115 final Insets systemInsets = clearsCompatInsets in updateColorViews() local
2193 public void onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, Rect systemInsets, in onWindowSizeIsChanging()
2197 public void onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets, in onWindowDragResizeStart()
/frameworks/base/core/java/android/widget/
DMagnifier.java875 final Insets systemInsets = mView.getRootWindowInsets().getSystemWindowInsets(); in getCurrentClampedWindowCoordinates() local