Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DDayView.kt658 gotoY = mBaseDate!!.hour * (mCellHeight + HOUR_GAP) in setSelected()
660 lastHour = ((mGridAreaHeight - mFirstHourOffset) / (mCellHeight + HOUR_GAP) + in setSelected()
669 (mCellHeight + HOUR_GAP) - mGridAreaHeight).toInt() in setSelected()
675 (mCellHeight + HOUR_GAP) + " lh " + lastHour + " gh " + mGridAreaHeight + in setSelected()
945 mNumHours = mGridAreaHeight / (mCellHeight + HOUR_GAP) in remeasure()
952 mMaxViewStartY = HOUR_GAP + 24 * (mCellHeight + HOUR_GAP) - mGridAreaHeight in remeasure()
970 if (mFirstHourOffset >= mCellHeight + HOUR_GAP) { in remeasure()
971 mFirstHourOffset = mCellHeight + HOUR_GAP - 1 in remeasure()
973 mViewStartY = mFirstHour * (mCellHeight + HOUR_GAP) - mFirstHourOffset in remeasure()
1290 mFirstHour = (mViewStartY + mCellHeight + HOUR_GAP - 1) / (mCellHeight + HOUR_GAP) in computeFirstHour()
[all …]