Searched refs:firstChildNotGone (Results 1 – 2 of 2) sorted by relevance
4531 ExpandableView firstChildNotGone = getFirstChildNotGone(); in updateOwnTranslationZ() local4532 if (firstChildNotGone != null && firstChildNotGone.showingPulsing()) { in updateOwnTranslationZ()4533 ownTranslationZ = firstChildNotGone.getTranslationZ(); in updateOwnTranslationZ()
4423 ExpandableView firstChildNotGone =4427 firstChildNotGone instanceof ExpandableNotificationRow4428 ? (ExpandableNotificationRow) firstChildNotGone : null;