HomeSort by relevance Sort by last modified time
    Searched defs:getSpanIndex (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
GridLayoutManager.java 154 glp.getSpanIndex(), glp.getSpanSize(),
160 glp.getSpanIndex(), glp.getSpanSize(),
194 mPreLayoutSpanIndexCache.put(viewPosition, lp.getSpanIndex());
388 int span = getSpanIndex(recycler, state, anchorInfo.mPosition);
393 span = getSpanIndex(recycler, state, anchorInfo.mPosition);
401 int next = getSpanIndex(recycler, state, pos + 1);
427 final int span = getSpanIndex(recycler, state, position);
465 private int getSpanIndex(RecyclerView.Recycler recycler, RecyclerView.State state, int pos) {
546 int itemSpanIndex = getSpanIndex(recycler, state, layoutState.mCurrentPosition);
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 48 milliseconds