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

  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
StaggeredGridLayoutManager.java 168 private int mGapStrategy = GAP_HANDLING_MOVE_ITEMS_BETWEEN_SPANS;
233 setAutoMeasureEnabled(mGapStrategy != GAP_HANDLING_NONE);
248 setAutoMeasureEnabled(mGapStrategy != GAP_HANDLING_NONE);
266 if (getChildCount() == 0 || mGapStrategy == GAP_HANDLING_NONE || !isAttachedToWindow()) {
494 return mGapStrategy;
508 if (gapStrategy == mGapStrategy) {
516 mGapStrategy = gapStrategy;
517 setAutoMeasureEnabled(mGapStrategy != GAP_HANDLING_NONE);
698 final boolean needToCheckForGaps = mGapStrategy != GAP_HANDLING_NONE
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseStaggeredGridLayoutManagerTest.java 88 mLayoutManager.setGapStrategy(config.mGapStrategy);
395 int mGapStrategy = GAP_HANDLING_MOVE_ITEMS_BETWEEN_SPANS;
405 mGapStrategy = gapStrategy;
428 mGapStrategy = gapStrategy;
450 " gap strategy: " + gapStrategyName(mGapStrategy);
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 730 milliseconds