Searched refs:positionInLinearLayout (Results 1 – 1 of 1) sorted by relevance
673 int positionInLinearLayout = getPositionInLinearLayout(expandableView); in updateForcedScroll() local674 int targetScroll = targetScrollForView(expandableView, positionInLinearLayout); in updateForcedScroll()675 int outOfViewScroll = positionInLinearLayout + expandableView.getIntrinsicHeight(); in updateForcedScroll()1183 int positionInLinearLayout = getPositionInLinearLayout(v); in scrollTo() local1184 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() argument1203 return positionInLinearLayout + v.getIntrinsicHeight() + in targetScrollForView()