Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/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()
88 if (!shouldIgnore() && mRecyclerView.getLayoutManager() != null) {
89 mRecyclerView.getLayoutManager()
99 if (!shouldIgnore() && mRecyclerView.getLayoutManager() != null) {
100 return mRecyclerView.getLayoutManager()
DLinearSmoothScroller.java302 final RecyclerView.LayoutManager layoutManager = getLayoutManager(); in calculateDyToMakeVisible()
327 final RecyclerView.LayoutManager layoutManager = getLayoutManager(); in calculateDxToMakeVisible()
352 RecyclerView.LayoutManager layoutManager = getLayoutManager(); in computeScrollVectorForPosition()
DRecyclerView.java1282 public LayoutManager getLayoutManager() { in getLayoutManager() method in RecyclerView
10775 public LayoutManager getLayoutManager() { in getLayoutManager() method in RecyclerView.SmoothScroller
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/support/
DRecyclerViewUtil.java90 if (getLayoutManager(recyclerView) == null) { in setLayoutManager()
115 private static Object getLayoutManager(View recyclerView) throws ReflectionException { in getLayoutManager() method in RecyclerViewUtil
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DQSCustomizer.java156 mRecyclerView.getLayoutManager().scrollToPosition(0); in show()
176 mRecyclerView.getLayoutManager().scrollToPosition(0); in showImmediately()
DQSCustomizerController.java99 RecyclerView.LayoutManager lm = mView.getRecyclerView().getLayoutManager();
DTileAdapter.java752 if (parent.getLayoutManager() == null) return; in getItemOffsets()
754 GridLayoutManager lm = ((GridLayoutManager) parent.getLayoutManager()); in getItemOffsets()
/frameworks/base/core/java/com/android/internal/app/
DChooserMultiProfilePagerAdapter.java130 GridLayoutManager glm = (GridLayoutManager) recyclerView.getLayoutManager(); in setupListAdapter()
DChooserActivity.java2658 ((GridLayoutManager) recyclerView.getLayoutManager()).setSpanCount(
2929 View child = view.getLayoutManager().findViewByPosition(0);
3171 .getLayoutManager();
/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchHelper.java660 mRecyclerView.getLayoutManager().requestSimpleAnimationsInNextLayout(); in select()
710 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/PrintSpooler/src/com/android/printspooler/ui/
DPrintPreviewController.java363 LayoutManager layoutManager = mRecyclerView.getLayoutManager(); in computeShownPages()
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DCompanionAssociationActivity.java699 (LinearLayoutManager) mPermissionListRecyclerView.getLayoutManager(); in onPositiveButtonClick()
773 .getLayoutManager(); in setupPermissionList()
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DChooserActivityTest.java3259 int spanCount = ((GridLayoutManager) view.getLayoutManager()).getSpanCount();