Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java128 private int mTotalWidth; field in Keyboard
602 mTotalWidth = 0; in Keyboard()
628 if (x > mTotalWidth) { in Keyboard()
629 mTotalWidth = x; in Keyboard()
662 mTotalWidth = newWidth; in resize()
717 return mTotalWidth; in getMinWidth()
855 if (x > mTotalWidth) { in loadKeyboard()
856 mTotalWidth = x; in loadKeyboard()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DNotificationActionListLayout.java46 private int mTotalWidth = 0; field in NotificationActionListLayout
216 mTotalWidth = usedWidth + mPaddingRight + mPaddingLeft + mExtraStartPadding; in onMeasure()
268 childLeft = mPaddingLeft + left + (right - left) / 2 - mTotalWidth / 2; in onLayout()
273 childLeft += right - left - mTotalWidth; in onLayout()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DPreviewItemManager.java77 private int mTotalWidth = -1; field in PreviewItemManager
137 if (mIntrinsicIconSize != drawableSize || mTotalWidth != totalSize || in computePreviewDrawingParams()
140 mTotalWidth = totalSize; in computePreviewDrawingParams()
143 mIcon.mBackground.setup(mIcon.getContext(), mIcon.mActivity, mIcon, mTotalWidth, in computePreviewDrawingParams() local
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt64865 Landroid/view/NotificationHeaderView;->mTotalWidth:I