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.java1435 float alpha = (getNotificationsTopY() + mNotificationStackScroller.getItemHeight()) in updateNotificationTranslucency()
1519 alphaNotifications = getNotificationsTopY() in updateHeaderKeyguard()
1526 alphaNotifications = getNotificationsTopY() / mKeyguardStatusBar.getHeight(); in updateHeaderKeyguard()
1537 private float getNotificationsTopY() { in getNotificationsTopY() method in NotificationPanelView
1541 return mNotificationStackScroller.getNotificationsTopY(); in getNotificationsTopY()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java2206 public float getNotificationsTopY() { in getNotificationsTopY() method in NotificationStackScrollLayout