Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A 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) {
H A 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()
H A DLinearSmoothScroller.java302 final RecyclerView.LayoutManager layoutManager = getLayoutManager(); in calculateDyToMakeVisible()
327 final RecyclerView.LayoutManager layoutManager = getLayoutManager(); in calculateDxToMakeVisible()
352 RecyclerView.LayoutManager layoutManager = getLayoutManager(); in computeScrollVectorForPosition()
H A DGapWorker.java64 implements RecyclerView.LayoutManager.LayoutPrefetchRegistry {
82 final RecyclerView.LayoutManager layout = view.mLayout; in collectPrefetchPositionsFromView()
H A DRecyclerView.java334 @VisibleForTesting LayoutManager mLayout;
633 Class<? extends LayoutManager> layoutManagerClass = 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;
10752 void start(RecyclerView recyclerView, LayoutManager layoutManager) { in start()
[all …]
H A DLinearLayoutManager.java40 public class LinearLayoutManager extends RecyclerView.LayoutManager implements
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/recyclerview/
H A DRvCompatListActivity.java35 RecyclerView.LayoutManager layoutManager;
70 protected RecyclerView.LayoutManager createLayoutManager(Context context) { in createLayoutManager()
/aosp14/frameworks/base/docs/html/sdk/support_api_diff/25.0.0/
H A 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…
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DSlowBindRecyclerViewActivity.java38 protected RecyclerView.LayoutManager createLayoutManager(Context context) { in createLayoutManager()
H A DSlowNestedRecyclerViewActivity.java67 protected RecyclerView.LayoutManager createLayoutManager(Context context) { in createLayoutManager()
/aosp14/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
H A DMailListFragment.java31 protected RecyclerView.LayoutManager mLayoutManager;
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java30 import android.support.v7.widget.RecyclerView.LayoutManager;
363 LayoutManager layoutManager = mRecyclerView.getLayoutManager(); in computeShownPages()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletCardCarousel.java336 public View findSnapView(LayoutManager layoutManager) {
353 protected LinearSmoothScroller createScroller(LayoutManager layoutManager) {
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Ddialogs.md65 // val content = LayoutManager.from(context).inflate(R.layout.content, null)
/aosp14/frameworks/base/core/java/com/android/internal/widget/helper/
H A 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizerController.java97 RecyclerView.LayoutManager lm = mView.getRecyclerView().getLayoutManager();
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputBaseDialog.java82 private final RecyclerView.LayoutManager mLayoutManager;
/aosp14/frameworks/base/docs/html/sdk/support_api_diff/25.1.0/
H A DmissingSinces.txt32 …7.widget.SnapHelper Method createSnapScroller(android.support.v7.widget.RecyclerView.LayoutManager)