Home | History | Annotate | Download | only in month

Lines Matching refs:effectiveWidth

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;
1012 int effectiveWidth = mWidth - mPadding * 2;
1013 effectiveWidth -= SPACING_WEEK_NUMBER;
1014 mSelectedLeft = selectedPosition * effectiveWidth / mNumDays + mPadding;
1015 mSelectedRight = (selectedPosition + 1) * effectiveWidth / mNumDays + mPadding;