Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DDayView.kt369 protected val mExpandAlldayDrawable: Drawable constant
933 val allDayIconWidth: Int = mExpandAlldayDrawable.getIntrinsicWidth() in remeasure()
944 mExpandAlldayDrawable.getIntrinsicHeight()) in remeasure()
1622 mExpandAlldayDrawable.setBounds(mExpandAllDayRect) in drawUpperLeftCorner()
1623 mExpandAlldayDrawable.draw(canvas) in drawUpperLeftCorner()
3959 mExpandAlldayDrawable = mResources.getDrawable(R.drawable.ic_expand_holo_light)