Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1239 View lastChild = getLastChildNotGone(); in getScrollRange()
1280 public View getLastChildNotGone() { in getLastChildNotGone() method in NotificationStackScrollLayout
2356 if (getNotGoneChildCount() == 2 && getLastChildNotGone() == mDismissView in getDismissViewHeight()
2403 ExpandableView lastChildNotGone = (ExpandableView) getLastChildNotGone(); in isBelowLastNotification()
DStackStateAnimator.java294 ? mHostLayout.getLastChildNotGone() in calculateChildAnimationDelay()