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

  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardWidgetPager.java 799 if (mZoomInOutAnim != null && mZoomInOutAnim.isRunning()) {
800 mZoomInOutAnim.cancel();
804 mZoomInOutAnim = new AnimatorSet();
805 mZoomInOutAnim.playTogether(
808 mZoomInOutAnim.setDuration(mBouncerZoomInOutDuration);
809 mZoomInOutAnim.setInterpolator(new DecelerateInterpolator(1.5f));
810 mZoomInOutAnim.start();
819 if (mZoomInOutAnim != null && mZoomInOutAnim.isRunning())
    [all...]
PagedView.java 214 protected AnimatorSet mZoomInOutAnim;
    [all...]

Completed in 414 milliseconds