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.kt850 mCellWidth = (gridAreaWidth - mNumDays * DAY_GAP) / mNumDays in onSizeChanged()
974 val eventAreaWidth = mNumDays * (mCellWidth + DAY_GAP) in remeasure()
2189 event.right = computeDayLeftPosition(endIndex + 1).toFloat() - DAY_GAP in drawAllDayEvents()
2814 (mCellHeight + DAY_GAP)) in doScroll()
2853 mViewStartY = ((mGestureCenterHour * (mCellHeight + DAY_GAP) - in doScroll()
2879 (mCellHeight + DAY_GAP)) in doScroll()
2983 mGestureCenterHour = (mViewStartY + gestureCenterInPixels) / (mCellHeight + DAY_GAP) in onScaleBegin()
2988 val ViewStartHour = mViewStartY / (mCellHeight + DAY_GAP).toFloat() in onScaleBegin()
3015 mViewStartY = (mGestureCenterHour * (mCellHeight + DAY_GAP)).toInt() - gestureCenterInPixels in onScale()
3018 val ViewStartHour = mViewStartY / (mCellHeight + DAY_GAP).toFloat() in onScale()
[all …]