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

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

Completed in 76 milliseconds