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 150 private int mGapStrategy = GAP_HANDLING_MOVE_ITEMS_BETWEEN_SPANS;
218 if (getChildCount() == 0 || mGapStrategy == GAP_HANDLING_NONE) {
439 return mGapStrategy;
453 if (gapStrategy == mGapStrategy) {
461 mGapStrategy = gapStrategy;
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
StaggeredGridLayoutManagerTest.java 86 mLayoutManager.setGapStrategy(config.mGapStrategy);
684 if (config.mSpanCount < 2 || config.mGapStrategy == GAP_HANDLING_NONE) {
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 130 milliseconds