Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java2403 ExpandableView lastChildNotGone = (ExpandableView) getLastChildNotGone(); in isBelowLastNotification() local
2404 if (lastChildNotGone == null) { in isBelowLastNotification()
2407 if (lastChildNotGone != mDismissView && lastChildNotGone != mEmptyShadeView) { in isBelowLastNotification()
2408 return touchY > lastChildNotGone.getY() + lastChildNotGone.getActualHeight(); in isBelowLastNotification()
2409 } else if (lastChildNotGone == mEmptyShadeView) { in isBelowLastNotification()