HomeSort by relevance Sort by last modified time
    Searched refs:mTotalWidth (Results 1 - 4 of 4) 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;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 135 private int mTotalWidth;
568 mTotalWidth = 0;
593 if (x > mTotalWidth) {
594 mTotalWidth = x;
663 return mTotalWidth;
800 if (x > mTotalWidth) {
801 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 92 private int mTotalWidth = -1;
433 if (mIntrinsicIconSize != drawableSize || mTotalWidth != totalSize) {
435 mTotalWidth = totalSize;
450 mPreviewOffsetX = (mTotalWidth - mAvailableSpaceInPreview) / 2;

Completed in 275 milliseconds