Searched refs:getNavbarInsets (Results 1 – 5 of 5) sorted by relevance
83 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()
110 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
103 navbarBottomInsetsProvider = { Utils.getNavbarInsets(context).bottom }, in <lambda>()
123 fun getNavbarInsets(context: Context): Insets { in getNavbarInsets() method
461 val navBarInsets = Utils.getNavbarInsets(context) in <lambda>()