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 342 final int effectiveWidth;
345 effectiveWidth = specWidth - getPaddingLeft() - getPaddingRight()
348 effectiveWidth = specWidth - getPaddingLeft() - getPaddingRight();
356 MeasureSpec.makeMeasureSpec(effectiveWidth, MeasureSpec.EXACTLY),
363 MeasureSpec.makeMeasureSpec(effectiveWidth, MeasureSpec.EXACTLY),
374 final int totalWidth = effectiveWidth - mGapBetweenLabelAndData;
380 dataWidth = effectiveWidth;
386 labelWidth = effectiveWidth;
411 MeasureSpec.makeMeasureSpec(effectiveWidth, MeasureSpec.EXACTLY),
426 statusWidth = (effectiveWidth - mPresenceIcon.getMeasuredWidth(
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java 271 int effectiveWidth = mWidth - mPadding * 2;
273 effectiveWidth -= SPACING_WEEK_NUMBER;
275 DNA_ALL_DAY_WIDTH = effectiveWidth / numDays - 2 * DNA_SIDE_PADDING;
540 int effectiveWidth = mWidth;
545 effectiveWidth -= xOffset;
547 x = day * effectiveWidth / mNumDays + xOffset;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]

Completed in 525 milliseconds