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

/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java337 private final Rect mExpandAllDayRect = new Rect(); field in class:DayView
1311 mExpandAllDayRect.left = Math.max((mHoursWidth - allDayIconWidth) / 2,
1313 mExpandAllDayRect.right = Math.min(mExpandAllDayRect.left + allDayIconWidth, mHoursWidth
1315 mExpandAllDayRect.bottom = mFirstCell - EXPAND_ALL_DAY_BOTTOM_MARGIN;
1316 mExpandAllDayRect.top = mExpandAllDayRect.bottom
2274 mExpandAlldayDrawable.setBounds(mExpandAllDayRect);
2277 mCollapseAlldayDrawable.setBounds(mExpandAllDayRect);

Completed in 29 milliseconds