Home
last modified time | relevance | path

Searched refs:nextChild (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java209 View nextChild = algorithmState.visibleChildren.get(childIndex + 1); in handleDraggedViews() local
210 if (!draggedViews.contains(nextChild)) { in handleDraggedViews()
214 nextChild); in handleDraggedViews()
/frameworks/base/core/java/com/android/internal/widget/
DResolverDrawerLayout.java586 final View nextChild = getChildAt(i);
587 if (nextChild.getVisibility() == GONE) {
590 clipEdge = Math.min(clipEdge, nextChild.getTop());
/frameworks/support/design/src/android/support/design/widget/
DTabLayout.java1184 final View nextChild = position + 1 < mTabStrip.getChildCount() in calculateScrollXForTab() local
1188 final int nextWidth = nextChild != null ? nextChild.getWidth() : 0; in calculateScrollXForTab()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DStaggeredGridLayoutManager.java367 View nextChild = getChildAt(i + nextChildDiff); in hasGapsToFix()
372 int nextEnd = mPrimaryOrientation.getDecoratedEnd(nextChild); in hasGapsToFix()
380 int nextStart = mPrimaryOrientation.getDecoratedStart(nextChild); in hasGapsToFix()
389 LayoutParams nextLp = (LayoutParams) nextChild.getLayoutParams(); in hasGapsToFix()
/frameworks/base/core/java/android/view/
DViewGroup.java4155 final View nextChild = mChildren[childIndex]; in buildOrderedChildList() local
4156 final float currentZ = nextChild.getZ(); in buildOrderedChildList()
4163 mPreSortedChildren.add(insertIndex, nextChild); in buildOrderedChildList()