Searched refs:firstChildNotGone (Results 1 – 2 of 2) sorted by relevance
2471 ExpandableView firstChildNotGone = mNotificationStackScroller.getFirstChildNotGone(); in onHeightChanged() local2472 ExpandableNotificationRow firstRow = firstChildNotGone instanceof ExpandableNotificationRow in onHeightChanged()2473 ? (ExpandableNotificationRow) firstChildNotGone in onHeightChanged()
4806 ExpandableView firstChildNotGone = getFirstChildNotGone();4807 if (firstChildNotGone != null && firstChildNotGone.showingPulsing()) {4808 ownTranslationZ = firstChildNotGone.getTranslationZ();