Searched refs:mMaxKeyguardNotifications (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithm.java52 private int mMaxKeyguardNotifications; field in class:KeyguardClockPositionAlgorithm
107 mMaxKeyguardNotifications = maxKeyguardNotifications;
248 / (mMaxKeyguardNotifications + mMoreCardNotificationAmount);
H A DStatusBar.java555 private int mMaxKeyguardNotifications; field in class:StatusBar
4933 mMaxKeyguardNotifications = Math.max(1,
4936 return mMaxKeyguardNotifications;
4938 return mMaxKeyguardNotifications;

Completed in 285 milliseconds