HomeSort by relevance Sort by last modified time
    Searched refs:mAnimationRange (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 43 private int mAnimationRange;
53 mAnimationRange = getResources().getDimensionPixelSize(R.dimen.animation_range);
61 ImageZoomView zoomView = new ImageZoomView(this, mImageView, mAnimationRange);
73 float endX = -mRandom.nextInt(mAnimationRange);
74 float endY = -mRandom.nextInt(mAnimationRange);
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 43 private int mAnimationRange;
53 mAnimationRange = getResources().getDimensionPixelSize(R.dimen.animation_range);
61 ImageZoomView zoomView = new ImageZoomView(this, mImageView, mAnimationRange);
73 float endX = -mRandom.nextInt(mAnimationRange);
74 float endY = -mRandom.nextInt(mAnimationRange);
83 (int) (distance * BASE_ANIMATION_DURATION_MS / mAnimationRange)));
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
AnimatedNotificationDisplayActivity.java 43 private int mAnimationRange;
53 mAnimationRange = getResources().getDimensionPixelSize(R.dimen.animation_range);
61 ImageZoomView zoomView = new ImageZoomView(this, mImageView, mAnimationRange);
73 float endX = -mRandom.nextInt(mAnimationRange);
74 float endY = -mRandom.nextInt(mAnimationRange);
83 (int) (distance * BASE_ANIMATION_DURATION_MS / mAnimationRange)));

Completed in 98 milliseconds