Home
last modified time | relevance | path

Searched refs:STATUS_BAR_HEIGHT (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/window/
DWindowManagerProxy.java27 import static com.android.launcher3.testing.shared.ResourceUtils.STATUS_BAR_HEIGHT;
278 STATUS_BAR_HEIGHT); in getStatusBarHeight()
308 STATUS_BAR_HEIGHT_PORTRAIT, STATUS_BAR_HEIGHT); in estimateWindowBounds()
310 STATUS_BAR_HEIGHT_LANDSCAPE, STATUS_BAR_HEIGHT); in estimateWindowBounds()
/packages/apps/Launcher3/tests/multivalentTests/shared/com/android/launcher3/testing/shared/
DResourceUtils.java35 public static final String STATUS_BAR_HEIGHT = "status_bar_height"; field in ResourceUtils