Home
last modified time | relevance | path

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

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