Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerViewAccessibilityDelegate.java47 if (!shouldIgnore() && mRecyclerView.getLayoutManager() != null) { in performAccessibilityAction()
48 return mRecyclerView.getLayoutManager().performAccessibilityAction(action, args); in performAccessibilityAction()
58 if (!shouldIgnore() && mRecyclerView.getLayoutManager() != null) { in onInitializeAccessibilityNodeInfo()
59 mRecyclerView.getLayoutManager().onInitializeAccessibilityNodeInfo(info); in onInitializeAccessibilityNodeInfo()
69 if (rv.getLayoutManager() != null) { in onInitializeAccessibilityEvent()
70 rv.getLayoutManager().onInitializeAccessibilityEvent(event); in onInitializeAccessibilityEvent()
83 if (!shouldIgnore() && mRecyclerView.getLayoutManager() != null) {
84 mRecyclerView.getLayoutManager().
94 if (!shouldIgnore() && mRecyclerView.getLayoutManager() != null) {
95 return mRecyclerView.getLayoutManager().
DLinearSmoothScroller.java299 final RecyclerView.LayoutManager layoutManager = getLayoutManager(); in calculateDyToMakeVisible()
324 final RecyclerView.LayoutManager layoutManager = getLayoutManager(); in calculateDxToMakeVisible()
DRecyclerView.java1065 public LayoutManager getLayoutManager() { in getLayoutManager() method in RecyclerView
8914 public LayoutManager getLayoutManager() { in getLayoutManager() method in RecyclerView.SmoothScroller
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
DGridWidgetTest.java114 while (mGridView.getLayoutManager().isSmoothScrolling() || in waitForScrollIdle()
167 } while (mGridView.getLayoutManager().isSmoothScrolling() || in scroll()
430 mLayoutManager = (GridLayoutManager) mGridView.getLayoutManager(); in testRedundantAppendRemove2()
576 int leftEdge = mGridView.getLayoutManager().findViewByPosition(focusToIndex).getLeft(); in testBug22209986()
586 mGridView.getLayoutManager().findViewByPosition(focusToIndex).getLeft()); in testBug22209986()
615 int leftEdge = mGridView.getLayoutManager().findViewByPosition(focusToIndex).getLeft(); in testScrollAndRemove()
625 mGridView.getLayoutManager().findViewByPosition(focusToIndex).getLeft()); in testScrollAndRemove()
740 mGridView.getLayoutManager().isSmoothScrolling()); in testSmoothScrollAndRemove()
743 int leftEdge = mGridView.getLayoutManager().findViewByPosition(focusToIndex).getLeft(); in testSmoothScrollAndRemove()
753 mGridView.getLayoutManager().findViewByPosition(focusToIndex).getLeft()); in testSmoothScrollAndRemove()
[all …]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/test/
DRecyclerViewTest.java47 RecyclerView.LayoutManager layoutManager = view.getLayoutManager(); in testInflation()
58 layoutManager = view.getLayoutManager(); in testInflation()
70 layoutManager = view.getLayoutManager(); in testInflation()
77 layoutManager = view.getLayoutManager(); in testInflation()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewAccessibilityTest.java133 if (recyclerView.getLayoutManager().canScrollVertically()) { in onInitializeAccessibilityNodeInfoTest()
136 if (recyclerView.getLayoutManager().canScrollHorizontally()) { in onInitializeAccessibilityNodeInfoTest()
167 if (recyclerView.getLayoutManager().canScrollHorizontally()) { in onInitializeAccessibilityNodeInfoTest()
173 if (recyclerView.getLayoutManager().canScrollVertically()) { in onInitializeAccessibilityNodeInfoTest()
DBaseRecyclerViewInstrumentationTest.java141 .getLayoutManager() instanceof TestLayoutManager) { in postExceptionToInstrumentation()
142 TestLayoutManager lm = (TestLayoutManager) mRecyclerView.getLayoutManager(); in postExceptionToInstrumentation()
310 if (mRecyclerView.getLayoutManager().canScrollHorizontally()) { in scrollBy()
327 mRecyclerView.getLayoutManager().scrollToPosition(position); in scrollToPosition()
345 while (mRecyclerView.getLayoutManager().isSmoothScrolling() || in smoothScrollToPosition()
DRecyclerViewAnimationsTest.java1584 LayoutManager lm = getLayoutManager(); in validateViewHolderPositions()
1602 validatePreLayoutSequence((AnimationLayoutManager) getLayoutManager()); in validatePostUpdateOp()
1604 validateAdapterPosition((AnimationLayoutManager) getLayoutManager()); in validatePostUpdateOp()
1655 if (getLayoutManager() instanceof AnimationLayoutManager) { in dispatchLayout()
1656 ((AnimationLayoutManager) getLayoutManager()).onPostDispatchLayout(); in dispatchLayout()
DRecyclerViewLayoutTest.java2834 mRecyclerView.getLayoutManager().getLayoutDirection());
2841 mRecyclerView.getLayoutManager().getLayoutDirection());
3150 while (rv.getLayoutManager().isSmoothScrolling() && --limit > 0) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/support/
DRecyclerViewUtil.java74 if (getLayoutManager(recyclerView) == null) { in setLayoutManager()
97 private static Object getLayoutManager(View recyclerView) throws ReflectionException { in getLayoutManager() method in RecyclerViewUtil
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
DItemTouchHelper.java649 mRecyclerView.getLayoutManager().requestSimpleAnimationsInNextLayout(); in select()
699 RecyclerView.LayoutManager lm = mRecyclerView.getLayoutManager(); in scrollIfNecessary()
769 final RecyclerView.LayoutManager lm = mRecyclerView.getLayoutManager(); in findSwapTargets()
904 final RecyclerView.LayoutManager lm = mRecyclerView.getLayoutManager(); in findSwipedView()
1834 final RecyclerView.LayoutManager layoutManager = recyclerView.getLayoutManager(); in onMoved()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintPreviewController.java366 LayoutManager layoutManager = mRecyclerView.getLayoutManager(); in computeShownPages()
/frameworks/support/v7/recyclerview/api/
D22.0.0.txt155 method public android.support.v7.widget.RecyclerView.LayoutManager getLayoutManager();
462 method public android.support.v7.widget.RecyclerView.LayoutManager getLayoutManager();
D22.1.0.txt206 method public android.support.v7.widget.RecyclerView.LayoutManager getLayoutManager();
521 method public android.support.v7.widget.RecyclerView.LayoutManager getLayoutManager();
D22.2.0.txt249 method public android.support.v7.widget.RecyclerView.LayoutManager getLayoutManager();
595 method public android.support.v7.widget.RecyclerView.LayoutManager getLayoutManager();
D22.2.1.txt252 method public android.support.v7.widget.RecyclerView.LayoutManager getLayoutManager();
599 method public android.support.v7.widget.RecyclerView.LayoutManager getLayoutManager();
D23.txt279 method public android.support.v7.widget.RecyclerView.LayoutManager getLayoutManager();
633 method public android.support.v7.widget.RecyclerView.LayoutManager getLayoutManager();
Dcurrent.txt279 method public android.support.v7.widget.RecyclerView.LayoutManager getLayoutManager();
633 method public android.support.v7.widget.RecyclerView.LayoutManager getLayoutManager();