Searched defs:fromLeft (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/animation/
H A DAnimationUtils.java208 * @param fromLeft is the object to be animated coming from the left
211 public static Animation makeInAnimation(Context c, boolean fromLeft) { argument
213 if (fromLeft) {
/frameworks/base/core/java/android/widget/
H A DGallery.java842 * the fromLeft parameter
843 * @param fromLeft Are we positioning views based on the left edge? (i.e.,
847 private View makeAndAddView(int position, int offset, int x, boolean fromLeft) { argument
862 setUpChild(child, offset, x, fromLeft);
872 setUpChild(child, offset, x, fromLeft);
885 * the fromLeft parameter
886 * @param fromLeft Are we positioning views based on the left edge? (i.e.,
889 private void setUpChild(View child, int offset, int x, boolean fromLeft) { argument
898 addViewInLayout(child, fromLeft != mIsRtl ? -1 : 0, lp, true);
919 if (fromLeft) {
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java2394 final int fromLeft = oldHolder.itemView.getLeft();
2398 toLeft = fromLeft;
2407 fromLeft, fromTop, toLeft, toTop)) {
8530 * @param fromLeft Left of the old view holder
8538 ViewHolder newHolder, int fromLeft, int fromTop, int toLeft, int toTop);
8537 animateChange(ViewHolder oldHolder, ViewHolder newHolder, int fromLeft, int fromTop, int toLeft, int toTop) argument

Completed in 354 milliseconds