Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSystemWindowManagerProxy.java67 protected int getStatusBarHeight(Context context, boolean isPortrait, int statusBarInset) { in getStatusBarHeight() method in SystemWindowManagerProxy
70 return SystemBarUtils.getStatusBarHeight(context); in getStatusBarHeight()
/packages/apps/ThemePicker/src/com/android/customization/picker/clock/ui/view/
DClockViewFactoryImpl.kt110 getStatusBarHeight(appContext.resources) + in <lambda>()
262 private fun getStatusBarHeight(resource: Resources): Int { in <lambda>() method
/packages/apps/Launcher3/src/com/android/launcher3/util/window/
DWindowManagerProxy.java182 getStatusBarHeight(context, isPortrait, statusBarInsets.top), in normalizeWindowInsets()
274 protected int getStatusBarHeight(Context context, boolean isPortrait, int statusBarInset) { in getStatusBarHeight() method in WindowManagerProxy
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DLauncherBackAnimationController.java546 mStatusBarHeight = SystemBarUtils.getStatusBarHeight(mLauncher); in loadResources()