Searched refs:getStatusBarHeight (Results 1 – 4 of 4) sorted by relevance
67 protected int getStatusBarHeight(Context context, boolean isPortrait, int statusBarInset) { in getStatusBarHeight() method in SystemWindowManagerProxy70 return SystemBarUtils.getStatusBarHeight(context); in getStatusBarHeight()
110 getStatusBarHeight(appContext.resources) + in <lambda>()262 private fun getStatusBarHeight(resource: Resources): Int { in <lambda>() method
182 getStatusBarHeight(context, isPortrait, statusBarInsets.top), in normalizeWindowInsets()274 protected int getStatusBarHeight(Context context, boolean isPortrait, int statusBarInset) { in getStatusBarHeight() method in WindowManagerProxy
546 mStatusBarHeight = SystemBarUtils.getStatusBarHeight(mLauncher); in loadResources()