Searched refs:mSystemBarInsets (Results 1 – 1 of 1) sorted by relevance
121 private final Rect mSystemBarInsets = new Rect(); field in SnapshotDrawerUtils.SnapshotSurface155 mSystemBarInsets.set(systemBarInsets); in setFrames()309 frame.offset(mSystemBarInsets.left, 0); in calculateSnapshotFrame()477 private final Rect mSystemBarInsets = new Rect(); field in SnapshotDrawerUtils.SystemBarBackgroundPainter510 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