Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskView.java268 int heightWithoutPadding = height - mPaddingTop - mPaddingBottom; in measureContents() local
270 int heightSpec = MeasureSpec.makeMeasureSpec(heightWithoutPadding, MeasureSpec.EXACTLY); in measureContents()