Home
last modified time | relevance | path

Searched refs:mTotalWidth (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboard.java135 private int mTotalWidth; field in Keyboard
568 mTotalWidth = 0; in Keyboard()
593 if (x > mTotalWidth) { in Keyboard()
594 mTotalWidth = x; in Keyboard()
663 return mTotalWidth; in getMinWidth()
800 if (x > mTotalWidth) { in loadKeyboard()
801 mTotalWidth = x; in loadKeyboard()
/packages/apps/Launcher2/src/com/android/launcher2/
DFolderIcon.java92 private int mTotalWidth = -1; field in FolderIcon
433 if (mIntrinsicIconSize != drawableSize || mTotalWidth != totalSize) {
435 mTotalWidth = totalSize;
450 mPreviewOffsetX = (mTotalWidth - mAvailableSpaceInPreview) / 2;