Searched defs:fromLeft (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/view/animation/ |
D | AnimationUtils.java | 211 public static Animation makeInAnimation(Context c, boolean fromLeft) { in makeInAnimation()
|
/frameworks/base/core/java/android/widget/ |
D | Gallery.java | 847 private View makeAndAddView(int position, int offset, int x, boolean fromLeft) { in makeAndAddView() 889 private void setUpChild(View child, int offset, int x, boolean fromLeft) { in setUpChild()
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | RecyclerView.java | 2394 final int fromLeft = oldHolder.itemView.getLeft(); in animateChange() local 8538 ViewHolder newHolder, int fromLeft, int fromTop, int toLeft, int toTop); in animateChange()
|