Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DMoreIssuesCardAnimator.kt71 fun cancelTextChangeAnimation(textView: TextView) { in cancelTextChangeAnimation() method in com.android.permissioncontroller.safetycenter.ui.MoreIssuesCardAnimator
72 textFadeAnimator.cancelTextChangeAnimation(textView) in cancelTextChangeAnimation()
DTextFadeAnimator.kt119 fun cancelTextChangeAnimation(textView: TextView) { in cancelTextChangeAnimation() method
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/view/
DMoreIssuesHeaderView.kt157 moreIssuesCardAnimator.cancelTextChangeAnimation(counterView) in <lambda>()