Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A 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()
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 DRecyclerView.java1282 public LayoutManager getLayoutManager() { in getLayoutManager() method in RecyclerView
10775 public LayoutManager getLayoutManager() { in getLayoutManager() method in RecyclerView.SmoothScroller
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizer.java129 mRecyclerView.getLayoutManager().scrollToPosition(0); in show()
147 mRecyclerView.getLayoutManager().scrollToPosition(0); in showImmediately()
H A DQSCustomizerController.java97 RecyclerView.LayoutManager lm = mView.getRecyclerView().getLayoutManager();
H A DTileAdapter.java720 if (parent.getLayoutManager() == null) return; in getItemOffsets()
722 GridLayoutManager lm = ((GridLayoutManager) parent.getLayoutManager()); in getItemOffsets()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DChooserMultiProfilePagerAdapter.java130 GridLayoutManager glm = (GridLayoutManager) recyclerView.getLayoutManager(); in setupListAdapter()
H A DChooserActivity.java2688 ((GridLayoutManager) recyclerView.getLayoutManager()).setSpanCount(
2960 View child = view.getLayoutManager().findViewByPosition(0);
3244 .getLayoutManager();
/aosp14/frameworks/base/core/java/com/android/internal/widget/helper/
H A 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()
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java363 LayoutManager layoutManager = mRecyclerView.getLayoutManager(); in computeShownPages()
/aosp14/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
H A DCompanionDeviceActivity.java708 .getLayoutManager(); in setupPermissionList()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DChooserActivityTest.java3254 int spanCount = ((GridLayoutManager) view.getLayoutManager()).getSpanCount();