Searched defs:getStatusBarHeight (Results 1 – 6 of 6) sorted by relevance
33 fun getStatusBarHeight(): Int in getStatusBarHeight() method42 override fun getStatusBarHeight(): Int = SystemBarUtils.getStatusBarHeight(context) in getStatusBarHeight() method in com.android.systemui.statusbar.ui.SystemBarUtilsProxyImpl
41 public static int getStatusBarHeight(Context context) { in getStatusBarHeight() method in SystemBarUtils48 public static int getStatusBarHeight(Resources res, DisplayCutout cutout) { in getStatusBarHeight() method in SystemBarUtils
44 override fun getStatusBarHeight(): Int = fakeStatusBarHeight method
131 public int getStatusBarHeight() { in getStatusBarHeight() method in StatusBarWindowControllerImpl
321 int getStatusBarHeight() { in getStatusBarHeight() method
1748 private int getStatusBarHeight(int displayId) { in getStatusBarHeight() method in DesktopModeWindowDecorViewModel