Home
last modified time | relevance | path

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

/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
DGlowPadView.java361 int computedWidth = resolveMeasured(widthMeasureSpec, minimumWidth); in onMeasure() local
365 computedWidth, computedHeight); in onMeasure()
370 computeInsets(computedWidth - scaledWidth, computedHeight - scaledHeight); in onMeasure()
371 setMeasuredDimension(computedWidth, computedHeight); in onMeasure()