Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DExpandingEntryCardView.java249 private View mExpandCollapseButton; field in ExpandingEntryCardView
304 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()