Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java2471 ExpandableView firstChildNotGone = mNotificationStackScroller.getFirstChildNotGone(); in onHeightChanged() local
2472 ExpandableNotificationRow firstRow = firstChildNotGone instanceof ExpandableNotificationRow in onHeightChanged()
2473 ? (ExpandableNotificationRow) firstChildNotGone in onHeightChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java4806 ExpandableView firstChildNotGone = getFirstChildNotGone();
4807 if (firstChildNotGone != null && firstChildNotGone.showingPulsing()) {
4808 ownTranslationZ = firstChildNotGone.getTranslationZ();