OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:effectivewidth
(Results
1 - 3
of
3
) sorted by null
/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/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java
354
final int
effectiveWidth
;
357
effectiveWidth
= specWidth - getPaddingLeft() - getPaddingRight()
360
effectiveWidth
= specWidth - getPaddingLeft() - getPaddingRight();
368
int nameTextWidth =
effectiveWidth
;
380
MeasureSpec.makeMeasureSpec(
effectiveWidth
, MeasureSpec.EXACTLY),
391
final int totalWidth =
effectiveWidth
- mGapBetweenLabelAndData;
397
dataWidth =
effectiveWidth
;
403
labelWidth =
effectiveWidth
;
428
MeasureSpec.makeMeasureSpec(
effectiveWidth
, MeasureSpec.EXACTLY),
445
statusWidth = (
effectiveWidth
- mPresenceIcon.getMeasuredWidth(
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/
DayView.java
[
all
...]
Completed in 505 milliseconds