Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1883 float rowTranslation = child.getTranslationY(); in getFirstChildBelowTranlsationY() local
1884 if (rowTranslation >= translationY) { in getFirstChildBelowTranlsationY()
1894 if (rowChild.getTranslationY() + rowTranslation >= translationY) { in getFirstChildBelowTranlsationY()