Searched refs:endBounds (Results 1 – 6 of 6) sorted by relevance
177 Rect endBounds = (Rect) endVals.get(PROPNAME_BOUNDS); in createAnimator() local238 if (mResizeBehavior == RESIZE_BEHAVIOR_SCALE && !startBounds.equals(endBounds)) { in createAnimator()241 startBounds + ", " + endBounds); in createAnimator()244 sRectEvaluator, startBounds, endBounds); in createAnimator()250 sRectEvaluator, startBounds, endBounds); in createAnimator()
154 Rect endBounds = (Rect) endValues.values.get(PROPNAME_BOUNDS); in createAnimator() local155 if (startBounds == null || endBounds == null) { in createAnimator()165 if (startBounds.equals(endBounds) && matricesEqual) { in createAnimator()
289 Rect endBounds = (Rect) endValues.values.get(PROPNAME_BOUNDS); in createAnimator() local291 final int endLeft = endBounds.left; in createAnimator()293 final int endTop = endBounds.top; in createAnimator()295 final int endRight = endBounds.right; in createAnimator()297 final int endBottom = endBounds.bottom; in createAnimator()
129 final Rect endBounds = (Rect) endValues.values.get(PROPNAME_BOUNDS); in onAppear() local130 final Rect startBounds = getEpicenterOrCenter(endBounds); in onAppear()131 final float startX = startBounds.centerX() - endBounds.centerX(); in onAppear()132 final float startY = startBounds.centerY() - endBounds.centerY(); in onAppear()167 final Rect endBounds = getEpicenterOrCenter(startBounds); in onDisappear() local168 final float endX = endBounds.centerX() - startBounds.centerX(); in onDisappear()169 final float endY = endBounds.centerY() - startBounds.centerY(); in onDisappear()
134 Rect endBounds = (Rect) endValues.values.get(PROPNAME_BOUNDS); in createAnimator() local135 if (startBounds == null || endBounds == null) { in createAnimator()145 if (startBounds.equals(endBounds) && matricesEqual) { in createAnimator()
273 Rect endBounds = (Rect) endValues.values.get(PROPNAME_BOUNDS); in createAnimator() local275 final int endLeft = endBounds.left; in createAnimator()277 final int endTop = endBounds.top; in createAnimator()279 final int endRight = endBounds.right; in createAnimator()281 final int endBottom = endBounds.bottom; in createAnimator()