Searched refs:getPositionInLinearLayout (Results 1 – 3 of 3) sorted by relevance
1401 final int startingPosition = getPositionInLinearLayout(child);1421 int positionInLinearLayout = getPositionInLinearLayout(expandableView);1878 + getPositionInLinearLayout(mAmbientState.getTrackedHeadsUpRow());2053 int positionInLinearLayout = getPositionInLinearLayout(v);2848 getPositionInLinearLayout(trackedHeadsUpRow), in getLayoutMinHeightInternal()3108 final int startingPosition = getPositionInLinearLayout(removedChild); in updateScrollStateForRemovedChild()3143 private int getPositionInLinearLayout(View requestedView) { in getPositionInLinearLayout() method
1596 public int getPositionInLinearLayout(View childInGroup) {
4083 return mChildrenContainer.getPositionInLinearLayout(childRow); in getPositionOfChild()