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

  /packages/apps/Browser/src/com/android/browser/
PhoneUi.java 292 int fromLeft = 0;
309 fromLeft, toLeft);
390 int fromLeft = tabview.getLeft() + target.getLeft() - mNavScreen.mScroller.getScrollX();
392 int fromRight = fromLeft + width;
396 mAnimScreen.mContent.setLeft(fromLeft);
408 fromLeft, toLeft);
  /frameworks/base/core/java/android/view/animation/
AnimationUtils.java 206 * @param fromLeft is the object to be animated coming from the left
209 public static Animation makeInAnimation(Context c, boolean fromLeft) {
211 if (fromLeft) {
  /frameworks/base/core/java/android/widget/
Gallery.java 838 * 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) {
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) {
894 addViewInLayout(child, fromLeft != mIsRtl ? -1 : 0, lp, true);
915 if (fromLeft) {
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 613 float fromLeft = from.left + (initialScaleX - 1f) * width / 2;
616 int x = (int) (fromLeft + Math.round(((to.left - fromLeft) * motionPercent)));
  /external/webkit/Source/WebCore/rendering/
RenderBox.cpp     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 311 milliseconds