Home | History | Annotate | Download | only in transition

Lines Matching refs:startTop

277             final int startTop = startBounds.top;
284 final int startHeight = startBottom - startTop;
291 if (startLeft != endLeft || startTop != endTop) ++numChanges;
301 ViewUtils.setLeftTopRightBottom(view, startLeft, startTop, startRight,
305 Path topLeftPath = getPathMotion().getPath(startLeft, startTop, endLeft,
311 Path topLeftPath = getPathMotion().getPath(startLeft, startTop,
330 } else if (startLeft != endLeft || startTop != endTop) {
331 Path topLeftPath = getPathMotion().getPath(startLeft, startTop,
345 ViewUtils.setLeftTopRightBottom(view, startLeft, startTop, startLeft + maxWidth,
346 startTop + maxHeight);
349 if (startLeft != endLeft || startTop != endTop) {
350 Path topLeftPath = getPathMotion().getPath(startLeft, startTop, endLeft,