Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSignalClusterView.java596 updateAnimatableIcon(mMobile, mMobileStrengthId); in apply()
597 updateAnimatableIcon(mMobileDark, mMobileStrengthId); in apply()
630 private void updateAnimatableIcon(ImageView view, int resId) { in updateAnimatableIcon() method in SignalClusterView.PhoneState