HomeSort by relevance Sort by last modified time
    Searched refs:effectiveWidth (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListItemView.java 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(
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java 283 int effectiveWidth = mWidth - mPadding * 2;
285 effectiveWidth -= SPACING_WEEK_NUMBER;
287 DNA_ALL_DAY_WIDTH = effectiveWidth / numDays - 2 * DNA_SIDE_PADDING;
576 int effectiveWidth = mWidth;
581 effectiveWidth -= xOffset;
583 x = day * effectiveWidth / mNumDays + xOffset;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]

Completed in 226 milliseconds