Home
last modified time | relevance | path

Searched refs:mLayoutManager (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DOrientationHelper.java37 protected final RecyclerView.LayoutManager mLayoutManager; field in OrientationHelper
48 mLayoutManager = layoutManager; in OrientationHelper()
254 return mLayoutManager.getWidth() - mLayoutManager.getPaddingRight(); in createHorizontalHelper()
259 return mLayoutManager.getWidth(); in createHorizontalHelper()
264 mLayoutManager.offsetChildrenHorizontal(amount); in createHorizontalHelper()
269 return mLayoutManager.getPaddingLeft(); in createHorizontalHelper()
276 return mLayoutManager.getDecoratedMeasuredWidth(view) + params.leftMargin in createHorizontalHelper()
284 return mLayoutManager.getDecoratedMeasuredHeight(view) + params.topMargin in createHorizontalHelper()
292 return mLayoutManager.getDecoratedRight(view) + params.rightMargin; in createHorizontalHelper()
299 return mLayoutManager.getDecoratedLeft(view) - params.leftMargin; in createHorizontalHelper()
[all …]
DRecyclerView.java10726 private LayoutManager mLayoutManager; field in RecyclerView.SmoothScroller
10754 mLayoutManager = layoutManager; in start()
10776 return mLayoutManager; in getLayoutManager()
10796 mLayoutManager.onSmoothScrollerStopped(this); in stop()
10798 mLayoutManager = null; in stop()
/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
DMailListFragment.java31 protected RecyclerView.LayoutManager mLayoutManager; field in MailListFragment
45 mLayoutManager = new LinearLayoutManager(getActivity()); in onCreateView()
46 mRecyclerView.setLayoutManager(mLayoutManager); in onCreateView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputBaseDialog.java82 private final RecyclerView.LayoutManager mLayoutManager; field in MediaOutputBaseDialog
231 mLayoutManager = new LayoutManagerWrapper(mContext); in MediaOutputBaseDialog()
275 mLayoutManager.setAutoMeasureEnabled(true); in onCreate()
276 mDevicesRecyclerView.setLayoutManager(mLayoutManager); in onCreate()