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

/packages/apps/Gallery/src/com/android/camera/
H A DHighlightView.java259 // Convert to image space before sending to growBy().
262 growBy((((edge & GROW_LEFT_EDGE) != 0) ? -1 : 1) * xDelta,
289 void growBy(float dx, float dy) { method in class:HighlightView

Completed in 45 milliseconds