Searched refs:mExpandAllDayRect (Results 1 – 1 of 1) sorted by relevance
337 private final Rect mExpandAllDayRect = new Rect(); field in DayView1311 mExpandAllDayRect.left = Math.max((mHoursWidth - allDayIconWidth) / 2, in remeasure()1313 mExpandAllDayRect.right = Math.min(mExpandAllDayRect.left + allDayIconWidth, mHoursWidth in remeasure()1315 mExpandAllDayRect.bottom = mFirstCell - EXPAND_ALL_DAY_BOTTOM_MARGIN; in remeasure()1316 mExpandAllDayRect.top = mExpandAllDayRect.bottom in remeasure()2274 mExpandAlldayDrawable.setBounds(mExpandAllDayRect); in drawUpperLeftCorner()2277 mCollapseAlldayDrawable.setBounds(mExpandAllDayRect); in drawUpperLeftCorner()