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 155 glp.getSpanIndex(), glp.getSpanSize(),
161 glp.getSpanIndex(), glp.getSpanSize(),
192 mPreLayoutSpanIndexCache.put(viewPosition, lp.getSpanIndex());
313 int span = getSpanIndex(recycler, state, anchorInfo.mPosition);
316 span = getSpanIndex(recycler, state, anchorInfo.mPosition);
333 final int span = getSpanIndex(recycler, state, position);
371 private int getSpanIndex(RecyclerView.Recycler recycler, RecyclerView.State state, int pos) {
422 int itemSpanIndex = getSpanIndex(recycler, state, layoutState.mCurrentPosition);
677 * Sets whether the results of {@link #getSpanIndex(int, int)} method should be cached or
679 * {@link #getSpanIndex(int, int)}, you should set this to true for better performance
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 478 milliseconds