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.java814 int positionInLinearLayout = getPositionInLinearLayout(expandableView); in updateForcedScroll() local
815 int targetScroll = targetScrollForView(expandableView, positionInLinearLayout); in updateForcedScroll()
816 int outOfViewScroll = positionInLinearLayout + expandableView.getIntrinsicHeight(); in updateForcedScroll()
1392 int positionInLinearLayout = getPositionInLinearLayout(v);
1393 int targetScroll = targetScrollForView(expandableView, positionInLinearLayout);
1394 int outOfViewScroll = positionInLinearLayout + expandableView.getIntrinsicHeight();
1411 private int targetScrollForView(ExpandableView v, int positionInLinearLayout) {
1412 return positionInLinearLayout + v.getIntrinsicHeight() +