Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DUtils.java218 public static int getStatusBarHeaderHeightKeyguard(Context context) { in getStatusBarHeaderHeightKeyguard() method in Utils
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarView.java21 import static com.android.systemui.util.Utils.getStatusBarHeaderHeightKeyguard;
167 lp.height = getStatusBarHeaderHeightKeyguard(mContext); in updateKeyguardStatusBarHeight()
H A DNotificationPanelViewController.java925 mStatusBarHeaderHeightKeyguard = Utils.getStatusBarHeaderHeightKeyguard(mView.getContext()); in loadDimens()