Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DExpandableTextView.java36 private Drawable mExpandDrawable; field in ExpandableTextView
56 mExpandDrawable = getResources().getDrawable(R.drawable.ic_expand_small_holo_light); in init()
67 mButton.setImageDrawable(mCollapsed ? mExpandDrawable : mCollapseDrawable); in onClick()