Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DGradient_Delegate.java117 mGradient[i] = computeColor(mColors[prevPos], mColors[nextPos], percent); in precomputeGradientColors()
196 private int computeColor(int c1, int c2, float percent) { in computeColor() method in Gradient_Delegate.GradientPaint
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java137 mTextView.setTextColor(computeColor()); in updateIndication()
141 private int computeColor() { in computeColor() method in KeyguardIndicationController