HomeSort by relevance Sort by last modified time
    Searched refs:mTotalWidth (Results 1 - 6 of 6) 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/com/android/internal/widget/
NotificationActionListLayout.java 40 private int mTotalWidth = 0;
157 mTotalWidth = usedWidth + mPaddingRight + mPaddingLeft;
219 // mTotalWidth contains the padding already
220 childLeft = mPaddingLeft + right - left - mTotalWidth;
  /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 119 private int mTotalWidth;
592 mTotalWidth = 0;
618 if (x > mTotalWidth) {
619 mTotalWidth = x;
651 mTotalWidth = newWidth;
706 return mTotalWidth;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
FolderIcon.java 92 private int mTotalWidth = -1;
435 if (mIntrinsicIconSize != drawableSize || mTotalWidth != totalSize) {
437 mTotalWidth = totalSize;
452 mPreviewOffsetX = (mTotalWidth - mAvailableSpaceInPreview) / 2;
  /packages/apps/Launcher3/src/com/android/launcher3/folder/
FolderIcon.java 117 private int mTotalWidth = -1;
384 if (mIntrinsicIconSize != drawableSize || mTotalWidth != totalSize ||
389 mTotalWidth = totalSize;
392 mBackground.setup(getResources().getDisplayMetrics(), grid, this, mTotalWidth,
    [all...]

Completed in 244 milliseconds