Searched refs:navigationBarHeight (Results 1 – 2 of 2) sorted by relevance
80 int navigationBarHeight = getNavigationBarHeight(); in takeScreenshot() local88 xToCut += navigationBarHeight; in takeScreenshot()90 yToCut += navigationBarHeight; in takeScreenshot()
254 int navigationBarHeight, @NonNull DimmingTestMode dimmingTestMode) in getNavigationBarBitmap() argument280 return Bitmap.createBitmap(bitmap, 0, bitmap.getHeight() - navigationBarHeight, in getNavigationBarBitmap()281 bitmap.getWidth(), navigationBarHeight); in getNavigationBarBitmap()