Searched refs:positionInLinearLayout (Results 1 – 1 of 1) sorted by relevance
814 int positionInLinearLayout = getPositionInLinearLayout(expandableView); in updateForcedScroll() local815 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() +