Searched defs:mAlldayHeight (Results 1 - 1 of 1) sorted by relevance

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

Completed in 26 milliseconds