Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/window/
DWindowManagerProxy.java149 Resources systemRes = context.getResources(); in normalizeWindowInsets() local
150 Configuration config = systemRes.getConfiguration(); in normalizeWindowInsets()
159 ? getDimenByName(systemRes, NAVBAR_HEIGHT) in normalizeWindowInsets()
161 ? getDimenByName(systemRes, NAVBAR_HEIGHT_LANDSCAPE) in normalizeWindowInsets()
168 int navBarWidth = getDimenByName(systemRes, NAVBAR_LANDSCAPE_LEFT_RIGHT_SIZE); in normalizeWindowInsets()
275 Resources systemRes = context.getResources(); in getStatusBarHeight() local
276 int statusBarHeight = getDimenByName(systemRes, in getStatusBarHeight()
294 Resources systemRes; in estimateWindowBounds() local
298 systemRes = context.createConfigurationContext(conf).getResources(); in estimateWindowBounds()
307 int statusBarHeightPortrait = getDimenByName(systemRes, in estimateWindowBounds()
[all …]