Searched refs:fromLeft (Results 1 – 5 of 5) 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/base/core/java/com/android/internal/policy/ |
D | PipSnapAlgorithm.java | 405 final int fromLeft = Math.abs(stackBounds.left - movementBounds.left); in snapRectToClosestEdge() local 414 : Math.min(fromLeft, fromRight); in snapRectToClosestEdge() 416 shortest = Math.min(Math.min(fromLeft, fromRight), Math.min(fromTop, fromBottom)); in snapRectToClosestEdge() 418 if (shortest == fromLeft) { in snapRectToClosestEdge()
|
/frameworks/base/core/java/android/widget/ |
D | Gallery.java | 870 private View makeAndAddView(int position, int offset, int x, boolean fromLeft) { in makeAndAddView() argument 885 setUpChild(child, offset, x, fromLeft); in makeAndAddView() 895 setUpChild(child, offset, x, fromLeft); in makeAndAddView() 912 private void setUpChild(View child, int offset, int x, boolean fromLeft) { in setUpChild() argument 921 addViewInLayout(child, fromLeft != mIsRtl ? -1 : 0, lp, true); in setUpChild() 942 if (fromLeft) { in setUpChild()
|
/frameworks/base/core/java/android/view/animation/ |
D | AnimationUtils.java | 279 public static Animation makeInAnimation(Context c, boolean fromLeft) { in makeInAnimation() argument 281 if (fromLeft) { in makeInAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationMenuRow.java | 588 final boolean fromLeft = mTranslation > 0; in fadeInMenu() 596 boolean pastMenu = (fromLeft && transX <= notiThreshold) in fadeInMenu() 597 || (!fromLeft && absTrans <= notiThreshold); in fadeInMenu()
|