HomeSort by relevance Sort by last modified time
    Searched refs:drawIndicator (Results 1 - 4 of 4) sorted by null

  /packages/apps/Camera2/src/com/android/camera/crop/
CropDrawingUtils.java 75 public static void drawIndicator(Canvas canvas, Drawable indicator, int indicatorSize,
88 drawIndicator(canvas, cropIndicator, indicatorSize, bounds.left, bounds.top);
91 drawIndicator(canvas, cropIndicator, indicatorSize, bounds.right, bounds.top);
94 drawIndicator(canvas, cropIndicator, indicatorSize, bounds.left, bounds.bottom);
97 drawIndicator(canvas, cropIndicator, indicatorSize, bounds.right, bounds.bottom);
101 drawIndicator(canvas, cropIndicator, indicatorSize, bounds.centerX(), bounds.top);
104 drawIndicator(canvas, cropIndicator, indicatorSize, bounds.centerX(), bounds.bottom);
107 drawIndicator(canvas, cropIndicator, indicatorSize, bounds.left, bounds.centerY());
110 drawIndicator(canvas, cropIndicator, indicatorSize, bounds.right, bounds.centerY());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropDrawingUtils.java 75 public static void drawIndicator(Canvas canvas, Drawable indicator, int indicatorSize,
88 drawIndicator(canvas, cropIndicator, indicatorSize, bounds.left, bounds.top);
91 drawIndicator(canvas, cropIndicator, indicatorSize, bounds.right, bounds.top);
94 drawIndicator(canvas, cropIndicator, indicatorSize, bounds.left, bounds.bottom);
97 drawIndicator(canvas, cropIndicator, indicatorSize, bounds.right, bounds.bottom);
101 drawIndicator(canvas, cropIndicator, indicatorSize, bounds.centerX(), bounds.top);
104 drawIndicator(canvas, cropIndicator, indicatorSize, bounds.centerX(), bounds.bottom);
107 drawIndicator(canvas, cropIndicator, indicatorSize, bounds.left, bounds.centerY());
110 drawIndicator(canvas, cropIndicator, indicatorSize, bounds.right, bounds.centerY());
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
YearPickerView.java 89 mSelectedView.drawIndicator(false);
92 clickedView.drawIndicator(true);
118 v.drawIndicator(selected);
TextViewWithCircularIndicator.java 66 public void drawIndicator(boolean drawCircle) {

Completed in 98 milliseconds