HomeSort by relevance Sort by last modified time
    Searched refs:startAppearAnimation (Results 1 - 16 of 16) sorted by null

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityView.java 91 void startAppearAnimation();
AppearAnimationUtils.java 52 public void startAppearAnimation(View[][] objects, final Runnable finishListener) {
53 startAppearAnimation(objects, finishListener, this);
56 public void startAppearAnimation(View[] objects, final Runnable finishListener) {
57 startAppearAnimation(objects, finishListener, this);
60 public <T> void startAppearAnimation(T[][] objects, final Runnable finishListener,
66 public <T> void startAppearAnimation(T[] objects, final Runnable finishListener,
KeyguardPINView.java 86 public void startAppearAnimation() {
94 mAppearAnimationUtils.startAppearAnimation(new View[][] {
KeyguardPatternView.java 298 public void startAppearAnimation() {
306 mAppearAnimationUtils.startAppearAnimation(
KeyguardSecurityViewFlipper.java 162 public void startAppearAnimation() {
165 ksv.startAppearAnimation();
KeyguardViewBase.java 235 public void startAppearAnimation() {
236 mSecurityContainer.startAppearAnimation();
KeyguardSecurityContainer.java 88 public void startAppearAnimation() {
90 getSecurityView(mCurrentSecuritySelection).startAppearAnimation();
KeyguardAccountView.java 332 public void startAppearAnimation() {
KeyguardFaceUnlockView.java 352 public void startAppearAnimation() {
KeyguardPasswordView.java 259 public void startAppearAnimation() {
KeyguardSimPinView.java 232 public void startAppearAnimation() {
KeyguardSimPukView.java 301 public void startAppearAnimation() {
PasswordTextView.java 189 charState.startAppearAnimation();
405 void startAppearAnimation() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyguardUserSwitcher.java 106 startAppearAnimation();
134 private void startAppearAnimation() {
142 mAppearAnimationUtils.startAppearAnimation(objects, new Runnable() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardBouncer.java 86 mKeyguardView.startAppearAnimation();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ActivatableNotificationView.java 491 startAppearAnimation(false /* isAppearing */, translationDirection,
502 startAppearAnimation(true /* isAppearing */, -1.0f, delay, duration, null);
506 private void startAppearAnimation(boolean isAppearing, float translationDirection, long delay,

Completed in 1645 milliseconds