Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskView.java267 int widthWithoutPadding = width - mPaddingLeft - mPaddingRight; in measureContents() local
269 int widthSpec = MeasureSpec.makeMeasureSpec(widthWithoutPadding, MeasureSpec.EXACTLY); in measureContents()