Searched refs:mExpandCollapseButton (Results 1 – 1 of 1) sorted by relevance
249 private View mExpandCollapseButton; field in ExpandingEntryCardView304 mExpandCollapseButton = inflater.inflate( in ExpandingEntryCardView()306 mExpandCollapseTextView = (TextView) mExpandCollapseButton.findViewById(R.id.text); in ExpandingEntryCardView()307 mExpandCollapseArrow = (ImageView) mExpandCollapseButton.findViewById(R.id.arrow); in ExpandingEntryCardView()308 mExpandCollapseButton.setOnClickListener(mExpandCollapseButtonListener); in ExpandingEntryCardView()377 removeView(mExpandCollapseButton); in insertEntriesIntoViewGroup()379 && mExpandCollapseButton.getParent() == null && !mIsAlwaysExpanded) { in insertEntriesIntoViewGroup()380 mContainer.addView(mExpandCollapseButton, -1); in insertEntriesIntoViewGroup()