Home
last modified time | relevance | path

Searched refs:nonOverlappingTaskbarInset (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java209 public int nonOverlappingTaskbarInset; field in DeviceProfile
264 nonOverlappingTaskbarInset = taskbarSize - windowInsets.getSystemWindowInsetBottom(); in DeviceProfile()
265 if (nonOverlappingTaskbarInset > 0) { in DeviceProfile()
266 nonFinalAvailableHeightPx -= nonOverlappingTaskbarInset; in DeviceProfile()
978 nonOverlappingTaskbarInset)); in dump()
DLauncherRootView.java50 insets.bottom = Math.max(0, insets.bottom - dp.nonOverlappingTaskbarInset); in handleSystemWindowInsets()
DWorkspace.java313 mInsets.bottom += grid.nonOverlappingTaskbarInset; in setInsets()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsContainerView.java425 - mLauncher.getDeviceProfile().nonOverlappingTaskbarInset; in dispatchApplyWindowInsets()