HomeSort by relevance Sort by last modified time
    Searched refs:fromLeft (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/view/animation/
AnimationUtils.java 190 * @param fromLeft is the object to be animated coming from the left
193 public static Animation makeInAnimation(Context c, boolean fromLeft) {
195 if (fromLeft) {
  /frameworks/base/core/java/android/widget/
Gallery.java 716 * 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) {
775 addViewInLayout(child, fromLeft ? -1 : 0, lp);
796 if (fromLeft) {
    [all...]
  /external/webkit/WebCore/rendering/
RenderBox.cpp     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 209 milliseconds