Searched refs:mTop (Results 1 - 13 of 13) sorted by relevance

/packages/apps/Browser/src/com/android/browser/view/
H A DPieListView.java49 mTop = Math.max(anchorY - mHeight / 2, 0);
50 if (mTop + mHeight > pHeight) {
51 mTop = pHeight - mHeight;
60 int top = mTop;
69 canvas.drawRect(mLeft, mTop, mLeft + mWidth, mTop + mHeight, mBgPaint);
79 final int ix = (y - mTop) * mViews.size() / mHeight;
H A DPieStackView.java67 mTop = anchorY - mHeight / 2;
75 int top = mTop;
100 final int ix = (y - mTop) * mViews.size() / mHeight;
H A DBasePieView.java44 protected int mTop; field in class:BasePieView
138 || (evty < mTop) || (evty >= mTop + mHeight)) {
H A DScrollerView.java248 ? (mRight - mLeft) : (mBottom - mTop)));
/packages/apps/Mms/src/com/android/mms/model/
H A DRegionModel.java25 private int mTop; field in class:RegionModel
45 mTop = top;
89 * @return the mTop
92 return mTop;
96 * @param top the mTop to set
99 mTop = top;
/packages/apps/Camera/src/com/android/camera/ui/
H A DOverlayRenderer.java28 protected int mLeft, mTop, mRight, mBottom; field in class:OverlayRenderer
69 mTop = top;
86 return mBottom - mTop;
/packages/apps/Camera2/src/com/android/camera/ui/
H A DOverlayRenderer.java28 protected int mLeft, mTop, mRight, mBottom; field in class:OverlayRenderer
69 mTop = top;
86 return mBottom - mTop;
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationOverlayItem.java33 private int mTop; // in px field in class:ConversationOverlayItem
107 return mTop;
111 mTop = top;
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DSoftKey.java75 public int mTop; field in class:SoftKey
121 mTop = (int) (mTopF * skbHeight);
205 return mBottom - mTop;
210 && mTop - MAX_MOVE_TOLERANCE_Y <= y
H A DSoftKeyboardView.java198 mDirtyRect.set(mSoftKeyDown.mLeft, mSoftKeyDown.mTop,
276 mDirtyRect.union(mSoftKeyDown.mLeft, mSoftKeyDown.mTop,
306 mHintLocationToSkbContainer[1] = mPaddingTop + mSoftKeyDown.mTop
327 mDirtyRect.union(mSoftKeyDown.mLeft, mSoftKeyDown.mTop,
350 mDirtyRect.union(mSoftKeyDown.mLeft, mSoftKeyDown.mTop,
449 bg.setBounds(softKey.mLeft + keyXMargin, softKey.mTop + keyYMargin,
465 softKey.mTop + marginTop, softKey.mRight - marginRight,
474 float y = softKey.mTop + marginY - mFmi.top + mFmi.bottom / 1.5f;
H A DSoftKeyboard.java217 keyRow.mTop = (int) (skbCoreHeight * keyRow.mTopF);
311 if (keyRow.mTop > y && keyRow.mBottom <= y) continue;
317 if (sKey.mLeft <= x && sKey.mTop <= y && sKey.mRight > x
332 if (keyRow.mTop > y && keyRow.mBottom <= y) continue;
339 int disy = (sKey.mTop + sKey.mBottom) / 2 - y;
517 int mTop; field in class:SoftKeyboard.KeyRow
/packages/apps/Mms/src/com/android/mms/ui/
H A DSlideView.java423 mTop = top;
426 public int mTop; field in class:SlideView.Position
504 int t1 = p1.mTop;
506 int t2 = p2.mTop;
/packages/apps/Gallery/src/com/android/camera/
H A DCropImage.java743 int panDeltaY1 = Math.max(0, mTop - r.top);

Completed in 482 milliseconds