Home
last modified time | relevance | path

Searched refs:getRecyclerView (Results 1 – 25 of 28) sorted by relevance

12

/aosp12/packages/apps/Car/libs/car-ui-lib/referencedesign/plugin/src/main/java/com/chassis/car/ui/plugin/recyclerview/
H A DDefaultScrollBar.java101 getRecyclerView().setOnFlingListener(null); in initialize()
102 mSnapHelper.attachToRecyclerView(getRecyclerView()); in initialize()
127 public RecyclerView getRecyclerView() { in getRecyclerView() method in DefaultScrollBar
603 return getRecyclerView().getLayoutManager(); in getLayoutManager()
608 getRecyclerView().smoothScrollToPosition(max); in smoothScrollToPosition()
613 getRecyclerView().smoothScrollBy(dx, dy); in smoothScrollBy()
618 return getRecyclerView().computeVerticalScrollRange(); in computeVerticalScrollRange()
623 return getRecyclerView().computeVerticalScrollOffset(); in computeVerticalScrollOffset()
628 return getRecyclerView().computeVerticalScrollExtent(); in computeVerticalScrollExtent()
633 return getRecyclerView().computeHorizontalScrollRange(); in computeHorizontalScrollRange()
[all …]
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/recyclerview/
H A DDefaultScrollBar.java136 getRecyclerView().setOnFlingListener(null); in initialize()
137 mSnapHelper.attachToRecyclerView(getRecyclerView()); in initialize()
162 public RecyclerView getRecyclerView() { in getRecyclerView() method in DefaultScrollBar
612 return getRecyclerView().getLayoutManager(); in getLayoutManager()
617 getRecyclerView().smoothScrollToPosition(max); in smoothScrollToPosition()
622 getRecyclerView().smoothScrollBy(dx, dy); in smoothScrollBy()
627 return getRecyclerView().computeVerticalScrollRange(); in computeVerticalScrollRange()
632 return getRecyclerView().computeVerticalScrollOffset(); in computeVerticalScrollOffset()
637 return getRecyclerView().computeVerticalScrollExtent(); in computeVerticalScrollExtent()
642 return getRecyclerView().computeHorizontalScrollRange(); in computeHorizontalScrollRange()
[all …]
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/search/
H A DContactResultsFragment.java126 getRecyclerView().setAdapter(mAdapter); in onViewCreated()
132 getRecyclerView().removeOnScrollListener(mOnScrollChangeListener); in onDestroyView()
148 mToolbar.setSearchResultsView(getRecyclerView().getView()); in setupToolbar()
151 getRecyclerView().addOnScrollListener(mOnScrollChangeListener); in setupToolbar()
/aosp12/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/
H A DSetupWizardRecyclerLayout.java68 new RecyclerViewScrollHandlingDelegate(requireScrollMixin, getRecyclerView())); in init()
88 public RecyclerView getRecyclerView() { in getRecyclerView() method in SetupWizardRecyclerLayout
89 return mRecyclerMixin.getRecyclerView(); in getRecyclerView()
H A DGlifRecyclerLayout.java72 new RecyclerViewScrollHandlingDelegate(requireScrollMixin, getRecyclerView())); in init()
128 public RecyclerView getRecyclerView() { in getRecyclerView() method in GlifRecyclerLayout
129 return mRecyclerMixin.getRecyclerView(); in getRecyclerView()
H A DGlifPreferenceLayout.java95 return mRecyclerMixin.getRecyclerView(); in onCreateRecyclerView()
H A DSetupWizardPreferenceLayout.java94 return mRecyclerMixin.getRecyclerView(); in onCreateRecyclerView()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/favorite/
H A DFavoriteFragment.java63 getRecyclerView().addItemDecoration(new ItemSpacingDecoration()); in onViewCreated()
64 getRecyclerView().setItemAnimator(null); in onViewCreated()
96 getRecyclerView().setAdapter(mContentLimitingAdapter); in onViewCreated()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
H A DWidgetsFullSheet.java267 public WidgetsRecyclerView getRecyclerView() { in getRecyclerView() method in WidgetsFullSheet
279 return Pair.create(getRecyclerView(), getContext().getString( in getAccessibilityTarget()
589 RecyclerViewFastScroller scroller = getRecyclerView().getScrollbar(); in onControllerInterceptTouchEvent()
594 mNoIntercept = !getRecyclerView().shouldContainerScroll(ev, getPopupContainer()); in onControllerInterceptTouchEvent()
625 target.setFloat(getRecyclerView(), VIEW_TRANSLATE_Y, -distanceToMove, interpolator); in addHintCloseAnim()
626 target.setViewAlpha(getRecyclerView(), 0.5f, interpolator); in addHintCloseAnim()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/contact/
H A DContactListFragment.java49 getRecyclerView().setAdapter(mContactListAdapter); in onViewCreated()
H A DContactDetailsFragment.java110 getRecyclerView().setAdapter(contactDetailsAdapter); in onViewCreated()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/calllog/
H A DCallHistoryFragment.java46 getRecyclerView().setAdapter(mCallLogAdapter); in onViewCreated()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizerController.java96 RecyclerView.LayoutManager lm = mView.getRecyclerView().getLayoutManager();
134 RecyclerView recyclerView = mView.getRecyclerView(); in onViewAttached()
H A DQSCustomizer.java226 public RecyclerView getRecyclerView() { in getRecyclerView() method in QSCustomizer
/aosp12/frameworks/opt/setupwizard/library/recyclerview/test/instrumentation/src/com/android/setupwizardlib/test/
H A DGlifPreferenceLayoutTest.java62 assertNotNull("getRecyclerView should not be null", layout.getRecyclerView()); in testGetRecyclerView()
H A DSetupWizardPreferenceLayoutTest.java63 assertNotNull("getRecyclerView should not be null", layout.getRecyclerView()); in testGetRecyclerView()
H A DGlifRecyclerLayoutTest.java74 assertNotNull("getRecyclerView should not be null", layout.getRecyclerView()); in testGetRecyclerView()
H A DSetupWizardRecyclerLayoutTest.java76 assertNotNull("getRecyclerView should not be null", layout.getRecyclerView()); in testGetRecyclerView()
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/core/ui/base/
H A DMessageListBaseFragment.java80 protected CarUiRecyclerView getRecyclerView() { in getRecyclerView() method in MessageListBaseFragment
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/
H A DDialerListBaseFragment.java102 protected CarUiRecyclerView getRecyclerView() { in getRecyclerView() method in DialerListBaseFragment
/aosp12/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/template/
H A DRecyclerMixin.java132 public RecyclerView getRecyclerView() { in getRecyclerView() method in RecyclerMixin
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/preference/
H A DPreferenceFragment.java90 RecyclerView getRecyclerView(); in getRecyclerView() method
394 recyclerView = ((AndroidxRecyclerViewProvider) mCarUiRecyclerView).getRecyclerView(); in onCreateRecyclerView()
/aosp12/frameworks/opt/setupwizard/library/recyclerview/test/instrumentation/src/com/android/setupwizardlib/template/
H A DRecyclerMixinTest.java74 assertSame(mRecyclerView, mixin.getRecyclerView()); in testGetRecyclerView()
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/core/ui/conversationlist/
H A DConversationListFragment.java66 getRecyclerView().setAdapter(mConversationItemAdapter); in onViewCreated()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
H A DConversationListFragment.java426 public RecyclerView getRecyclerView() {

12