Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java411 private int mStatusBarHeaderHeightKeyguard; field in NotificationPanelViewController
1197 mStatusBarHeaderHeightKeyguard = Utils.getStatusBarHeaderHeightKeyguard(mView.getContext()); in loadDimens()
1587 int userSwitcherPreferredY = mStatusBarHeaderHeightKeyguard; in updateClockAppearance()
1612 mStatusBarHeaderHeightKeyguard, in updateClockAppearance()
1624 mKeyguardStatusViewController.getClockBottom(mStatusBarHeaderHeightKeyguard), in updateClockAppearance()
3385 ipw.print("mStatusBarHeaderHeightKeyguard="); ipw.println(mStatusBarHeaderHeightKeyguard); in dump()