Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/window/
DWindowManagerProxy.java24 import static com.android.launcher3.testing.shared.ResourceUtils.NAVBAR_HEIGHT_LANDSCAPE;
161 ? getDimenByName(systemRes, NAVBAR_HEIGHT_LANDSCAPE) in normalizeWindowInsets()
323 ? getDimenByName(systemRes, NAVBAR_HEIGHT_LANDSCAPE) : 0); in estimateWindowBounds()
/packages/apps/Launcher3/tests/multivalentTests/shared/com/android/launcher3/testing/shared/
DResourceUtils.java33 public static final String NAVBAR_HEIGHT_LANDSCAPE = "navigation_bar_height_landscape"; field in ResourceUtils