Home
last modified time | relevance | path

Searched refs:startTop (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/transition/
DChangeBounds.java292 final int startTop = startBounds.top; in createAnimator() local
299 final int startHeight = startBottom - startTop; in createAnimator()
306 if (startLeft != endLeft || startTop != endTop) ++numChanges; in createAnimator()
316 view.setLeftTopRightBottom(startLeft, startTop, startRight, startBottom); in createAnimator()
319 Path topLeftPath = getPathMotion().getPath(startLeft, startTop, endLeft, in createAnimator()
325 Path topLeftPath = getPathMotion().getPath(startLeft, startTop, in createAnimator()
343 } else if (startLeft != endLeft || startTop != endTop) { in createAnimator()
344 Path topLeftPath = getPathMotion().getPath(startLeft, startTop, in createAnimator()
358 view.setLeftTopRightBottom(startLeft, startTop, startLeft + maxWidth, in createAnimator()
359 startTop + maxHeight); in createAnimator()
[all …]
/frameworks/support/v4/java/android/support/v4/widget/
DViewDragHelper.java585 final int startTop = mCapturedView.getTop(); in forceSettleCapturedViewAt() local
587 final int dy = finalTop - startTop; in forceSettleCapturedViewAt()
597 mScroller.startScroll(startLeft, startTop, dx, dy, duration); in forceSettleCapturedViewAt()