Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ui/
DSystemBarUtilsProxy.kt34 fun getStatusBarHeaderHeightKeyguard(): Int in getStatusBarHeight() method
43 override fun getStatusBarHeaderHeightKeyguard(): Int { in getStatusBarHeight() method in com.android.systemui.statusbar.ui.SystemBarUtilsProxyImpl
DSystemBarUtilsState.kt61 .map { proxy.getStatusBarHeaderHeightKeyguard() } in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/ui/
DFakeSystemBarUtilsProxy.kt45 override fun getStatusBarHeaderHeightKeyguard(): Int = fakeKeyguardStatusBarHeight method
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DAccessibilityActionsSection.kt73 Utils.getStatusBarHeaderHeightKeyguard(context) in applyConstraints()
DDefaultStatusBarSection.kt91 constrainHeight(statusBarViewId, Utils.getStatusBarHeaderHeightKeyguard(context)) in applyConstraints()
DDefaultStatusViewSection.kt116 Utils.getStatusBarHeaderHeightKeyguard(context) in applyConstraints()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DStatusBarSection.kt102 Utils.getStatusBarHeaderHeightKeyguard(context) in SceneScope()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DUtils.java135 public static int getStatusBarHeaderHeightKeyguard(Context context) { in getStatusBarHeaderHeightKeyguard() method in Utils
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardClockViewModel.kt170 val statusBarHeight = systemBarUtils.getStatusBarHeaderHeightKeyguard() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarView.java21 import static com.android.systemui.util.Utils.getStatusBarHeaderHeightKeyguard;
206 lp.height = getStatusBarHeaderHeightKeyguard(mContext); in updateKeyguardStatusBarHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardPreviewClockViewBinder.kt182 Utils.getStatusBarHeaderHeightKeyguard(context) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java1251 mStatusBarHeaderHeightKeyguard = Utils.getStatusBarHeaderHeightKeyguard(mView.getContext()); in loadDimens()