Home
last modified time | relevance | path

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 DScreenRotationAnimation.java321 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 Djavac_wrapper.go170 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 DExpandingEntryCardView.java350 applyColor(); in initialize()
555 applyColor(); in setColorAndFilter()
592 public void applyColor() { in applyColor() method in ExpandingEntryCardView