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

  /frameworks/support/transition/tests/src/android/support/transition/
FadeTest.java 60 final TransitionValues endValues = new TransitionValues();
61 endValues.view = mView;
62 fade.captureEndValues(endValues);
63 Animator animator = fade.createAnimator(mRoot, startValues, endValues);
76 final TransitionValues endValues = new TransitionValues();
77 endValues.view = mView;
78 fade.captureEndValues(endValues);
79 Animator animator = fade.createAnimator(mRoot, startValues, endValues);
90 final TransitionValues endValues = new TransitionValues();
91 endValues.view = mView
    [all...]
  /frameworks/base/core/java/android/transition/
ChangeTransform.java 225 TransitionValues endValues) {
226 if (startValues == null || endValues == null ||
228 !endValues.values.containsKey(PROPNAME_PARENT)) {
233 ViewGroup endParent = (ViewGroup) endValues.values.get(PROPNAME_PARENT);
249 setMatricesForParent(startValues, endValues);
253 ObjectAnimator transformAnimator = createTransformAnimator(startValues, endValues,
257 createGhostView(sceneRoot, startValues, endValues);
264 TransitionValues endValues, final boolean handleParentChange) {
266 Matrix endMatrix = (Matrix) endValues.values.get(PROPNAME_MATRIX);
280 final Transforms transforms = (Transforms) endValues.values.get(PROPNAME_TRANSFORMS)
    [all...]
ChangeBounds.java 263 TransitionValues endValues = getMatchedTransitionValues(startParent, true);
264 if (endValues == null) {
267 parentMatches = endParent == endValues.view;
275 TransitionValues endValues) {
276 if (startValues == null || endValues == null) {
280 Map<String, Object> endParentVals = endValues.values;
286 final View view = endValues.view;
289 Rect endBounds = (Rect) endValues.values.get(PROPNAME_BOUNDS);
303 Rect endClip = (Rect) endValues.values.get(PROPNAME_CLIP);
438 int endX = (Integer) endValues.values.get(PROPNAME_WINDOW_X) - tempLocation[0]
    [all...]
Transition.java 427 * given the information in the startValues and endValues structures captured
466 * @param endValues The values for the target in the end scene.
472 TransitionValues endValues) {
557 TransitionValues endValues = unmatchedEnd.get(endView);
558 if (startValues != null && endValues != null) {
560 mEndValuesList.add(endValues);
584 TransitionValues endValues = unmatchedEnd.get(endView);
585 if (startValues != null && endValues != null) {
587 mEndValuesList.add(endValues);
611 TransitionValues endValues = unmatchedEnd.get(endView)
    [all...]
  /prebuilts/sdk/current/support/transition/libs/
android-support-transition.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 

Completed in 1691 milliseconds