Searched refs:mExpandAllDayRect (Results 1 – 1 of 1) sorted by relevance
334 private final Rect mExpandAllDayRect = new Rect(); field in DayView1294 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()