Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1232 ExpandableView firstChild = (ExpandableView) getFirstChildNotGone(); in getScrollRange()
1251 private View getFirstChildNotGone() { in getFirstChildNotGone() method in NotificationStackScrollLayout
2357 && getFirstChildNotGone() instanceof ActivatableNotificationView) { in getDismissViewHeight()