Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DDayView.java334 private final Rect mExpandAllDayRect = new Rect(); field in DayView
1294 mExpandAllDayRect.left = Math.max((mHoursWidth - allDayIconWidth) / 2, in remeasure()
1296 mExpandAllDayRect.right = Math.min(mExpandAllDayRect.left + allDayIconWidth, mHoursWidth in remeasure()
1298 mExpandAllDayRect.bottom = mFirstCell - EXPAND_ALL_DAY_BOTTOM_MARGIN; in remeasure()
1299 mExpandAllDayRect.top = mExpandAllDayRect.bottom in remeasure()
2002 mExpandAlldayDrawable.setBounds(mExpandAllDayRect); in drawUpperLeftCorner()
2005 mCollapseAlldayDrawable.setBounds(mExpandAllDayRect); in drawUpperLeftCorner()