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.java494 private int mAlldayHeight; field in DayView
1288 mAlldayHeight = allDayHeight; in remeasure()
1905 float yTranslate = -mViewStartY + DAY_HEADER_HEIGHT + mAlldayHeight; in onDraw()
2494 final float stopY = startY + mAlldayHeight + ALLDAY_TOP_MARGIN; in drawAllDayEvents()
2526 float drawHeight = mAlldayHeight; in drawAllDayEvents()
2530 int allDayEventClip = DAY_HEADER_HEIGHT + mAlldayHeight + ALLDAY_TOP_MARGIN; in drawAllDayEvents()
2644 int y = (int) (mAlldayHeight - .5f * MIN_UNEXPANDED_ALLDAY_EVENT_HEIGHT - .5f in drawMoreAlldayEvents()
2740 final int viewEndY = mViewStartY + mViewHeight - DAY_HEADER_HEIGHT - mAlldayHeight; in drawEvents()
2770 - DAY_HEADER_HEIGHT - mAlldayHeight, false); in drawEvents()
2942 mAlldayHeight - (int) MIN_UNEXPANDED_ALLDAY_EVENT_HEIGHT : mAlldayHeight; in doExpandAllDayClick()
[all …]