Searched refs:mTotalWidth (Results 1 – 4 of 4) sorted by relevance
128 private int mTotalWidth; field in Keyboard602 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()
46 private int mTotalWidth = 0; field in NotificationActionListLayout216 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()
77 private int mTotalWidth = -1; field in PreviewItemManager137 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
64865 Landroid/view/NotificationHeaderView;->mTotalWidth:I