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

  /developers/build/prebuilts/gradle/RecyclerView/Application/src/main/java/com/example/android/recyclerview/
RecyclerViewFragment.java 41 GRID_LAYOUT_MANAGER,
104 setRecyclerViewLayoutManager(LayoutManagerType.GRID_LAYOUT_MANAGER);
126 case GRID_LAYOUT_MANAGER:
128 mCurrentLayoutManagerType = LayoutManagerType.GRID_LAYOUT_MANAGER;
  /developers/samples/android/ui/views/RecyclerView/Application/src/main/java/com/example/android/recyclerview/
RecyclerViewFragment.java 41 GRID_LAYOUT_MANAGER,
104 setRecyclerViewLayoutManager(LayoutManagerType.GRID_LAYOUT_MANAGER);
126 case GRID_LAYOUT_MANAGER:
128 mCurrentLayoutManagerType = LayoutManagerType.GRID_LAYOUT_MANAGER;
  /development/samples/browseable/RecyclerView/src/com.example.android.recyclerview/
RecyclerViewFragment.java 41 GRID_LAYOUT_MANAGER,
104 setRecyclerViewLayoutManager(LayoutManagerType.GRID_LAYOUT_MANAGER);
126 case GRID_LAYOUT_MANAGER:
128 mCurrentLayoutManagerType = LayoutManagerType.GRID_LAYOUT_MANAGER;

Completed in 74 milliseconds