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.java568 protected final Drawable mExpandAlldayDrawable; field in DayView
742 mExpandAlldayDrawable = mResources.getDrawable(R.drawable.ic_expand_holo_light); in DayView()
1310 int allDayIconWidth = mExpandAlldayDrawable.getIntrinsicWidth(); in remeasure()
1317 - mExpandAlldayDrawable.getIntrinsicHeight(); in remeasure()
2274 mExpandAlldayDrawable.setBounds(mExpandAllDayRect); in drawUpperLeftCorner()
2275 mExpandAlldayDrawable.draw(canvas); in drawUpperLeftCorner()