Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java613 ExpandableView expandableView = (ExpandableView) mForcedScroll; in updateForcedScroll() local
614 int positionInLinearLayout = getPositionInLinearLayout(expandableView); in updateForcedScroll()
615 int targetScroll = targetScrollForView(expandableView, positionInLinearLayout); in updateForcedScroll()
616 int outOfViewScroll = positionInLinearLayout + expandableView.getIntrinsicHeight(); in updateForcedScroll()
1110 ExpandableView expandableView = (ExpandableView) v; in scrollTo() local
1112 int targetScroll = targetScrollForView(expandableView, positionInLinearLayout); in scrollTo()
1113 int outOfViewScroll = positionInLinearLayout + expandableView.getIntrinsicHeight(); in scrollTo()
1824 ExpandableView expandableView = (ExpandableView) getChildAt(i); in updateContentHeight() local
1825 if (expandableView.getVisibility() != View.GONE) { in updateContentHeight()
1826 float increasedPaddingAmount = expandableView.getIncreasedPaddingAmount(); in updateContentHeight()
[all …]
DStackScrollAlgorithm.java484 ExpandableView expandableView = (ExpandableView) child; in getMaxAllowedChildHeight() local
485 return expandableView.getIntrinsicHeight(); in getMaxAllowedChildHeight()