/aosp12/packages/apps/Car/libs/car-ui-lib/referencedesign/plugin/src/main/java/com/chassis/car/ui/plugin/recyclerview/ |
H A D | DefaultScrollBar.java | 101 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 D | DefaultScrollBar.java | 136 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 D | ContactResultsFragment.java | 126 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 D | SetupWizardRecyclerLayout.java | 68 new RecyclerViewScrollHandlingDelegate(requireScrollMixin, getRecyclerView())); in init() 88 public RecyclerView getRecyclerView() { in getRecyclerView() method in SetupWizardRecyclerLayout 89 return mRecyclerMixin.getRecyclerView(); in getRecyclerView()
|
H A D | GlifRecyclerLayout.java | 72 new RecyclerViewScrollHandlingDelegate(requireScrollMixin, getRecyclerView())); in init() 128 public RecyclerView getRecyclerView() { in getRecyclerView() method in GlifRecyclerLayout 129 return mRecyclerMixin.getRecyclerView(); in getRecyclerView()
|
H A D | GlifPreferenceLayout.java | 95 return mRecyclerMixin.getRecyclerView(); in onCreateRecyclerView()
|
H A D | SetupWizardPreferenceLayout.java | 94 return mRecyclerMixin.getRecyclerView(); in onCreateRecyclerView()
|
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/favorite/ |
H A D | FavoriteFragment.java | 63 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 D | WidgetsFullSheet.java | 267 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 D | ContactListFragment.java | 49 getRecyclerView().setAdapter(mContactListAdapter); in onViewCreated()
|
H A D | ContactDetailsFragment.java | 110 getRecyclerView().setAdapter(contactDetailsAdapter); in onViewCreated()
|
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/calllog/ |
H A D | CallHistoryFragment.java | 46 getRecyclerView().setAdapter(mCallLogAdapter); in onViewCreated()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/ |
H A D | QSCustomizerController.java | 96 RecyclerView.LayoutManager lm = mView.getRecyclerView().getLayoutManager(); 134 RecyclerView recyclerView = mView.getRecyclerView(); in onViewAttached()
|
H A D | QSCustomizer.java | 226 public RecyclerView getRecyclerView() { in getRecyclerView() method in QSCustomizer
|
/aosp12/frameworks/opt/setupwizard/library/recyclerview/test/instrumentation/src/com/android/setupwizardlib/test/ |
H A D | GlifPreferenceLayoutTest.java | 62 assertNotNull("getRecyclerView should not be null", layout.getRecyclerView()); in testGetRecyclerView()
|
H A D | SetupWizardPreferenceLayoutTest.java | 63 assertNotNull("getRecyclerView should not be null", layout.getRecyclerView()); in testGetRecyclerView()
|
H A D | GlifRecyclerLayoutTest.java | 74 assertNotNull("getRecyclerView should not be null", layout.getRecyclerView()); in testGetRecyclerView()
|
H A D | SetupWizardRecyclerLayoutTest.java | 76 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 D | MessageListBaseFragment.java | 80 protected CarUiRecyclerView getRecyclerView() { in getRecyclerView() method in MessageListBaseFragment
|
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/ |
H A D | DialerListBaseFragment.java | 102 protected CarUiRecyclerView getRecyclerView() { in getRecyclerView() method in DialerListBaseFragment
|
/aosp12/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/template/ |
H A D | RecyclerMixin.java | 132 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 D | PreferenceFragment.java | 90 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 D | RecyclerMixinTest.java | 74 assertSame(mRecyclerView, mixin.getRecyclerView()); in testGetRecyclerView()
|
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/core/ui/conversationlist/ |
H A D | ConversationListFragment.java | 66 getRecyclerView().setAdapter(mConversationItemAdapter); in onViewCreated()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/ |
H A D | ConversationListFragment.java | 426 public RecyclerView getRecyclerView() {
|