Searched refs:fromLeft (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | SimpleItemAnimator.java | 153 final int fromLeft = preInfo.left; 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/support/v7/recyclerview/src/android/support/v7/widget/ |
D | SimpleItemAnimator.java | 153 final int fromLeft = preInfo.left; 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 | 329 final int fromLeft = Math.abs(stackBounds.left - movementBounds.left); in snapRectToClosestEdge() local 338 : Math.min(fromLeft, fromRight); in snapRectToClosestEdge() 340 shortest = Math.min(Math.min(fromLeft, fromRight), Math.min(fromTop, fromBottom)); in snapRectToClosestEdge() 342 if (shortest == fromLeft) { in snapRectToClosestEdge()
|
/frameworks/base/core/java/android/widget/ |
D | Gallery.java | 854 private View makeAndAddView(int position, int offset, int x, boolean fromLeft) { in makeAndAddView() argument 869 setUpChild(child, offset, x, fromLeft); in makeAndAddView() 879 setUpChild(child, offset, x, fromLeft); in makeAndAddView() 896 private void setUpChild(View child, int offset, int x, boolean fromLeft) { in setUpChild() argument 905 addViewInLayout(child, fromLeft != mIsRtl ? -1 : 0, lp, true); in setUpChild() 926 if (fromLeft) { in setUpChild()
|
/frameworks/base/core/java/android/view/animation/ |
D | AnimationUtils.java | 245 public static Animation makeInAnimation(Context c, boolean fromLeft) { in makeInAnimation() argument 247 if (fromLeft) { in makeInAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationMenuRow.java | 542 final boolean fromLeft = mTranslation > 0; 550 boolean pastMenu = (fromLeft && transX <= notiThreshold) 551 || (!fromLeft && absTrans <= notiThreshold);
|