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

  /frameworks/base/core/java/android/transition/
ChangeTransform.java 227 TransitionValues endValues) {
228 if (startValues == null || endValues == null ||
230 !endValues.values.containsKey(PROPNAME_PARENT)) {
235 ViewGroup endParent = (ViewGroup) endValues.values.get(PROPNAME_PARENT);
251 setMatricesForParent(startValues, endValues);
255 ObjectAnimator transformAnimator = createTransformAnimator(startValues, endValues,
259 createGhostView(sceneRoot, startValues, endValues);
266 TransitionValues endValues, final boolean handleParentChange) {
268 Matrix endMatrix = (Matrix) endValues.values.get(PROPNAME_MATRIX);
282 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);
439 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...]
  /frameworks/support/transition/src/androidTest/java/androidx/transition/
FadeTest.java 83 final TransitionValues endValues = new TransitionValues();
84 endValues.view = mView;
85 fade.captureEndValues(endValues);
86 Animator animator = fade.createAnimator(mRoot, startValues, endValues);
99 final TransitionValues endValues = new TransitionValues();
100 endValues.view = mView;
101 fade.captureEndValues(endValues);
102 Animator animator = fade.createAnimator(mRoot, startValues, endValues);
113 final TransitionValues endValues = new TransitionValues();
114 endValues.view = mView
    [all...]
VisibilityTest.java 77 final TransitionValues endValues = new TransitionValues();
78 endValues.view = mView;
79 visibility.captureEndValues(endValues);
83 .createAnimator(mRoot, startValues, endValues);
102 final TransitionValues endValues = new TransitionValues();
103 endValues.view = mView;
104 visibility.captureEndValues(endValues);
106 .createAnimator(mRoot, startValues, endValues);
148 int startVisibility, TransitionValues endValues, int endVisibility) {
158 int startVisibility, TransitionValues endValues, int endVisibility)
    [all...]
  /frameworks/support/transition/src/main/java/androidx/transition/
ChangeTransform.java 239 TransitionValues endValues) {
240 if (startValues == null || endValues == null
242 || !endValues.values.containsKey(PROPNAME_PARENT)) {
247 ViewGroup endParent = (ViewGroup) endValues.values.get(PROPNAME_PARENT);
263 setMatricesForParent(startValues, endValues);
267 ObjectAnimator transformAnimator = createTransformAnimator(startValues, endValues,
271 createGhostView(sceneRoot, startValues, endValues);
281 TransitionValues endValues, final boolean handleParentChange) {
283 Matrix endMatrix = (Matrix) endValues.values.get(PROPNAME_MATRIX);
297 final Transforms transforms = (Transforms) endValues.values.get(PROPNAME_TRANSFORMS)
    [all...]
ChangeBounds.java 247 TransitionValues endValues = getMatchedTransitionValues(startParent, true);
248 if (endValues == null) {
251 parentMatches = endParent == endValues.view;
260 @Nullable TransitionValues startValues, @Nullable TransitionValues endValues) {
261 if (startValues == null || endValues == null) {
265 Map<String, Object> endParentVals = endValues.values;
271 final View view = endValues.view;
274 Rect endBounds = (Rect) endValues.values.get(PROPNAME_BOUNDS);
288 Rect endClip = (Rect) endValues.values.get(PROPNAME_CLIP);
425 int endX = (Integer) endValues.values.get(PROPNAME_WINDOW_X)
    [all...]
Transition.java 439 * given the information in the startValues and endValues structures captured
477 * @param endValues The values for the target in the end scene.
484 @Nullable TransitionValues startValues, @Nullable TransitionValues endValues) {
570 TransitionValues endValues = unmatchedEnd.get(endView);
571 if (startValues != null && endValues != null) {
573 mEndValuesList.add(endValues);
597 TransitionValues endValues = unmatchedEnd.get(endView);
598 if (startValues != null && endValues != null) {
600 mEndValuesList.add(endValues);
624 TransitionValues endValues = unmatchedEnd.get(endView)
    [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 198 milliseconds