Home
last modified time | relevance | path

Searched refs:fromTop (Results 1 – 5 of 5) sorted by relevance

/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DSimpleItemAnimator.java152 final int fromTop = preInfo.top; in animateChange() local
161 return animateChange(oldHolder, newHolder, fromLeft, fromTop, toLeft, toTop); in animateChange()
266 RecyclerView.ViewHolder newHolder, int fromLeft, int fromTop, int toLeft, int toTop); in animateChange() argument
/frameworks/base/core/java/com/android/internal/widget/
DSimpleItemAnimator.java154 final int fromTop = preInfo.top; in animateChange() local
163 return animateChange(oldHolder, newHolder, fromLeft, fromTop, toLeft, toTop); in animateChange()
268 ViewHolder newHolder, int fromLeft, int fromTop, int toLeft, int toTop); in animateChange() argument
/frameworks/base/core/java/com/android/internal/policy/
DPipSnapAlgorithm.java406 final int fromTop = Math.abs(stackBounds.top - movementBounds.top); in snapRectToClosestEdge() local
413 ? Math.min(fromTop, fromBottom) in snapRectToClosestEdge()
416 shortest = Math.min(Math.min(fromLeft, fromRight), Math.min(fromTop, fromBottom)); in snapRectToClosestEdge()
420 } else if (shortest == fromTop) { in snapRectToClosestEdge()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DHardwareUiLayout.java332 int fromTop = mChild.getTop(); in animateChild() local
334 int toTop = fromTop - ((newHeight - oldHeight) / 2); in animateChild()
336 ObjectAnimator top = ObjectAnimator.ofInt(mChild, "top", fromTop, toTop); in animateChild()
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DDummyItemAnimator.java135 RecyclerView.ViewHolder newHolder, int fromLeft, int fromTop, int toLeft, int toTop) { in animateChange() argument