Searched refs:iconProgress (Results 1 – 2 of 2) sorted by relevance
28 private val iconProgress = HashMap<TargetInfo, Record>() constant in com.android.intentresolver.ItemRevealAnimationTracker32 iconProgress.clear() in reset()36 fun animateIcon(view: View, info: TargetInfo) = animateView(view, info, iconProgress) in animateIcon()
463 float iconProgress = Math.min(1f, positiveAdjustedProgress * 4); in updateSwipeTextAndPuckForTouch() local468 (int) (0xFF * (1 - iconProgress))); in updateSwipeTextAndPuckForTouch()