Home
last modified time | relevance | path

Searched refs:getSpanIndex (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DGridLayoutManager.java155 glp.getSpanIndex(), glp.getSpanSize(), in onInitializeAccessibilityNodeInfoForItem()
160 glp.getSpanIndex(), glp.getSpanSize(), false, false)); in onInitializeAccessibilityNodeInfoForItem()
193 mPreLayoutSpanIndexCache.put(viewPosition, lp.getSpanIndex()); in cachePreLayoutSpanMapping()
387 int span = getSpanIndex(recycler, state, anchorInfo.mPosition); in ensureAnchorIsInCorrectSpan()
392 span = getSpanIndex(recycler, state, anchorInfo.mPosition); in ensureAnchorIsInCorrectSpan()
400 int next = getSpanIndex(recycler, state, pos + 1); in ensureAnchorIsInCorrectSpan()
425 final int span = getSpanIndex(recycler, state, position); in findReferenceChild()
463 private int getSpanIndex(RecyclerView.Recycler recycler, RecyclerView.State state, int pos) { in getSpanIndex() method in GridLayoutManager
538 int itemSpanIndex = getSpanIndex(recycler, state, layoutState.mCurrentPosition); in layoutChunk()
863 return getSpanIndex(position, spanCount); in getCachedSpanIndex()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DTileAdapter.java761 int column = ((GridLayoutManager.LayoutParams) view.getLayoutParams()).getSpanIndex(); in getItemOffsets()