Home | History | Annotate | Download | only in list

Lines Matching refs:effectiveWidth

329         final int effectiveWidth;
332 effectiveWidth = specWidth - getPaddingLeft() - getPaddingRight()
335 effectiveWidth = specWidth - getPaddingLeft() - getPaddingRight();
343 MeasureSpec.makeMeasureSpec(effectiveWidth, MeasureSpec.EXACTLY),
350 MeasureSpec.makeMeasureSpec(effectiveWidth, MeasureSpec.EXACTLY),
361 final int totalWidth = effectiveWidth - mGapBetweenLabelAndData;
367 dataWidth = effectiveWidth;
373 labelWidth = effectiveWidth;
398 MeasureSpec.makeMeasureSpec(effectiveWidth, MeasureSpec.EXACTLY),
415 statusWidth = (effectiveWidth - mPresenceIcon.getMeasuredWidth()
418 statusWidth = effectiveWidth;