Searched refs:mTotalWidth (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboard.java135 private int mTotalWidth; field in class:Keyboard
568 mTotalWidth = 0;
593 if (x > mTotalWidth) {
594 mTotalWidth = x;
663 return mTotalWidth;
800 if (x > mTotalWidth) {
801 mTotalWidth = x;
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolderIcon.java92 private int mTotalWidth = -1; field in class:FolderIcon
435 if (mIntrinsicIconSize != drawableSize || mTotalWidth != totalSize) {
437 mTotalWidth = totalSize;
452 mPreviewOffsetX = (mTotalWidth - mAvailableSpaceInPreview) / 2;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFolderIcon.java102 private int mTotalWidth = -1; field in class:FolderIcon
490 if (mIntrinsicIconSize != drawableSize || mTotalWidth != totalSize) {
495 mTotalWidth = totalSize;
511 mPreviewOffsetX = (mTotalWidth - mAvailableSpaceInPreview) / 2;

Completed in 94 milliseconds