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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropDrawingUtils.java75 public static void drawIndicator(Canvas canvas, Drawable indicator, int indicatorSize, method in class:CropDrawingUtils
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 10 milliseconds