Home
last modified time | relevance | path

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

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