Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsBackgroundDrawable.java99 private ObjectAnimator mBackgroundAnim; field in AllAppsBackgroundDrawable
129 mBackgroundAnim = cancelAnimator(mBackgroundAnim); in animateBgAlpha()
130 mBackgroundAnim = ObjectAnimator.ofInt(this, LauncherAnimUtils.DRAWABLE_ALPHA, in animateBgAlpha()
132 mBackgroundAnim.setDuration(duration); in animateBgAlpha()
133 mBackgroundAnim.start(); in animateBgAlpha()
143 mBackgroundAnim = cancelAnimator(mBackgroundAnim); in setBgAlpha()