Searched defs:getNotificationsTopY (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java1293 float alpha = (getNotificationsTopY() + mNotificationStackScroller.getItemHeight())
1377 alphaNotifications = getNotificationsTopY()
1384 alphaNotifications = getNotificationsTopY() / mKeyguardStatusBar.getHeight();
1394 private float getNotificationsTopY() { method in class:NotificationPanelView
1398 return mNotificationStackScroller.getNotificationsTopY();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java2100 public float getNotificationsTopY() { method in class:NotificationStackScrollLayout

Completed in 292 milliseconds