Searched refs:hotseatAlpha (Results 1 – 1 of 1) sorted by relevance
400 LauncherViewPropertyAnimator hotseatAlpha = new LauncherViewPropertyAnimator(hotseat) in animateWorkspace() local402 hotseatAlpha.addListener(new AlphaUpdateListener(hotseat, accessibilityEnabled)); in animateWorkspace()420 hotseatAlpha.withLayer(); in animateWorkspace()426 hotseatAlpha.setInterpolator(new DecelerateInterpolator(2)); in animateWorkspace()430 hotseatAlpha.setInterpolator(null); in animateWorkspace()436 hotseatAlpha.setDuration(duration); in animateWorkspace()439 mStateAnimator.play(hotseatAlpha); in animateWorkspace()