Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DItemRevealAnimationTracker.kt28 private val iconProgress = HashMap<TargetInfo, Record>() constant in com.android.intentresolver.ItemRevealAnimationTracker
32 iconProgress.clear() in reset()
36 fun animateIcon(view: View, info: TargetInfo) = animateView(view, info, iconProgress) in animateIcon()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownMethod.java463 float iconProgress = Math.min(1f, positiveAdjustedProgress * 4); in updateSwipeTextAndPuckForTouch() local
468 (int) (0xFF * (1 - iconProgress))); in updateSwipeTextAndPuckForTouch()