Searched refs:mExpandDrawable (Results 1 – 1 of 1) sorted by relevance
36 private Drawable mExpandDrawable; field in ExpandableTextView56 mExpandDrawable = getResources().getDrawable(R.drawable.ic_expand_small_holo_light); in init()67 mButton.setImageDrawable(mCollapsed ? mExpandDrawable : mCollapseDrawable); in onClick()