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

  /frameworks/base/core/java/android/transition/
ChangeTransform.java 224 public Animator createAnimator(ViewGroup sceneRoot, TransitionValues startValues,
226 if (startValues == null || endValues == null ||
227 !startValues.values.containsKey(PROPNAME_PARENT) ||
232 ViewGroup startParent = (ViewGroup) startValues.values.get(PROPNAME_PARENT);
236 Matrix startMatrix = (Matrix) startValues.values.get(PROPNAME_INTERMEDIATE_MATRIX);
238 startValues.values.put(PROPNAME_MATRIX, startMatrix);
242 startValues.values.get(PROPNAME_INTERMEDIATE_PARENT_MATRIX);
244 startValues.values.put(PROPNAME_PARENT_MATRIX, startParentMatrix);
249 setMatricesForParent(startValues, endValues);
253 ObjectAnimator transformAnimator = createTransformAnimator(startValues, endValues
    [all...]
Transition.java 426 * given the information in the startValues and endValues structures captured
464 * @param startValues The values for a specific target in the start scene.
470 public Animator createAnimator(ViewGroup sceneRoot, TransitionValues startValues,
553 TransitionValues startValues = unmatchedStart.get(startView);
555 if (startValues != null && endValues != null) {
556 mStartValuesList.add(startValues);
580 TransitionValues startValues = unmatchedStart.get(startView);
582 if (startValues != null && endValues != null) {
583 mStartValuesList.add(startValues);
607 TransitionValues startValues = unmatchedStart.get(startView)
    [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 107 milliseconds