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 719 * the fromLeft paramter
720 * @param fromLeft Are we posiitoning views based on the left edge? (i.e.,
725 boolean fromLeft) {
741 setUpChild(child, offset, x, fromLeft);
751 setUpChild(child, offset, x, fromLeft);
764 * the fromLeft paramter
765 * @param fromLeft Are we posiitoning views based on the left edge? (i.e.,
768 private void setUpChild(View child, int offset, int x, boolean fromLeft) {
778 addViewInLayout(child, fromLeft ? -1 : 0, lp);
799 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 173 milliseconds