Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashScreenExitAnimation.java347 final float iconProgress = ICON_INTERPOLATOR.getInterpolation( in onFadeOutProgress() local
352 iconView.setAlpha(mIconStartAlpha * (1 - iconProgress)); in onFadeOutProgress()
355 brandingView.setAlpha(mBrandingStartAlpha * (1 - iconProgress)); in onFadeOutProgress()
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
H A DFlingUpDownMethod.java463 float iconProgress = Math.min(1f, positiveAdjustedProgress * 4); in updateSwipeTextAndPuckForTouch() local
468 (int) (0xFF * (1 - iconProgress))); in updateSwipeTextAndPuckForTouch()