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

/frameworks/base/core/java/android/view/animation/
H A DAnimationUtils.java190 * @param fromLeft is the object to be animated coming from the left
193 public static Animation makeInAnimation(Context c, boolean fromLeft) { argument
195 if (fromLeft) {
/frameworks/base/core/java/android/widget/
H A DGallery.java716 * the fromLeft paramter
717 * @param fromLeft Are we posiitoning views based on the left edge? (i.e.,
722 boolean fromLeft) {
738 setUpChild(child, offset, x, fromLeft);
748 setUpChild(child, offset, x, fromLeft);
761 * the fromLeft paramter
762 * @param fromLeft Are we posiitoning views based on the left edge? (i.e.,
765 private void setUpChild(View child, int offset, int x, boolean fromLeft) { argument
775 addViewInLayout(child, fromLeft ? -1 : 0, lp);
796 if (fromLeft) {
721 makeAndAddView(int position, int offset, int x, boolean fromLeft) argument
[all...]

Completed in 44 milliseconds