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

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

Completed in 68 milliseconds