Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java1922 float alpha = (getNotificationsTopY() + mNotificationStackScroller.getFirstItemMinHeight()) in getFadeoutAlpha()
1969 alpha = getNotificationsTopY() in getKeyguardContentsAlpha()
1976 alpha = getNotificationsTopY() / mKeyguardStatusBar.getHeight(); in getKeyguardContentsAlpha()
2029 private float getNotificationsTopY() { in getNotificationsTopY() method in NotificationPanelView
2033 return mNotificationStackScroller.getNotificationsTopY(); in getNotificationsTopY()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java4707 public float getNotificationsTopY() {