Searched refs:widthWithoutPadding (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskView.java | 155 int widthWithoutPadding = width - mPaddingLeft - mPaddingRight; in onMeasure() local 159 mContent.measure(MeasureSpec.makeMeasureSpec(widthWithoutPadding, MeasureSpec.EXACTLY), in onMeasure() 160 MeasureSpec.makeMeasureSpec(widthWithoutPadding, MeasureSpec.EXACTLY)); in onMeasure() 163 mHeaderView.measure(MeasureSpec.makeMeasureSpec(widthWithoutPadding, MeasureSpec.EXACTLY), in onMeasure() 167 MeasureSpec.makeMeasureSpec(widthWithoutPadding, MeasureSpec.EXACTLY), in onMeasure() 172 MeasureSpec.makeMeasureSpec(widthWithoutPadding, MeasureSpec.AT_MOST), in onMeasure() 177 MeasureSpec.makeMeasureSpec(widthWithoutPadding, MeasureSpec.EXACTLY), in onMeasure() 182 MeasureSpec.makeMeasureSpec(widthWithoutPadding, MeasureSpec.EXACTLY), in onMeasure() 183 MeasureSpec.makeMeasureSpec(widthWithoutPadding, MeasureSpec.EXACTLY)); in onMeasure()
|