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 69 public static final int GAP_HANDLING_NONE = 0;
231 setAutoMeasureEnabled(mGapStrategy != GAP_HANDLING_NONE);
246 setAutoMeasureEnabled(mGapStrategy != GAP_HANDLING_NONE);
264 if (getChildCount() == 0 || mGapStrategy == GAP_HANDLING_NONE || !isAttachedToWindow()) {
481 * StaggeredGridLayoutManager provides 2 options. Check {@link #GAP_HANDLING_NONE} and
488 * @see #GAP_HANDLING_NONE
501 * #GAP_HANDLING_NONE}.
509 if (gapStrategy != GAP_HANDLING_NONE &&
511 throw new IllegalArgumentException("invalid gap strategy. Must be GAP_HANDLING_NONE "
515 setAutoMeasureEnabled(mGapStrategy != GAP_HANDLING_NONE);
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 35 milliseconds