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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropDrawingUtils.java83 public static void drawIndicators(Canvas canvas, Drawable cropIndicator, int indicatorSize, argument
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 9 milliseconds