Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DDayView.java499 private int mAlldayHeight; field in DayView
1305 mAlldayHeight = allDayHeight; in remeasure()
2176 float yTranslate = -mViewStartY + DAY_HEADER_HEIGHT + mAlldayHeight; in onDraw()
2345 mRect.bottom = mRect.top + mAlldayHeight + ALLDAY_TOP_MARGIN - 2; in drawAllDayHighlights()
2863 final float stopY = startY + mAlldayHeight + ALLDAY_TOP_MARGIN; in drawAllDayEvents()
2895 float drawHeight = mAlldayHeight; in drawAllDayEvents()
2899 int allDayEventClip = DAY_HEADER_HEIGHT + mAlldayHeight + ALLDAY_TOP_MARGIN; in drawAllDayEvents()
3013 int y = (int) (mAlldayHeight - .5f * MIN_UNEXPANDED_ALLDAY_EVENT_HEIGHT - .5f in drawMoreAlldayEvents()
3109 final int viewEndY = mViewStartY + mViewHeight - DAY_HEADER_HEIGHT - mAlldayHeight; in drawEvents()
3139 - DAY_HEADER_HEIGHT - mAlldayHeight, false); in drawEvents()
[all …]