Searched refs:statusBarHeight (Results 1 – 2 of 2) sorted by relevance
77 int statusBarHeight = getStatusBarHeight(); in takeScreenshot() local85 int yToCut = statusBarHeight; in takeScreenshot()94 bt, 0, statusBarHeight, bt.getWidth() - xToCut, bt.getHeight() - yToCut); in takeScreenshot()
1293 final int statusBarHeight = inset[0].getStableInsetTop();1295 return new Rect(0, statusBarHeight, rootView[0].getWidth(),1296 rootView[0].getHeight() - navBarHeight - statusBarHeight);