Home | History | Annotate | Download | only in stack

Lines Matching defs:measure

198             mOverflowNumber.measure(MeasureSpec.makeMeasureSpec(width, MeasureSpec.AT_MOST),
208 // We need to measure all children even the GONE ones, such that the heights are
214 child.measure(widthMeasureSpec, newHeightSpec);
217 divider.measure(widthMeasureSpec, dividerHeightSpec);
229 mNotificationHeader.measure(widthMeasureSpec, headerHeightSpec);
233 mNotificationHeaderLowPriority.measure(widthMeasureSpec, headerHeightSpec);
237 mNotificationHeaderAmbient.measure(widthMeasureSpec, headerHeightSpec);