Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
H A DClipboardOverlayView.java312 TimeInterpolator linearInterpolator = new LinearInterpolator(); in getEnterAnimation() local
317 rootAnim.setInterpolator(linearInterpolator); in getEnterAnimation()
347 alphaAnim.setInterpolator(linearInterpolator); in getEnterAnimation()
389 TimeInterpolator linearInterpolator = new LinearInterpolator(); in getExitAnimation() local
394 rootAnim.setInterpolator(linearInterpolator); in getExitAnimation()
422 alphaAnim.setInterpolator(linearInterpolator); in getExitAnimation()