Searched refs:rv (Results 1 - 21 of 21) sorted by relevance

/packages/apps/Launcher2/
H A Dfill_screens.py36 rv = os.system("adb pull"
39 if rv != 0:
45 rv = os.system("adb push"
48 if rv != 0:
H A Dprint_db.py34 rv = os.system("adb pull"
37 if rv != 0:
/packages/apps/Launcher3/
H A Dfill_screens.py36 rv = os.system("adb pull"
39 if rv != 0:
45 rv = os.system("adb push"
48 if rv != 0:
H A Dprint_db.py45 rv = os.system("adb pull"
48 if rv != 0:
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsRecyclerViewContainerView.java68 View rv = findViewById(R.id.apps_list_view);
69 mTouchFeedbackView.alignWithIconView(icon, (ViewGroup) icon.getParent(), rv);
H A DAllAppsFastScrollHelper.java85 public AllAppsFastScrollHelper(AllAppsRecyclerView rv, AlphabeticalAppsList apps) { argument
86 mRv = rv;
/packages/apps/Gallery2/jni/filters/
H A Dhsv.c45 short rv,rs,rh; local
57 rv = (short)( iMax << ABITS);
60 if (rv == 0)
77 hsv[hsvOff+0] = rv;
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
H A DWidgetService.java110 RemoteViews rv = new RemoteViews(
113 rv.setProgressBar(R.id.appwidget_loading_item, 0, 0, true);
114 return rv;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A Dsaturation.rs111 short rv,rs,rh;
121 rv = (short) (iMax << ABITS);
123 if (rv == 0) {
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationFastScroller.java59 * @param rv the conversation RecyclerView
65 public static ConversationFastScroller addTo(RecyclerView rv, int position) { argument
67 return new ConversationFastScroller(rv, position);
122 private ConversationFastScroller(RecyclerView rv, int position) { argument
123 mContext = rv.getContext();
124 mRv = rv;
155 mOverlay = rv.getOverlay();
330 public boolean onInterceptTouchEvent(RecyclerView rv, MotionEvent e) { argument
372 public void onTouchEvent(RecyclerView rv, MotionEvent e) { argument
/packages/apps/Launcher3/src/com/android/launcher3/
H A DBaseRecyclerViewFastScrollBar.java78 public BaseRecyclerViewFastScrollBar(BaseRecyclerView rv, Resources res) { argument
79 mRv = rv;
80 mPopup = new BaseRecyclerViewFastScrollPopup(rv, res);
82 mTrackPaint.setColor(rv.getFastScrollerTrackColor(Color.BLACK));
84 mThumbActiveColor = mThumbInactiveColor = Utilities.getColorAccent(rv.getContext());
H A DBaseRecyclerView.java100 public boolean onInterceptTouchEvent(RecyclerView rv, MotionEvent ev) { argument
105 public void onTouchEvent(RecyclerView rv, MotionEvent ev) { argument
H A DBaseRecyclerViewFastScrollPopup.java60 public BaseRecyclerViewFastScrollPopup(BaseRecyclerView rv, Resources res) { argument
62 mRv = rv;
65 mBg = rv.getContext().getDrawable(R.drawable.container_fastscroll_popup_bg);
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DLapsAdapter.java112 * @param rv the RecyclerView that contains the {@code childView}
115 void updateCurrentLap(RecyclerView rv, long totalTime) { argument
121 final View currentLapView = rv.getChildAt(0);
126 final LapItemHolder holder = (LapItemHolder) rv.getChildViewHolder(currentLapView);
/packages/apps/Settings/src/com/android/settings/localepicker/
H A DLocaleDragAndDropAdapter.java138 public void setRecyclerView(RecyclerView rv) { argument
139 mParentView = rv;
140 mItemTouchHelper.attachToRecyclerView(rv);
/packages/services/Car/car-ui-provider/src/android/car/ui/provider/
H A DDrawerController.java469 RecyclerView rv = mListView.getRecyclerView();
471 mAdapter.setDayNightModeColors(rv.findViewHolderForAdapterPosition(i));
642 RecyclerView rv = mListView.getRecyclerView();
643 RecyclerView.ViewHolder holder = rv.findViewHolderForItemId(id.hashCode());
/packages/apps/Protips/src/com/android/protips/
H A DProtipWidget.java159 RemoteViews rv = buildUpdate(mContext);
161 mWidgetManager.updateAppWidget(i, rv);
/packages/services/Car/car-support-lib/src/android/support/car/ui/
H A DCarLayoutManager.java1018 RecyclerView rv = (RecyclerView) getChildAt(0).getParent();
1020 rv.getLocationInWindow(locs);
1021 int listTopInWindow = locs[1] + rv.getPaddingTop();
1092 RecyclerView rv = (RecyclerView) getChildAt(0).getParent();
1094 rv.getLocationInWindow(locs);
1095 int listTopInWindow = locs[1] + rv.getPaddingTop();
/packages/apps/DeskClock/src/com/android/deskclock/data/
H A DStopwatchModel.java319 private static void setTextViewDrawable(RemoteViews rv, int viewId, int drawableId) { argument
320 rv.setTextViewCompoundDrawablesRelative(viewId, drawableId, 0, 0, 0);
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DEvaluator.java205 InitialResult(CR v, BoundedRational rv, String s, int p, int idp) { argument
208 ratVal = rv;
H A DCalculatorExpr.java1129 EvalResult (CR v, BoundedRational rv) { argument
1131 ratVal = rv;

Completed in 750 milliseconds