Searched refs:fromLeft (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | Gallery.java | 822 private View makeAndAddView(int position, int offset, int x, boolean fromLeft) { in makeAndAddView() argument 837 setUpChild(child, offset, x, fromLeft); in makeAndAddView() 847 setUpChild(child, offset, x, fromLeft); in makeAndAddView() 864 private void setUpChild(View child, int offset, int x, boolean fromLeft) { in setUpChild() argument 873 addViewInLayout(child, fromLeft != mIsRtl ? -1 : 0, lp); in setUpChild() 894 if (fromLeft) { in setUpChild()
|
/frameworks/base/core/java/android/view/animation/ |
D | AnimationUtils.java | 201 public static Animation makeInAnimation(Context c, boolean fromLeft) { in makeInAnimation() argument 203 if (fromLeft) { in makeInAnimation()
|