Home
last modified time | relevance | path

Searched defs:rv (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFastScroller.java65 public static ConversationFastScroller addTo(RecyclerView rv, int position) { in addTo()
122 private ConversationFastScroller(RecyclerView rv, int position) { in ConversationFastScroller()
330 public boolean onInterceptTouchEvent(RecyclerView rv, MotionEvent e) { in onInterceptTouchEvent()
372 public void onTouchEvent(RecyclerView rv, MotionEvent e) { in onTouchEvent()
/packages/apps/Launcher3/src/com/android/launcher3/
DBaseRecyclerView.java115 public boolean onInterceptTouchEvent(RecyclerView rv, MotionEvent ev) { in onInterceptTouchEvent()
120 public void onTouchEvent(RecyclerView rv, MotionEvent ev) { in onTouchEvent()
DBaseRecyclerViewFastScrollPopup.java52 public BaseRecyclerViewFastScrollPopup(BaseRecyclerView rv, Resources res) { in BaseRecyclerViewFastScrollPopup()
DBaseRecyclerViewFastScrollBar.java79 public BaseRecyclerViewFastScrollBar(BaseRecyclerView rv, Resources res) { in BaseRecyclerViewFastScrollBar()
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
DWidgetService.java110 RemoteViews rv = new RemoteViews( in getLoadingView() local
/packages/apps/Gallery2/jni/filters/
Dhsv.c45 short rv,rs,rh; in rgb2hsv() local
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsFastScrollHelper.java85 public AllAppsFastScrollHelper(AllAppsRecyclerView rv, AlphabeticalAppsList apps) { in AllAppsFastScrollHelper()
/packages/apps/Protips/src/com/android/protips/
DProtipWidget.java159 RemoteViews rv = buildUpdate(mContext); in refresh() local
/packages/services/Car/car-ui-provider/src/android/car/ui/provider/
DDrawerController.java469 RecyclerView rv = mListView.getRecyclerView(); in updateDayNightMode() local
642 RecyclerView rv = mListView.getRecyclerView(); in onChildChanged() local
/packages/apps/DeskClock/src/com/android/deskclock/data/
DStopwatchModel.java319 private static void setTextViewDrawable(RemoteViews rv, int viewId, int drawableId) { in setTextViewDrawable()
/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleDragAndDropAdapter.java138 public void setRecyclerView(RecyclerView rv) { in setRecyclerView()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DLapsAdapter.java115 void updateCurrentLap(RecyclerView rv, long totalTime) { in updateCurrentLap()
/packages/services/Car/car-support-lib/src/android/support/car/ui/
DCarLayoutManager.java1018 RecyclerView rv = (RecyclerView) getChildAt(0).getParent(); in offsetRowsIndividually() local
1092 RecyclerView rv = (RecyclerView) getChildAt(0).getParent(); in offsetRowsByPage() local
/packages/apps/ExactCalculator/src/com/android/calculator2/
DEvaluator.java205 InitialResult(CR v, BoundedRational rv, String s, int p, int idp) { in InitialResult()
DCalculatorExpr.java1129 EvalResult (CR v, BoundedRational rv) { in EvalResult()