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.java163 Resources systemRes = context.getResources(); in normalizeWindowInsets() local
164 Configuration config = systemRes.getConfiguration(); in normalizeWindowInsets()
173 ? getDimenByName(systemRes, NAVBAR_HEIGHT) in normalizeWindowInsets()
175 ? getDimenByName(systemRes, NAVBAR_HEIGHT_LANDSCAPE) in normalizeWindowInsets()
182 int navBarWidth = getDimenByName(systemRes, NAVBAR_LANDSCAPE_LEFT_RIGHT_SIZE); in normalizeWindowInsets()
289 Resources systemRes = context.getResources(); in getStatusBarHeight() local
290 int statusBarHeight = getDimenByName(systemRes, in getStatusBarHeight()
308 Resources systemRes; in estimateWindowBounds() local
312 systemRes = context.createConfigurationContext(conf).getResources(); in estimateWindowBounds()
321 int statusBarHeightPortrait = getDimenByName(systemRes, in estimateWindowBounds()
[all …]