Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DSnapshotDrawerUtils.java121 private final Rect mSystemBarInsets = new Rect(); field in SnapshotDrawerUtils.SnapshotSurface
155 mSystemBarInsets.set(systemBarInsets); in setFrames()
309 frame.offset(mSystemBarInsets.left, 0); in calculateSnapshotFrame()
477 private final Rect mSystemBarInsets = new Rect(); field in SnapshotDrawerUtils.SystemBarBackgroundPainter
510 mSystemBarInsets.set(systemBarInsets); in setInsets()
519 return (int) (mSystemBarInsets.top * mScale); in getStatusBarColorViewHeight()
545 final int rightInset = (int) (mSystemBarInsets.right * mScale); in drawStatusBarBackground()
554 getNavigationBarRect(c.getWidth(), c.getHeight(), mSystemBarInsets, navigationBarRect, in drawNavigationBarBackground() local