Home
last modified time | relevance | path

Searched refs:LayoutManager (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DOrientationHelper.java37 protected final RecyclerView.LayoutManager mLayoutManager;
47 private OrientationHelper(RecyclerView.LayoutManager layoutManager) { in OrientationHelper()
233 RecyclerView.LayoutManager layoutManager, int orientation) { in createOrientationHelper()
250 RecyclerView.LayoutManager layoutManager) { in createHorizontalHelper()
348 public static OrientationHelper createVerticalHelper(RecyclerView.LayoutManager layoutManager) {
DScrollbarHelper.java31 View startChild, View endChild, RecyclerView.LayoutManager lm, in computeScrollOffset()
62 View startChild, View endChild, RecyclerView.LayoutManager lm, in computeScrollExtent()
81 View startChild, View endChild, RecyclerView.LayoutManager lm, in computeScrollRange()
DLinearSmoothScroller.java302 final RecyclerView.LayoutManager layoutManager = getLayoutManager(); in calculateDyToMakeVisible()
327 final RecyclerView.LayoutManager layoutManager = getLayoutManager(); in calculateDxToMakeVisible()
352 RecyclerView.LayoutManager layoutManager = getLayoutManager(); in computeScrollVectorForPosition()
DGapWorker.java64 implements RecyclerView.LayoutManager.LayoutPrefetchRegistry {
82 final RecyclerView.LayoutManager layout = view.mLayout; in collectPrefetchPositionsFromView()
DRecyclerView.java334 @VisibleForTesting LayoutManager mLayout;
629 Class<? extends LayoutManager> layoutManagerClass = in createLayoutManager()
630 classLoader.loadClass(className).asSubclass(LayoutManager.class); in createLayoutManager()
631 Constructor<? extends LayoutManager> constructor; in createLayoutManager()
1121 public void setLayoutManager(LayoutManager layout) { in setLayoutManager()
1278 public LayoutManager getLayoutManager() { in getLayoutManager()
3029 final int width = LayoutManager.chooseSize(widthSpec, in defaultOnMeasure()
3032 final int height = LayoutManager.chooseSize(heightSpec, in defaultOnMeasure()
6810 public abstract static class LayoutManager { class in RecyclerView
10605 private LayoutManager mLayoutManager;
[all …]
DLinearLayoutManager.java40 public class LinearLayoutManager extends RecyclerView.LayoutManager implements
/frameworks/base/tests/UiBench/src/com/android/test/uibench/recyclerview/
DRvCompatListActivity.java34 RecyclerView.LayoutManager layoutManager;
62 protected RecyclerView.LayoutManager createLayoutManager(Context context) { in createLayoutManager()
/frameworks/base/docs/html/sdk/support_api_diff/25.0.0/
DmissingSinces.txt14 NO DOC BLOCK: android.support.v7.widget.RecyclerView.LayoutManager Method isItemPrefetchEnabled()
18 NO DOC BLOCK: android.support.v7.widget.RecyclerView.LayoutManager Method setItemPrefetchEnabled(bo…
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DSlowBindRecyclerViewActivity.java38 protected RecyclerView.LayoutManager createLayoutManager(Context context) { in createLayoutManager()
DSlowNestedRecyclerViewActivity.java67 protected RecyclerView.LayoutManager createLayoutManager(Context context) { in createLayoutManager()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintPreviewController.java30 import android.support.v7.widget.RecyclerView.LayoutManager;
363 LayoutManager layoutManager = mRecyclerView.getLayoutManager(); in computeShownPages()
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
DHeaderRecyclerView.java255 public void setLayoutManager(LayoutManager layout) { in setLayoutManager()
/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchHelper.java710 RecyclerView.LayoutManager lm = mRecyclerView.getLayoutManager(); in scrollIfNecessary()
780 final RecyclerView.LayoutManager lm = mRecyclerView.getLayoutManager(); in findSwapTargets()
914 final RecyclerView.LayoutManager lm = mRecyclerView.getLayoutManager(); in findSwipedView()
1892 final RecyclerView.LayoutManager layoutManager = recyclerView.getLayoutManager(); in onMoved()
/frameworks/base/docs/html/sdk/support_api_diff/25.1.0/
DmissingSinces.txt32 …7.widget.SnapHelper Method createSnapScroller(android.support.v7.widget.RecyclerView.LayoutManager)