Searched refs:fromTop (Results 1 – 5 of 5) sorted by relevance
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/ |
D | SimpleItemAnimator.java | 152 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/ |
D | SimpleItemAnimator.java | 154 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/ |
D | PipSnapAlgorithm.java | 406 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/ |
D | HardwareUiLayout.java | 332 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/ |
D | DummyItemAnimator.java | 135 RecyclerView.ViewHolder newHolder, int fromLeft, int fromTop, int toLeft, int toTop) { in animateChange() argument
|