Home
last modified time | relevance | path

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

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