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 166 private int mGapStrategy = GAP_HANDLING_MOVE_ITEMS_BETWEEN_SPANS;
231 setAutoMeasureEnabled(mGapStrategy != GAP_HANDLING_NONE);
246 setAutoMeasureEnabled(mGapStrategy != GAP_HANDLING_NONE);
264 if (getChildCount() == 0 || mGapStrategy == GAP_HANDLING_NONE || !isAttachedToWindow()) {
492 return mGapStrategy;
506 if (gapStrategy == mGapStrategy) {
514 mGapStrategy = gapStrategy;
515 setAutoMeasureEnabled(mGapStrategy != GAP_HANDLING_NONE);
686 final boolean needToCheckForGaps = mGapStrategy != GAP_HANDLING_NONE
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseStaggeredGridLayoutManagerTest.java 89 mLayoutManager.setGapStrategy(config.mGapStrategy);
396 int mGapStrategy = GAP_HANDLING_MOVE_ITEMS_BETWEEN_SPANS;
406 mGapStrategy = gapStrategy;
429 mGapStrategy = gapStrategy;
451 " gap strategy: " + gapStrategyName(mGapStrategy);
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 62 milliseconds