Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/recyclerview/
DDefaultScrollBar.java103 getRecyclerView().setOnFlingListener(null); in initialize()
104 mSnapHelper.attachToRecyclerView(getRecyclerView()); in initialize()
110 getRecyclerView().addOnScrollListener(mRecyclerViewOnScrollListener); in initialize()
125 public RecyclerView getRecyclerView() { in getRecyclerView() method in DefaultScrollBar
513 int touchTargetSize = (int) getRecyclerView().getContext().getResources() in updatePaginationButtons()
584 return getRecyclerView().getLayoutManager(); in getLayoutManager()
589 getRecyclerView().smoothScrollToPosition(max); in smoothScrollToPosition()
594 getRecyclerView().smoothScrollBy(dx, dy); in smoothScrollBy()
599 return getRecyclerView().computeVerticalScrollRange(); in computeVerticalScrollRange()
604 return getRecyclerView().computeVerticalScrollOffset(); in computeVerticalScrollOffset()
[all …]
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/search/
DContactResultsFragment.java125 getRecyclerView().setAdapter(mAdapter); in onViewCreated()
131 getRecyclerView().removeOnScrollListener(mOnScrollChangeListener); in onDestroyView()
145 mToolbar.setSearchResultsView(getRecyclerView()); in setupToolbar()
148 getRecyclerView().addOnScrollListener(mOnScrollChangeListener); in setupToolbar()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/favorite/
DFavoriteFragment.java63 getRecyclerView().addItemDecoration(new ItemSpacingDecoration()); in onViewCreated()
64 getRecyclerView().setItemAnimator(null); in onViewCreated()
96 getRecyclerView().setAdapter(mContentLimitingAdapter); in onViewCreated()
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsFullSheet.java296 public WidgetsRecyclerView getRecyclerView() { in getRecyclerView() method in WidgetsFullSheet
308 return Pair.create(getRecyclerView(), getContext().getString( in getAccessibilityTarget()
585 RecyclerViewFastScroller scroller = getRecyclerView().getScrollbar(); in onControllerInterceptTouchEvent()
590 mNoIntercept = !getRecyclerView().shouldContainerScroll(ev, getPopupContainer()); in onControllerInterceptTouchEvent()
621 target.setFloat(getRecyclerView(), VIEW_TRANSLATE_Y, -distanceToMove, interpolator); in addHintCloseAnim()
622 target.setViewAlpha(getRecyclerView(), 0.5f, interpolator); in addHintCloseAnim()
812 getRecyclerView().onTouchEvent(event); in SearchAndRecommendationViewHolder()
/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/ui/
DLauncherUIScrollTest.java127 int currentScroll = widgets.getRecyclerView().getCurrentScrollY(); in testWidgetsListScroll()
129 int newScroll = widgets.getRecyclerView().getCurrentScrollY(); in testWidgetsListScroll()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/contact/
DContactListFragment.java49 getRecyclerView().setAdapter(mContactListAdapter); in onViewCreated()
DContactDetailsFragment.java108 getRecyclerView().setAdapter(contactDetailsAdapter); in onViewCreated()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/calllog/
DCallHistoryFragment.java46 getRecyclerView().setAdapter(mCallLogAdapter); in onViewCreated()
/packages/apps/Car/Messenger/src/com/android/car/messenger/core/ui/base/
DMessageListBaseFragment.java80 protected CarUiRecyclerView getRecyclerView() { in getRecyclerView() method in MessageListBaseFragment
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/
DDialerListBaseFragment.java102 protected CarUiRecyclerView getRecyclerView() { in getRecyclerView() method in DialerListBaseFragment
/packages/apps/Car/Messenger/src/com/android/car/messenger/core/ui/conversationlist/
DConversationListFragment.java66 getRecyclerView().setAdapter(mConversationItemAdapter); in onViewCreated()
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListFragment.java426 public RecyclerView getRecyclerView() {