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

  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseStaggeredGridLayoutManagerTest.java 49 for (int gapStrategy : new int[]{GAP_HANDLING_NONE,
53 gapStrategy).wrap(wrap));
402 Config(int orientation, boolean reverseLayout, int spanCount, int gapStrategy) {
406 mGapStrategy = gapStrategy;
428 Config gapStrategy(int gapStrategy) {
429 mGapStrategy = gapStrategy;
454 protected static String gapStrategyName(int gapStrategy) {
455 switch (gapStrategy) {
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
StaggeredGridLayoutManager.java 495 * Sets the gap handling strategy for StaggeredGridLayoutManager. If the gapStrategy parameter
498 * @param gapStrategy The new gap handling strategy. Should be
503 public void setGapStrategy(int gapStrategy) {
505 if (gapStrategy == mGapStrategy) {
508 if (gapStrategy != GAP_HANDLING_NONE &&
509 gapStrategy != GAP_HANDLING_MOVE_ITEMS_BETWEEN_SPANS) {
513 mGapStrategy = gapStrategy;
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 35 milliseconds