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

  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/recyclerview/test/
CustomLayoutManager.java 32 public static class LayoutManager extends RecyclerView.LayoutManager {
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
LayoutManager.java 27 public class LayoutManager extends ZLinkedList<Widget>
71 public LayoutManager() {
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseWrapContentWithAspectRatioTest.java 161 RecyclerView.LayoutManager.chooseSize(wSpec, desiredW, 0),
162 RecyclerView.LayoutManager.chooseSize(hSpec, desiredH, 0));
  /packages/apps/PackageInstaller/src/android/support/wearable/view/
WearableListView.java 188 setLayoutManager(new LayoutManager());
270 setLayoutManager(new LayoutManager());
593 LayoutManager layoutManager = (LayoutManager) getLayoutManager();
594 layoutManager.setCustomSmoothScroller(smoothScroller);
596 layoutManager.clearCustomSmoothScroller();
796 LayoutManager layoutManager = (LayoutManager) getLayoutManager()
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
RecyclerView.java 99 * {@link LayoutManager} to be able to detect data set changes in batches during a layout
100 * calculation. This saves LayoutManager from tracking adapter changes to calculate animations.
107 * position from the LayoutManager's perspective.</li>
133 * When writing a {@link LayoutManager} you almost always want to use layout positions whereas when
290 * Handles abstraction between LayoutManager children and RecyclerView children
335 @VisibleForTesting LayoutManager mLayout;
564 // Create the layoutManager if specified.
614 * Instantiate and set a LayoutManager, if specified in the attributes.
630 Class<? extends LayoutManager> layoutManagerClass =
631 classLoader.loadClass(className).asSubclass(LayoutManager.class)
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java 115 * {@link LayoutManager} to be able to detect data set changes in batches during a layout
116 * calculation. This saves LayoutManager from tracking adapter changes to calculate animations.
123 * position from the LayoutManager's perspective.</li>
149 * When writing a {@link LayoutManager} you almost always want to use layout positions whereas when
309 * Handles abstraction between LayoutManager children and RecyclerView children
354 @VisibleForTesting LayoutManager mLayout;
595 // Create the layoutManager if specified.
674 * Instantiate and set a LayoutManager, if specified in the attributes.
690 Class<? extends LayoutManager> layoutManagerClass =
691 classLoader.loadClass(className).asSubclass(LayoutManager.class)
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 1528 milliseconds