Searched refs:mBackgroundAnim (Results 1 – 1 of 1) sorted by relevance
99 private ObjectAnimator mBackgroundAnim; field in AllAppsBackgroundDrawable129 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()