Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthPanelController.java83 final Insets navBarInsets = Utils.getNavbarInsets(mContext); in getLeftBound()
97 final Insets navBarInsets = Utils.getNavbarInsets(mContext); in getRightBound()
109 final Insets navBarInsets = Utils.getNavbarInsets(mContext); in getBottomBound()
DUdfpsDialogMeasureAdapter.java110 final Insets navbarInsets = getNavbarInsets(windowMetrics); in onMeasureInternalPortrait()
205 final Insets navbarInsets = getNavbarInsets(windowMetrics); in onMeasureInternalLandscape()
280 private static Insets getNavbarInsets(@Nullable WindowMetrics windowMetrics) { in getNavbarInsets() method in UdfpsDialogMeasureAdapter
/frameworks/base/packages/SystemUI/src/com/android/systemui/display/ui/viewmodel/
DConnectingDisplayViewModel.kt103 navbarBottomInsetsProvider = { Utils.getNavbarInsets(context).bottom }, in <lambda>()
/frameworks/base/packages/SystemUI/shared/biometrics/src/com/android/systemui/biometrics/
DUtils.kt123 fun getNavbarInsets(context: Context): Insets { in getNavbarInsets() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/
DPromptViewModel.kt461 val navBarInsets = Utils.getNavbarInsets(context) in <lambda>()