Searched refs:STATUS_BAR_HEIGHT_PORTRAIT (Results 1 – 2 of 2) sorted by relevance
29 import static com.android.launcher3.testing.shared.ResourceUtils.STATUS_BAR_HEIGHT_PORTRAIT;277 isPortrait ? STATUS_BAR_HEIGHT_PORTRAIT : STATUS_BAR_HEIGHT_LANDSCAPE, in getStatusBarHeight()308 STATUS_BAR_HEIGHT_PORTRAIT, STATUS_BAR_HEIGHT); in estimateWindowBounds()
37 public static final String STATUS_BAR_HEIGHT_PORTRAIT = "status_bar_height_portrait"; field in ResourceUtils