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

  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
StaggeredGridLayoutManager.java 71 public static final int GAP_HANDLING_NONE = 0;
233 setAutoMeasureEnabled(mGapStrategy != GAP_HANDLING_NONE);
248 setAutoMeasureEnabled(mGapStrategy != GAP_HANDLING_NONE);
266 if (getChildCount() == 0 || mGapStrategy == GAP_HANDLING_NONE || !isAttachedToWindow()) {
483 * StaggeredGridLayoutManager provides 2 options. Check {@link #GAP_HANDLING_NONE} and
490 * @see #GAP_HANDLING_NONE
503 * #GAP_HANDLING_NONE}.
511 if (gapStrategy != GAP_HANDLING_NONE &&
513 throw new IllegalArgumentException("invalid gap strategy. Must be GAP_HANDLING_NONE "
517 setAutoMeasureEnabled(mGapStrategy != GAP_HANDLING_NONE);
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 509 milliseconds