Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/window/
DWindowManagerProxy.java178 Insets statusBarInsets = oldInsets.getInsets(WindowInsets.Type.statusBars()); in normalizeWindowInsets() local
181 statusBarInsets.left, in normalizeWindowInsets()
182 getStatusBarHeight(context, isPortrait, statusBarInsets.top), in normalizeWindowInsets()
183 statusBarInsets.right, in normalizeWindowInsets()
184 statusBarInsets.bottom); in normalizeWindowInsets()