Searched refs:fromLeft (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DSimpleItemAnimator.java153 final int fromLeft = preInfo.left;
163 return animateChange(oldHolder, newHolder, fromLeft, fromTop, toLeft, toTop);
260 * @param fromLeft Left of the old view holder
268 ViewHolder newHolder, int fromLeft, int fromTop, int toLeft, int toTop);
267 animateChange(ViewHolder oldHolder, ViewHolder newHolder, int fromLeft, int fromTop, int toLeft, int toTop) argument
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DSimpleItemAnimator.java153 final int fromLeft = preInfo.left;
163 return animateChange(oldHolder, newHolder, fromLeft, fromTop, toLeft, toTop);
260 * @param fromLeft Left of the old view holder
268 ViewHolder newHolder, int fromLeft, int fromTop, int toLeft, int toTop);
267 animateChange(ViewHolder oldHolder, ViewHolder newHolder, int fromLeft, int fromTop, int toLeft, int toTop) argument
/frameworks/base/core/java/com/android/internal/policy/
H A DPipSnapAlgorithm.java405 final int fromLeft = Math.abs(stackBounds.left - movementBounds.left);
414 : Math.min(fromLeft, fromRight);
416 shortest = Math.min(Math.min(fromLeft, fromRight), Math.min(fromTop, fromBottom));
418 if (shortest == fromLeft) {
/frameworks/base/core/java/android/view/animation/
H A DAnimationUtils.java242 * @param fromLeft is the object to be animated coming from the left
245 public static Animation makeInAnimation(Context c, boolean fromLeft) { argument
247 if (fromLeft) {
/frameworks/base/core/java/android/widget/
H A DGallery.java849 * the fromLeft parameter
850 * @param fromLeft Are we positioning views based on the left edge? (i.e.,
854 private View makeAndAddView(int position, int offset, int x, boolean fromLeft) { argument
869 setUpChild(child, offset, x, fromLeft);
879 setUpChild(child, offset, x, fromLeft);
892 * the fromLeft parameter
893 * @param fromLeft Are we positioning views based on the left edge? (i.e.,
896 private void setUpChild(View child, int offset, int x, boolean fromLeft) { argument
905 addViewInLayout(child, fromLeft != mIsRtl ? -1 : 0, lp, true);
926 if (fromLeft) {
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMenuRow.java553 final boolean fromLeft = mTranslation > 0;
561 boolean pastMenu = (fromLeft && transX <= notiThreshold)
562 || (!fromLeft && absTrans <= notiThreshold);

Completed in 172 milliseconds