Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DUtils.java121 public static int getStatusBarHeaderHeightKeyguard(Context context) { in getStatusBarHeaderHeightKeyguard() method in Utils
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarView.java20 import static com.android.systemui.util.Utils.getStatusBarHeaderHeightKeyguard;
200 lp.height = getStatusBarHeaderHeightKeyguard(mContext); in updateKeyguardStatusBarHeight()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java1197 mStatusBarHeaderHeightKeyguard = Utils.getStatusBarHeaderHeightKeyguard(mView.getContext()); in loadDimens()