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.java838 * the fromLeft parameter
839 * @param fromLeft Are we positioning views based on the left edge? (i.e.,
843 private View makeAndAddView(int position, int offset, int x, boolean fromLeft) { argument
858 setUpChild(child, offset, x, fromLeft);
868 setUpChild(child, offset, x, fromLeft);
881 * the fromLeft parameter
882 * @param fromLeft Are we positioning views based on the left edge? (i.e.,
885 private void setUpChild(View child, int offset, int x, boolean fromLeft) { argument
894 addViewInLayout(child, fromLeft != mIsRtl ? -1 : 0, lp, true);
915 if (fromLeft) {
[all...]

Completed in 36 milliseconds