Searched refs:getNotificationsTopY (Results 1 – 2 of 2) sorted by relevance
1435 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 NotificationPanelView1541 return mNotificationStackScroller.getNotificationsTopY(); in getNotificationsTopY()
2206 public float getNotificationsTopY() { in getNotificationsTopY() method in NotificationStackScrollLayout