Searched refs:animateChangeText (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/ |
D | TextFadeAnimator.kt | 58 fun animateChangeText(textView: TextView, text: String, onFinish: Runnable? = null) { in animateChangeText() method 59 animateChangeText(listOf(textView to text), onFinish) in animateChangeText() 64 fun animateChangeText(textChanges: List<Pair<TextView, String>>, onFinish: Runnable? = null) { in animateChangeText() method
|
D | MoreIssuesCardAnimator.kt | 67 fun animateChangeText(textView: TextView, text: String) { in animateChangeText() method in com.android.permissioncontroller.safetycenter.ui.MoreIssuesCardAnimator 68 textFadeAnimator.animateChangeText(textView, text) in animateChangeText()
|
D | SafetyStatusPreference.java | 162 mAllTextAnimator.animateChangeText(List.of(titleChange, summaryChange), onFinish); in runTextAnimationIfNeeded() 164 mTitleTextAnimator.animateChangeText(titleView, titleText, onFinish); in runTextAnimationIfNeeded() 166 mSummaryTextAnimator.animateChangeText(summaryView, summaryText, onFinish); in runTextAnimationIfNeeded()
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/view/ |
D | MoreIssuesHeaderView.kt | 168 moreIssuesCardAnimator.animateChangeText(counterView, newText) in <lambda>()
|