Searched defs:mBottom (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera/src/com/android/camera/ui/
H A DOverlayRenderer.java28 protected int mLeft, mTop, mRight, mBottom; field in class:OverlayRenderer
70 mBottom = bottom;
86 return mBottom - mTop;
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DSoftKey.java76 public int mBottom; field in class:SoftKey
122 mBottom = (int) (mBottomF * skbHeight);
205 return mBottom - mTop;
212 && mBottom + MAX_MOVE_TOLERANCE_Y > y) {
H A DSoftKeyboard.java216 keyRow.mBottom = (int) (skbCoreHeight * keyRow.mBottomF);
311 if (keyRow.mTop > y && keyRow.mBottom <= y) continue;
318 && sKey.mBottom > y) {
332 if (keyRow.mTop > y && keyRow.mBottom <= y) continue;
339 int disy = (sKey.mTop + sKey.mBottom) / 2 - y;
518 int mBottom; field in class:SoftKeyboard.KeyRow

Completed in 139 milliseconds