Home
last modified time | relevance | path

Searched refs:colorForCurve (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageCurves.java209 spline.draw(canvas, Spline.colorForCurve(i), getWidth(), in onDraw()
216 .draw(canvas, Spline.colorForCurve(mCurrentCurveIndex), getWidth(), getHeight(), in onDraw()
DSpline.java74 public static int colorForCurve(int curveIndex) { in colorForCurve() method in Spline