Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DActionBarContextView.java357 final int customWidth = lp.width >= 0 ? in onMeasure() local
363 mCustomView.measure(MeasureSpec.makeMeasureSpec(customWidth, customWidthMode), in onMeasure()
DActionBarView.java1244 final int customWidth = customView.getMeasuredWidth(); in onLayout() local
1245 customView.layout(xpos, ypos, xpos + customWidth, in onLayout()
1247 x = next(x, customWidth, isLayoutRtl); in onLayout()