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 135 glp.getSpanIndex(), glp.getSpanSize(),
141 glp.getSpanIndex(), glp.getSpanSize(),
169 mPreLayoutSpanIndexCache.put(viewPosition, lp.getSpanIndex());
289 private int getSpanIndex(RecyclerView.Recycler recycler, RecyclerView.State state, int pos) {
340 int itemSpanIndex = getSpanIndex(recycler, state, layoutState.mCurrentPosition);
586 * Sets whether the results of {@link #getSpanIndex(int, int)} method should be cached or
588 * {@link #getSpanIndex(int, int)}, you should set this to true for better performance.
590 * @param cacheSpanIndices Whether results of getSpanIndex should be cached or not.
605 * Returns whether results of {@link #getSpanIndex(int, int)} method are cached or not.
607 * @return True if results of {@link #getSpanIndex(int, int)} are cached
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 566 milliseconds