Home
last modified time | relevance | path

Searched refs:LayoutManager (Results 1 – 19 of 19) 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;
633 Class<? extends LayoutManager> layoutManagerClass = in createLayoutManager()
634 classLoader.loadClass(className).asSubclass(LayoutManager.class); in createLayoutManager()
635 Constructor<? extends LayoutManager> constructor; in createLayoutManager()
1125 public void setLayoutManager(LayoutManager layout) { in setLayoutManager()
1282 public LayoutManager getLayoutManager() { in getLayoutManager()
3150 final int width = LayoutManager.chooseSize(widthSpec, in defaultOnMeasure()
3153 final int height = LayoutManager.chooseSize(heightSpec, in defaultOnMeasure()
6931 public abstract static class LayoutManager { class
10726 private LayoutManager mLayoutManager;
[all …]
DLinearLayoutManager.java40 public class LinearLayoutManager extends RecyclerView.LayoutManager implements
/frameworks/base/tests/UiBench/src/com/android/test/uibench/recyclerview/
DRvCompatListActivity.java35 RecyclerView.LayoutManager layoutManager;
70 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/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
DMailListFragment.java31 protected RecyclerView.LayoutManager mLayoutManager;
/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/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
DWalletCardCarousel.java336 public View findSnapView(LayoutManager layoutManager) {
353 protected LinearSmoothScroller createScroller(LayoutManager layoutManager) {
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
DHeaderRecyclerView.java255 public void setLayoutManager(LayoutManager layout) { in setLayoutManager()
/frameworks/base/packages/SystemUI/docs/
Ddialogs.md65 // val content = LayoutManager.from(context).inflate(R.layout.content, null)
/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/packages/SystemUI/src/com/android/systemui/qs/customize/
DQSCustomizerController.java98 RecyclerView.LayoutManager lm = mView.getRecyclerView().getLayoutManager();
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputBaseDialog.java82 private final RecyclerView.LayoutManager mLayoutManager;
/frameworks/base/docs/html/sdk/support_api_diff/25.1.0/
DmissingSinces.txt32 …7.widget.SnapHelper Method createSnapScroller(android.support.v7.widget.RecyclerView.LayoutManager)