Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintOptionsLayout.java69 int rowWidth = 0; in onMeasure() local
104 rowWidth += child.getMeasuredWidth() + childParams.getMarginStart() in onMeasure()
111 width = Math.max(width, rowWidth); in onMeasure()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DExpandedAnimationControllerTest.java279 final float rowWidth = totalGapWidth + totalBubbleWidth; in getRowLeft() local
282 final float halfRow = rowWidth / 2f; in getRowLeft()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java556 final float rowWidth = totalGapWidth + totalBubbleWidth; in getRowLeft() local
562 final float halfRow = rowWidth / 2f; in getRowLeft()