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

  /frameworks/base/core/java/android/transition/
Rotate.java 45 public Animator createAnimator(ViewGroup sceneRoot, TransitionValues startValues,
Recolor.java 63 public Animator createAnimator(ViewGroup sceneRoot, TransitionValues startValues,
Visibility.java 78 * Transition#createAnimator(ViewGroup, TransitionValues, TransitionValues)}
153 public Animator createAnimator(ViewGroup sceneRoot, TransitionValues startValues,
ChangeText.java 155 public Animator createAnimator(ViewGroup sceneRoot, TransitionValues startValues,
299 Log.d(LOG_TAG, "createAnimator returning " + anim);
Crossfade.java 167 public Animator createAnimator(ViewGroup sceneRoot, TransitionValues startValues,
ChangeBounds.java 105 public Animator createAnimator(final ViewGroup sceneRoot, TransitionValues startValues,
Transition.java 118 // Scene Root is set at createAnimator() time in the cloned Transition
147 // The set of animators collected from calls to createAnimator(),
311 public Animator createAnimator(ViewGroup sceneRoot, TransitionValues startValues,
317 * This method, essentially a wrapper around all calls to createAnimator for all
320 * and calls {@link #createAnimator(ViewGroup, TransitionValues, TransitionValues)}
462 Animator animator = createAnimator(sceneRoot, start, end);
613 * {@link #createAnimator(ViewGroup, TransitionValues, TransitionValues)}.
618 * {@link #createAnimator(android.view.ViewGroup, TransitionValues, TransitionValues)}
634 * @see #createAnimator(ViewGroup, TransitionValues, TransitionValues)
642 * {@link #createAnimator(ViewGroup, TransitionValues, TransitionValues)}
    [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
AnimationActivity.java 82 public ValueAnimator createAnimator(Object object,String propertyName, long duration,
94 return createAnimator(view.newBall, "y", 1000, ValueAnimator.INFINITE, repeatMode,
99 return createAnimator(view.newBall, "y", 1000, repeatCount, ValueAnimator.REVERSE,
104 return createAnimator(view.newBall, "y", duration ,ValueAnimator.INFINITE,
109 return createAnimator(view.newBall, "y", 1000, ValueAnimator.INFINITE,
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java     [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 1100 milliseconds