Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPINView.java25 import com.android.settingslib.animation.AppearAnimationUtils;
33 private final AppearAnimationUtils mAppearAnimationUtils;
52 mAppearAnimationUtils = new AppearAnimationUtils(context); in KeyguardPINView()
133 AppearAnimationUtils.startTranslationYAnimation(this, 0 /* delay */, 500 /* duration */, in startAppearAnimation()
148 AppearAnimationUtils.startTranslationYAnimation(this, 0 /* delay */, 280 /* duration */, in startDisappearAnimation()
DKeyguardPatternView.java41 import com.android.settingslib.animation.AppearAnimationUtils;
66 private final AppearAnimationUtils mAppearAnimationUtils;
112 mAppearAnimationUtils = new AppearAnimationUtils(context, in KeyguardPatternView()
113 AppearAnimationUtils.DEFAULT_APPEAR_DURATION, 1.5f /* translationScale */, in KeyguardPatternView()
417 AppearAnimationUtils.startTranslationYAnimation(this, 0 /* delay */, 500 /* duration */, in startAppearAnimation()
430 AppearAnimationUtils.DEFAULT_APPEAR_DURATION, in startAppearAnimation()
446 AppearAnimationUtils.startTranslationYAnimation(this, 0 /* delay */, in startDisappearAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcher.java32 import com.android.settingslib.animation.AppearAnimationUtils;
51 private final AppearAnimationUtils mAppearAnimationUtils;
74 mAppearAnimationUtils = new AppearAnimationUtils(context, 400, -0.5f, 0.5f, in KeyguardUserSwitcher()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
DAppearAnimationUtils.java36 public class AppearAnimationUtils implements AppearAnimationCreator<View> { class
48 public AppearAnimationUtils(Context ctx) { in AppearAnimationUtils() method in AppearAnimationUtils
54 public AppearAnimationUtils(Context ctx, long duration, float translationScaleFactor, in AppearAnimationUtils() method in AppearAnimationUtils
DDisappearAnimationUtils.java26 public class DisappearAnimationUtils extends AppearAnimationUtils {