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/notification/stack/
DNotificationStackScrollLayout.java4531 ExpandableView firstChildNotGone = getFirstChildNotGone(); in updateOwnTranslationZ() local
4532 if (firstChildNotGone != null && firstChildNotGone.showingPulsing()) { in updateOwnTranslationZ()
4533 ownTranslationZ = firstChildNotGone.getTranslationZ(); in updateOwnTranslationZ()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java4423 ExpandableView firstChildNotGone =
4427 firstChildNotGone instanceof ExpandableNotificationRow
4428 ? (ExpandableNotificationRow) firstChildNotGone : null;