Searched refs:mTotalWidth (Results 1 – 2 of 2) sorted by relevance
43 private int mTotalWidth = 0; field in NotificationActionListLayout154 mTotalWidth = usedWidth + mPaddingRight + mPaddingLeft; in onMeasure()211 childLeft = mPaddingLeft + left + (right - left) / 2 - mTotalWidth / 2; in onLayout()216 childLeft += right - left - mTotalWidth; in onLayout()
75 private int mTotalWidth; field in NotificationHeaderView176 mTotalWidth = Math.min(totalWidth, givenWidth); in onMeasure()199 left += getMeasuredWidth() / 2 - mTotalWidth / 2; in onLayout()