Searched refs:nonOverlappingTaskbarInset (Results 1 – 4 of 4) sorted by relevance
209 public int nonOverlappingTaskbarInset; field in DeviceProfile264 nonOverlappingTaskbarInset = taskbarSize - windowInsets.getSystemWindowInsetBottom(); in DeviceProfile()265 if (nonOverlappingTaskbarInset > 0) { in DeviceProfile()266 nonFinalAvailableHeightPx -= nonOverlappingTaskbarInset; in DeviceProfile()978 nonOverlappingTaskbarInset)); in dump()
50 insets.bottom = Math.max(0, insets.bottom - dp.nonOverlappingTaskbarInset); in handleSystemWindowInsets()
313 mInsets.bottom += grid.nonOverlappingTaskbarInset; in setInsets()
425 - mLauncher.getDeviceProfile().nonOverlappingTaskbarInset; in dispatchApplyWindowInsets()