Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java673 int positionInLinearLayout = getPositionInLinearLayout(expandableView); in updateForcedScroll() local
674 int targetScroll = targetScrollForView(expandableView, positionInLinearLayout); in updateForcedScroll()
675 int outOfViewScroll = positionInLinearLayout + expandableView.getIntrinsicHeight(); in updateForcedScroll()
1183 int positionInLinearLayout = getPositionInLinearLayout(v); in scrollTo() local
1184 int targetScroll = targetScrollForView(expandableView, positionInLinearLayout); in scrollTo()
1185 int outOfViewScroll = positionInLinearLayout + expandableView.getIntrinsicHeight(); in scrollTo()
1202 private int targetScrollForView(ExpandableView v, int positionInLinearLayout) { in targetScrollForView() argument
1203 return positionInLinearLayout + v.getIntrinsicHeight() + in targetScrollForView()