Searched refs:iconProgress (Results 1 – 2 of 2) sorted by relevance
347 final float iconProgress = ICON_INTERPOLATOR.getInterpolation( in onFadeOutProgress() local352 iconView.setAlpha(mIconStartAlpha * (1 - iconProgress)); in onFadeOutProgress()355 brandingView.setAlpha(mBrandingStartAlpha * (1 - iconProgress)); in onFadeOutProgress()
463 float iconProgress = Math.min(1f, positiveAdjustedProgress * 4); in updateSwipeTextAndPuckForTouch() local468 (int) (0xFF * (1 - iconProgress))); in updateSwipeTextAndPuckForTouch()