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

  /frameworks/base/core/java/android/animation/
TimeAnimator.java 51 public void setCurrentPlayTime(long playTime) {
83 * set to a specific {@link ValueAnimator#setCurrentPlayTime(long) currentPlayTime}
ValueAnimator.java 79 * Set when setCurrentPlayTime() is called. If negative, animation is not currently seeked
543 * actions based on that time. If the animation is already running, then setCurrentPlayTime()
548 public void setCurrentPlayTime(long playTime) {
    [all...]
LayoutTransition.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
FirstFrameAnimatorHelper.java 90 // will get finished, even if we call setCurrentPlayTime -- therefore
102 animation.setCurrentPlayTime(0);
110 animation.setCurrentPlayTime(IDEAL_FRAME_DURATION);
  /packages/apps/Launcher2/src/com/android/launcher2/
FirstFrameAnimatorHelper.java 99 // the animation will get finished, even if we call setCurrentPlayTime -- therefore
111 animation.setCurrentPlayTime(0);
119 animation.setCurrentPlayTime(IDEAL_FRAME_DURATION);
  /packages/apps/Launcher3/src/com/android/launcher3/
FirstFrameAnimatorHelper.java 100 // the animation will get finished, even if we call setCurrentPlayTime -- therefore
112 animation.setCurrentPlayTime(0);
120 animation.setCurrentPlayTime(IDEAL_FRAME_DURATION);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
SimpleScrollAdapterTransform.java 72 valueAnim.setCurrentPlayTime(distanceFromCenter);
74 valueAnim.setCurrentPlayTime(duration);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimationSeeking.java 123 bounceAnim.setCurrentPlayTime(seekTime);
ReversingAnimation.java 99 bounceAnim.setCurrentPlayTime(seekTime);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackStateAnimator.java 357 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime());
416 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime());
474 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime());
548 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime());
600 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime());
654 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime());
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SearchPanelCircleView.java 212 mCircleAnimator.setCurrentPlayTime(mCircleAnimator.getCurrentPlayTime());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyguardAffordanceView.java 289 mCircleAnimator.setCurrentPlayTime(mCircleAnimator.getCurrentPlayTime());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MainKeyboardView.java 306 animatorToStart.setCurrentPlayTime(startTime);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java     [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 1533 milliseconds