Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1876 private View getFirstChildBelowTranlsationY(float translationY, boolean ignoreChildren) { in getFirstChildBelowTranlsationY() argument
1886 } else if (!ignoreChildren && child instanceof ExpandableNotificationRow) { in getFirstChildBelowTranlsationY()
3040 boolean ignoreChildren = true; in generateChildRemovalEvents()
3045 ignoreChildren = false; in generateChildRemovalEvents()
3049 ignoreChildren); in generateChildRemovalEvents()