Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/
DCredentialPatternView.kt44 val navigationInsets: Insets = insets.getInsets(Type.navigationBars()) in onApplyWindowInsets() constant
46 setPadding(0, statusBarInsets.top, 0, navigationInsets.bottom) in onApplyWindowInsets()
DCredentialPasswordView.kt55 val navigationInsets: Insets = insets.getInsets(WindowInsets.Type.navigationBars()) in onApplyWindowInsets() constant
81 if (keyboardInsets.bottom == 0) navigationInsets.bottom else keyboardInsets.bottom in onApplyWindowInsets()