Home
last modified time | relevance | path

Searched refs:mSystemBarInsets (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DBackdropFrameRenderer.java74 private final Rect mSystemBarInsets = new Rect(); field in BackdropFrameRenderer
97 mSystemBarInsets.set(systemBarInsets.toRect()); in BackdropFrameRenderer()
160 mSystemBarInsets.set(systemBarInsets); in setTargetRect()
244 || !mSystemBarInsets.equals(mOldSystemBarInsets) in doFrameUncheckedLocked()
248 mOldSystemBarInsets.set(mSystemBarInsets); in doFrameUncheckedLocked()
361 final int topInset = mSystemBarInsets.top; in drawColorViews()
371 DecorView.getNavigationBarRect(width, height, mSystemBarInsets, mTmpRect, 1f); in drawColorViews()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DTaskSnapshotWindow.java138 private final Rect mSystemBarInsets = new Rect(); field in TaskSnapshotWindow
353 mSystemBarInsets.set(systemBarInsets); in setFrames()
494 frame.offset(mSystemBarInsets.left, 0); in calculateSnapshotFrame()
578 private final Rect mSystemBarInsets = new Rect(); field in TaskSnapshotWindow.SystemBarBackgroundPainter
604 mSystemBarInsets.set(systemBarInsets); in setInsets()
612 return (int) (mSystemBarInsets.top * mScale); in getStatusBarColorViewHeight()
634 final int rightInset = (int) (mSystemBarInsets.right * mScale); in drawStatusBarBackground()
643 getNavigationBarRect(c.getWidth(), c.getHeight(), mSystemBarInsets, navigationBarRect, in drawNavigationBarBackground() local
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotSurface.java136 private final Rect mSystemBarInsets = new Rect(); field in TaskSnapshotSurface
311 mSystemBarInsets.set(systemBarInsets); in setFrames()
455 frame.offset(mSystemBarInsets.left, 0); in calculateSnapshotFrame()
546 private final Rect mSystemBarInsets = new Rect(); field in TaskSnapshotSurface.SystemBarBackgroundPainter
572 mSystemBarInsets.set(systemBarInsets); in setInsets()
580 return (int) (mSystemBarInsets.top * mScale); in getStatusBarColorViewHeight()
603 final int rightInset = (int) (mSystemBarInsets.right * mScale); in drawStatusBarBackground()
612 getNavigationBarRect(c.getWidth(), c.getHeight(), mSystemBarInsets, navigationBarRect, in drawNavigationBarBackground() local