Home
last modified time | relevance | path

Searched refs:DAY_GAP (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DDayView.java358 private static final int DAY_GAP = 1; field in DayView
742 mEventGeometry.setCellMargin(DAY_GAP); in DayView()
1209 mCellWidth = (gridAreaWidth - (mNumDays * DAY_GAP)) / mNumDays; in onSizeChanged()
1334 final int eventAreaWidth = mNumDays * (mCellWidth + DAY_GAP); in remeasure()
2574 event.right = computeDayLeftPosition(endIndex + 1) - DAY_GAP; in drawAllDayEvents()
3178 / (mCellHeight + DAY_GAP); in doScroll()
3219 mViewStartY = (int) ((mGestureCenterHour * (mCellHeight + DAY_GAP)) in doScroll()
3246 / (mCellHeight + DAY_GAP); in doScroll()
3358 mGestureCenterHour = (mViewStartY + gestureCenterInPixels) / (mCellHeight + DAY_GAP); in onScaleBegin()
3364 float ViewStartHour = mViewStartY / (float) (mCellHeight + DAY_GAP); in onScaleBegin()
[all …]