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.kt266 private val mExpandAllDayRect: Rect = Rect() constant
934 mExpandAllDayRect.left = Math.max( in remeasure()
938 mExpandAllDayRect.right = Math.min( in remeasure()
939 mExpandAllDayRect.left + allDayIconWidth, mHoursWidth - in remeasure()
942 mExpandAllDayRect.bottom = mFirstCell - EXPAND_ALL_DAY_BOTTOM_MARGIN in remeasure()
943 mExpandAllDayRect.top = (mExpandAllDayRect.bottom - in remeasure()
1622 mExpandAlldayDrawable.setBounds(mExpandAllDayRect) in drawUpperLeftCorner()
1625 mCollapseAlldayDrawable.setBounds(mExpandAllDayRect) in drawUpperLeftCorner()