Searched refs:mLeft (Results 1 – 11 of 11) sorted by relevance
/packages/apps/Browser/src/com/android/browser/view/ |
D | PieListView.java | 48 mLeft = anchorX + (left ? 0 : - mChildWidth); in layout() 62 view.layout(mLeft, top, mLeft + mChildWidth, top + mChildHeight); in layoutChildrenLinear() 69 canvas.drawRect(mLeft, mTop, mLeft + mWidth, mTop + mHeight, mBgPaint); in draw()
|
D | BasePieView.java | 43 protected int mLeft; field in BasePieView 137 if ((evtx < mLeft) || (evtx >= mLeft + mWidth) in onTouchEvent()
|
D | PieStackView.java | 66 mLeft = anchorX + (left ? SLOP : -(SLOP + mChildWidth)); in layout() 78 int x = mLeft; in layoutChildrenLinear()
|
D | ScrollerView.java | 248 ? (mRight - mLeft) : (mBottom - mTop))); in getMaxScrollAmount()
|
/packages/apps/Mms/src/com/android/mms/model/ |
D | RegionModel.java | 24 private int mLeft; field in RegionModel 44 mLeft = left; in RegionModel() 77 return mLeft; in getLeft() 84 mLeft = left; in setLeft()
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
D | SoftKey.java | 73 public int mLeft; field in SoftKey 119 mLeft = (int) (mLeftF * skbWidth); in setSkbCoreSize() 201 return mRight - mLeft; in width() 209 if (mLeft - MAX_MOVE_TOLERANCE_X <= x in moveWithinKey()
|
D | SoftKeyboardView.java | 198 mDirtyRect.set(mSoftKeyDown.mLeft, mSoftKeyDown.mTop, in resetKeyPress() 267 mHintLocationToSkbContainer[0] = mPaddingLeft + mSoftKeyDown.mLeft in onKeyPress() 276 mDirtyRect.union(mSoftKeyDown.mLeft, mSoftKeyDown.mTop, in onKeyPress() 303 mHintLocationToSkbContainer[0] = mPaddingLeft + mSoftKeyDown.mLeft in onKeyPress() 327 mDirtyRect.union(mSoftKeyDown.mLeft, mSoftKeyDown.mTop, in onKeyRelease() 350 mDirtyRect.union(mSoftKeyDown.mLeft, mSoftKeyDown.mTop, in onKeyMove() 449 bg.setBounds(softKey.mLeft + keyXMargin, softKey.mTop + keyYMargin, in drawSoftKey() 464 icon.setBounds(softKey.mLeft + marginLeft, in drawSoftKey() 470 float x = softKey.mLeft in drawSoftKey()
|
D | SoftKeyboard.java | 317 if (sKey.mLeft <= x && sKey.mTop <= y && sKey.mRight > x in mapToKey() 338 int disx = (sKey.mLeft + sKey.mRight) / 2 - x; in mapToKey()
|
/packages/apps/Mms/src/com/android/mms/ui/ |
D | SlideView.java | 422 mLeft = left; in Position() 425 public int mLeft; field in SlideView.Position 500 int l1 = p1.mLeft; in enableMMSConformanceMode() 502 int l2 = p2.mLeft; in enableMMSConformanceMode()
|
/packages/apps/Gallery/src/com/android/camera/ |
D | ActionMenuButton.java | 83 mScrollX + mRight - mLeft), in draw()
|
D | CropImage.java | 740 int panDeltaX1 = Math.max(0, mLeft - r.left); in ensureVisible()
|