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

  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
AnimatedNotificationDisplayActivity.java 40 private static final int BASE_ANIMATION_DURATION_MS = 2000;
82 mAnimation.setDuration(Math.max(BASE_ANIMATION_DURATION_MS / 10,
83 (int) (distance * BASE_ANIMATION_DURATION_MS / mAnimationRange)));
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
AnimatedNotificationDisplayActivity.java 40 private static final int BASE_ANIMATION_DURATION_MS = 2000;
82 mAnimation.setDuration(Math.max(BASE_ANIMATION_DURATION_MS / 10,
83 (int) (distance * BASE_ANIMATION_DURATION_MS / mAnimationRange)));
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
AnimatedNotificationDisplayActivity.java 40 private static final int BASE_ANIMATION_DURATION_MS = 2000;
82 mAnimation.setDuration(Math.max(BASE_ANIMATION_DURATION_MS / 10,
83 (int) (distance * BASE_ANIMATION_DURATION_MS / mAnimationRange)));

Completed in 99 milliseconds