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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DGradient_Delegate.java116 mGradient[i] = computeColor(mColors[prevPos], mColors[nextPos], percent);
195 private int computeColor(int c1, int c2, float percent) { method in class:Gradient_Delegate.GradientPaint

Completed in 47 milliseconds