Searched refs:applyColor (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
H A D | ScreenRotationAnimation.java | 321 applyColor(startColor, endColor, rgbTmpFloat, fraction, mBackColorSurface, t); in startColorAnimation() 326 applyColor(startColor, endColor, rgbTmpFloat, 1f /* fraction */, mBackColorSurface, in startColorAnimation() 333 applyColor(startColor, endColor, rgbTmpFloat, 1f /* fraction */, mBackColorSurface, in startColorAnimation() 472 private static void applyColor(int startColor, int endColor, float[] rgbFloat, in applyColor() method in ScreenRotationAnimation
|
/aosp12/build/soong/cmd/javac_wrapper/ |
H A D | javac_wrapper.go | 170 if line, matched = applyColor(line, p.color, p.re); matched { 179 func applyColor(line, color string, re *regexp.Regexp) (string, bool) { func
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
H A D | ExpandingEntryCardView.java | 350 applyColor(); in initialize() 555 applyColor(); in setColorAndFilter() 592 public void applyColor() { in applyColor() method in ExpandingEntryCardView
|