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

  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
TextViewWithCircularIndicator.java 64 public void drawIndicator(boolean drawCircle) {
  /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());

Completed in 173 milliseconds