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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java684 int positionInLinearLayout = getPositionInLinearLayout(expandableView);
685 int targetScroll = targetScrollForView(expandableView, positionInLinearLayout);
686 int outOfViewScroll = positionInLinearLayout + expandableView.getIntrinsicHeight();
1212 int positionInLinearLayout = getPositionInLinearLayout(v);
1213 int targetScroll = targetScrollForView(expandableView, positionInLinearLayout);
1214 int outOfViewScroll = positionInLinearLayout + expandableView.getIntrinsicHeight();
1231 private int targetScrollForView(ExpandableView v, int positionInLinearLayout) { argument
1232 return positionInLinearLayout + v.getIntrinsicHeight() +

Completed in 43 milliseconds