Home
last modified time | relevance | path

Searched refs:mBottom (Results 1 – 7 of 7) sorted by relevance

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DSoftKeyboardView.java199 mSoftKeyDown.mRight, mSoftKeyDown.mBottom); in resetKeyPress()
271 + (mSoftKeyDown.mBottom - keyYMargin) in onKeyPress()
277 mSoftKeyDown.mRight, mSoftKeyDown.mBottom); in onKeyPress()
328 mSoftKeyDown.mRight, mSoftKeyDown.mBottom); in onKeyRelease()
351 mSoftKeyDown.mRight, mSoftKeyDown.mBottom); in onKeyMove()
450 softKey.mRight - keyXMargin, softKey.mBottom - keyYMargin); in drawSoftKey()
466 softKey.mBottom - marginBottom); in drawSoftKey()
DSoftKeyboard.java216 keyRow.mBottom = (int) (skbCoreHeight * keyRow.mBottomF); in setSkbCoreSize()
311 if (keyRow.mTop > y && keyRow.mBottom <= y) continue; in mapToKey()
318 && sKey.mBottom > y) { in mapToKey()
332 if (keyRow.mTop > y && keyRow.mBottom <= y) continue; in mapToKey()
339 int disy = (sKey.mTop + sKey.mBottom) / 2 - y; in mapToKey()
518 int mBottom; field in SoftKeyboard.KeyRow
DSoftKey.java76 public int mBottom; field in SoftKey
122 mBottom = (int) (mBottomF * skbHeight); in setSkbCoreSize()
205 return mBottom - mTop; in height()
212 && mBottom + MAX_MOVE_TOLERANCE_Y > y) { in moveWithinKey()
/packages/apps/Gallery2/src/com/android/camera/ui/
DOverlayRenderer.java28 protected int mLeft, mTop, mRight, mBottom; field in OverlayRenderer
70 mBottom = bottom; in layout()
86 return mBottom - mTop; in getHeight()
/packages/apps/Camera/src/com/android/camera/ui/
DOverlayRenderer.java28 protected int mLeft, mTop, mRight, mBottom; field in OverlayRenderer
70 mBottom = bottom; in layout()
86 return mBottom - mTop; in getHeight()
/packages/apps/Gallery/src/com/android/camera/
DCropImage.java744 int panDeltaY2 = Math.min(0, mBottom - r.bottom); in ensureVisible()
/packages/apps/Browser/src/com/android/browser/view/
DScrollerView.java248 ? (mRight - mLeft) : (mBottom - mTop))); in getMaxScrollAmount()