Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/ui/list/
DDvrSchedulesFocusView.java61 int drawHeight = 2 * mRoundRectRadius; in onDraw() local
62 int drawOffset = (drawHeight - getHeight()) / 2; in onDraw()
/packages/apps/Calendar/src/com/android/calendar/
DDayView.kt2141 val drawHeight = mAlldayHeight.toFloat() in drawAllDayEvents() constant
2179 mAnimateDayEventHeight.toFloat() else drawHeight / numRectangles in drawAllDayEvents()
3269 val drawHeight = mAlldayHeight.toFloat() in findSelectedEvent() constant
3290 var height = drawHeight / numRectangles in findSelectedEvent()