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.java563 protected final Drawable mExpandAlldayDrawable; field in DayView
732 mExpandAlldayDrawable = mResources.getDrawable(R.drawable.ic_expand_holo_light); in DayView()
1293 int allDayIconWidth = mExpandAlldayDrawable.getIntrinsicWidth(); in remeasure()
1300 - mExpandAlldayDrawable.getIntrinsicHeight(); in remeasure()
2002 mExpandAlldayDrawable.setBounds(mExpandAllDayRect); in drawUpperLeftCorner()
2003 mExpandAlldayDrawable.draw(canvas); in drawUpperLeftCorner()