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

/frameworks/base/core/java/android/view/animation/
H A DAnimationUtils.java206 * @param fromLeft is the object to be animated coming from the left
209 public static Animation makeInAnimation(Context c, boolean fromLeft) { argument
211 if (fromLeft) {
/frameworks/base/core/java/android/widget/
H A DGallery.java822 * the fromLeft parameter
823 * @param fromLeft Are we positioning views based on the left edge? (i.e.,
827 private View makeAndAddView(int position, int offset, int x, boolean fromLeft) { argument
842 setUpChild(child, offset, x, fromLeft);
852 setUpChild(child, offset, x, fromLeft);
865 * the fromLeft parameter
866 * @param fromLeft Are we positioning views based on the left edge? (i.e.,
869 private void setUpChild(View child, int offset, int x, boolean fromLeft) { argument
878 addViewInLayout(child, fromLeft != mIsRtl ? -1 : 0, lp);
899 if (fromLeft) {
[all...]

Completed in 149 milliseconds