Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSIconViewImpl.java178 animateGrayScale(mTint, color, iv, () -> updateIcon(iv, state, allowAnimations)); in setIcon()
197 private void animateGrayScale(int fromColor, int toColor, ImageView iv, in animateGrayScale() method in QSIconViewImpl