Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java305 animateText(mTextView, indication); in updateIndication()
338 animateText(mTextView, indication); in updateIndication()
355 private void animateText(KeyguardIndicationTextView textView, String indication) { in animateText() method in KeyguardIndicationController