Searched refs:nextChild (Results 1 – 5 of 5) sorted by relevance
218 View nextChild = algorithmState.visibleChildren.get(childIndex + 1); in handleDraggedViews() local219 if (!draggedViews.contains(nextChild)) { in handleDraggedViews()223 nextChild); in handleDraggedViews()
576 final View nextChild = getChildAt(i);577 if (nextChild.getVisibility() == GONE) {580 clipEdge = Math.min(clipEdge, nextChild.getTop());
1176 final View nextChild = position + 1 < mTabStrip.getChildCount() in calculateScrollXForTab() local1180 final int nextWidth = nextChild != null ? nextChild.getWidth() : 0; in calculateScrollXForTab()
360 View nextChild = getChildAt(i + nextChildDiff); in hasGapsToFix()365 int nextEnd = mPrimaryOrientation.getDecoratedEnd(nextChild); in hasGapsToFix()373 int nextStart = mPrimaryOrientation.getDecoratedStart(nextChild); in hasGapsToFix()382 LayoutParams nextLp = (LayoutParams) nextChild.getLayoutParams(); in hasGapsToFix()
3683 final View nextChild = mChildren[childIndex]; in buildOrderedChildList() local3684 final float currentZ = nextChild.getZ(); in buildOrderedChildList()3691 mPreSortedChildren.add(insertIndex, nextChild); in buildOrderedChildList()