Searched refs:lastChildNotGone (Results 1 – 1 of 1) sorted by relevance
2403 ExpandableView lastChildNotGone = (ExpandableView) getLastChildNotGone(); in isBelowLastNotification() local2404 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()