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

  /packages/apps/Browser/src/com/android/browser/
PhoneUi.java 346 int fromLeft = 0;
363 fromLeft, toLeft);
441 int fromLeft = tabview.getLeft() + target.getLeft() - mNavScreen.mScroller.getScrollX();
443 int fromRight = fromLeft + width;
447 mAnimScreen.mContent.setLeft(fromLeft);
459 fromLeft, toLeft);
  /frameworks/base/core/java/android/view/animation/
AnimationUtils.java 198 * @param fromLeft is the object to be animated coming from the left
201 public static Animation makeInAnimation(Context c, boolean fromLeft) {
203 if (fromLeft) {
  /frameworks/base/core/java/android/widget/
Gallery.java 817 * the fromLeft parameter
818 * @param fromLeft Are we positioning views based on the left edge? (i.e.,
822 private View makeAndAddView(int position, int offset, int x, boolean fromLeft) {
837 setUpChild(child, offset, x, fromLeft);
847 setUpChild(child, offset, x, fromLeft);
860 * the fromLeft parameter
861 * @param fromLeft Are we positioning views based on the left edge? (i.e.,
864 private void setUpChild(View child, int offset, int x, boolean fromLeft) {
873 addViewInLayout(child, fromLeft != mIsRtl ? -1 : 0, lp);
894 if (fromLeft) {
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBox.cpp     [all...]
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 241 milliseconds