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

  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java 63 private int mTotalWidth;
108 if (sx + getWidth() > mTotalWidth) {
133 return mTotalWidth;
161 mTotalWidth = 0;
214 mTotalWidth = x;
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 118 private int mTotalWidth;
579 mTotalWidth = 0;
605 if (x > mTotalWidth) {
606 mTotalWidth = x;
638 mTotalWidth = newWidth;
693 return mTotalWidth;
831 if (x > mTotalWidth) {
832 mTotalWidth = x;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
FolderIcon.java 88 private int mTotalWidth = -1;
393 if (mIntrinsicIconSize != drawableSize || mTotalWidth != totalSize) {
395 mTotalWidth = totalSize;
410 mPreviewOffsetX = (mTotalWidth - mAvailableSpaceInPreview) / 2;

Completed in 415 milliseconds