Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/
DCredentialPatternView.kt43 val statusBarInsets: Insets = insets.getInsets(Type.statusBars()) in onApplyWindowInsets() constant
46 setPadding(0, statusBarInsets.top, 0, navigationInsets.bottom) in onApplyWindowInsets()
DCredentialPasswordView.kt53 val statusBarInsets: Insets = insets.getInsets(WindowInsets.Type.statusBars()) in onApplyWindowInsets() constant
79 statusBarInsets.top, in onApplyWindowInsets()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DScreenshotTests.java304 Insets statusBarInsets = getWindow() in getPositionBelowStatusBar() local
309 return new Point(statusBarInsets.left, statusBarInsets.top); in getPositionBelowStatusBar()