Home
last modified time | relevance | path

Searched defs:lm (Results 1 – 9 of 9) sorted by relevance

/recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/
DScrollbarHelper.java30 View startChild, View endChild, RecyclerView.LayoutManager lm, in computeScrollOffset()
61 View startChild, View endChild, RecyclerView.LayoutManager lm, in computeScrollExtent()
80 View startChild, View endChild, RecyclerView.LayoutManager lm, in computeScrollRange()
DItemTouchHelper.java753 RecyclerView.LayoutManager lm = mRecyclerView.getLayoutManager(); in scrollIfNecessary() local
823 final RecyclerView.LayoutManager lm = mRecyclerView.getLayoutManager(); in findSwapTargets() local
960 final RecyclerView.LayoutManager lm = mRecyclerView.getLayoutManager(); in findSwipedView() local
/recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DRecyclerViewLayoutTest.java265 final LayoutAllLayoutManager lm = new LayoutAllLayoutManager(true); in setAdapter_afterSwapAdapter_callsCorrectLmMethods() local
295 final LayoutAllLayoutManager lm = new LayoutAllLayoutManager(true); in setAdapter_afterNotifyDataSetChanged_callsCorrectLmMethods() local
325 final LayoutAllLayoutManager lm = new LayoutAllLayoutManager(true); in notifyDataSetChanged_afterSetAdapter_callsCorrectLmMethods() local
355 final LayoutAllLayoutManager lm = new LayoutAllLayoutManager(true); in notifyDataSetChanged_afterSwapAdapter_callsCorrectLmMethods() local
385 final LayoutAllLayoutManager lm = new LayoutAllLayoutManager(true); in swapAdapter_afterSetAdapter_callsCorrectLmMethods() local
415 final LayoutAllLayoutManager lm = new LayoutAllLayoutManager(true); in swapAdapter_afterNotifyDataSetChanged_callsCorrectLmMethods() local
445 final TestLayoutManager lm = new LayoutAllLayoutManager(true); in setAdapterNotifyItemRangeInsertedCrashTest() local
468 final TestLayoutManager lm = new LayoutAllLayoutManager(true); in swapAdapterNotifyItemRangeInsertedCrashTest() local
686 final LayoutAllLayoutManager lm = new LayoutAllLayoutManager(true) { in predictiveMeasuredCrashTest() local
750 final LayoutAllLayoutManager lm = new LayoutAllLayoutManager(true) { in detachRvAndLayoutManagerProperly() local
[all …]
DBaseRecyclerViewAnimationsTest.java250 AnimationLayoutManager lm, RecyclerView.State state) { in beforePreLayout()
260 void doLayout(RecyclerView.Recycler recycler, AnimationLayoutManager lm, in doLayout()
282 private void assertNoPreLayoutPosition(RecyclerView.LayoutManager lm) { in assertNoPreLayoutPosition()
297 void onLayoutChildren(RecyclerView.Recycler recycler, AnimationLayoutManager lm, in onLayoutChildren()
418 LayoutManager lm = getLayoutManager(); in validateViewHolderPositions() local
446 private void validateAdapterPosition(AnimationLayoutManager lm) { in validateAdapterPosition()
459 private void validatePreLayoutSequence(AnimationLayoutManager lm) { in validatePreLayoutSequence()
DGridLayoutManagerWrapContentTest.java66 GridLayoutManager lm = new GridLayoutManager(getActivity(), mSpanCount); in createLayoutManager() local
DRecyclerViewAccessibilityLifecycleTest.java64 LayoutAllLayoutManager lm = new LayoutAllLayoutManager(); in dontDispatchChangeDuringLayout() local
DRecyclerViewFocusRecoveryTest.java756 FocusLayoutManager lm = new FocusLayoutManager() { in testDoNotOverrideLayoutManagerRequestedFocus() local
DBaseRecyclerViewInstrumentationTest.java224 TestLayoutManager lm = (TestLayoutManager) mRecyclerView.getLayoutManager(); in postExceptionToInstrumentation() local
/recyclerview/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
DBandPredicate.java47 RecyclerView.LayoutManager lm = recyclerView.getLayoutManager(); in hasSupportedLayoutManager() local