Searched defs:startBounds (Results 1 – 7 of 7) sorted by relevance
130 final Rect startBounds = getEpicenterOrCenter(endBounds); in onAppear() local166 final Rect startBounds = (Rect) endValues.values.get(PROPNAME_BOUNDS); in onDisappear() local
176 Rect startBounds = (Rect) startVals.get(PROPNAME_BOUNDS); in createAnimator() local
153 Rect startBounds = (Rect) startValues.values.get(PROPNAME_BOUNDS); in createAnimator() local
288 Rect startBounds = (Rect) startValues.values.get(PROPNAME_BOUNDS); in createAnimator() local
133 Rect startBounds = (Rect) startValues.values.get(PROPNAME_BOUNDS); in createAnimator() local
272 Rect startBounds = (Rect) startValues.values.get(PROPNAME_BOUNDS); in createAnimator() local
374 float startX, float startY, Rect startBounds) { in startDrag()