Searched refs:getNotificationsTopY (Results 1 – 2 of 2) sorted by relevance
1567 float alpha = (getNotificationsTopY() + mNotificationStackScroller.getFirstItemMinHeight()) in getFadeoutAlpha()1632 alpha = getNotificationsTopY() in getKeyguardContentsAlpha()1639 alpha = getNotificationsTopY() / mKeyguardStatusBar.getHeight(); in getKeyguardContentsAlpha()1662 private float getNotificationsTopY() { in getNotificationsTopY() method in NotificationPanelView1666 return mNotificationStackScroller.getNotificationsTopY(); in getNotificationsTopY()
3654 public float getNotificationsTopY() { in getNotificationsTopY() method in NotificationStackScrollLayout