Searched refs:systemRes (Results 1 – 1 of 1) sorted by relevance
163 Resources systemRes = context.getResources(); in normalizeWindowInsets() local164 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() local290 int statusBarHeight = getDimenByName(systemRes, in getStatusBarHeight()308 Resources systemRes; in estimateWindowBounds() local312 systemRes = context.createConfigurationContext(conf).getResources(); in estimateWindowBounds()321 int statusBarHeightPortrait = getDimenByName(systemRes, in estimateWindowBounds()[all …]