Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java604 ExpandableView slidingChild = (ExpandableView) getChildAt(childIdx); in getClosestChildAtRawPosition() local
605 if (slidingChild.getVisibility() == GONE in getClosestChildAtRawPosition()
606 || slidingChild instanceof StackScrollerDecorView in getClosestChildAtRawPosition()
607 || slidingChild == mSpeedBumpView) { in getClosestChildAtRawPosition()
610 float childTop = slidingChild.getTranslationY(); in getClosestChildAtRawPosition()
611 float top = childTop + slidingChild.getClipTopAmount(); in getClosestChildAtRawPosition()
612 float bottom = childTop + slidingChild.getActualHeight(); in getClosestChildAtRawPosition()
616 closestChild = slidingChild; in getClosestChildAtRawPosition()
632 ExpandableView slidingChild = (ExpandableView) getChildAt(childIdx); in getChildAtPosition() local
633 if (slidingChild.getVisibility() == GONE in getChildAtPosition()
[all …]