Searched refs:DAY_GAP (Results 1 – 1 of 1) sorted by relevance
361 private static final int DAY_GAP = 1; field in DayView752 mEventGeometry.setCellMargin(DAY_GAP); in DayView()1226 mCellWidth = (gridAreaWidth - (mNumDays * DAY_GAP)) / mNumDays; in onSizeChanged()1351 final int eventAreaWidth = mNumDays * (mCellWidth + DAY_GAP); in remeasure()2501 r.right -= DAY_GAP; in drawSelectedRect()2943 event.right = computeDayLeftPosition(endIndex + 1) - DAY_GAP; in drawAllDayEvents()3987 / (mCellHeight + DAY_GAP); in doScroll()4028 mViewStartY = (int) ((mGestureCenterHour * (mCellHeight + DAY_GAP)) in doScroll()4055 / (mCellHeight + DAY_GAP); in doScroll()4167 mGestureCenterHour = (mViewStartY + gestureCenterInPixels) / (mCellHeight + DAY_GAP); in onScaleBegin()[all …]