Searched refs:systemBarInsets (Results 1 – 3 of 3) sorted by relevance
153 public void setFrames(Rect frame, Rect systemBarInsets) { in setFrames() argument155 mSystemBarInsets.set(systemBarInsets); in setFrames()157 mSystemBarBackgroundPainter.setInsets(systemBarInsets); in setFrames()401 final Rect systemBarInsets = getSystemBarInsets(windowBounds, topWindowInsetsState); in drawSnapshotOnSurface() local402 drawSurface.setFrames(windowBounds, systemBarInsets); in drawSnapshotOnSurface()509 public void setInsets(Rect systemBarInsets) { in setInsets() argument510 mSystemBarInsets.set(systemBarInsets); in setInsets()
425 final Rect systemBarInsets = getSystemBarInsets(mainWindow.getFrame(), insetsState); in drawAppThemeSnapshot() local439 decorPainter.setInsets(systemBarInsets); in drawAppThemeSnapshot()446 final Rect contentInsets = new Rect(systemBarInsets); in drawAppThemeSnapshot()
1051 public static void getNavigationBarRect(int canvasWidth, int canvasHeight, Rect systemBarInsets, in getNavigationBarRect() argument1053 final int bottomInset = (int) (systemBarInsets.bottom * scale); in getNavigationBarRect()1054 final int leftInset = (int) (systemBarInsets.left * scale); in getNavigationBarRect()1055 final int rightInset = (int) (systemBarInsets.right * scale); in getNavigationBarRect()