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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java219 private ExpandingEntryCardView mRecentCard; field in class:QuickContactActivity
654 mRecentCard = (ExpandingEntryCardView) findViewById(R.id.recent_card);
663 mRecentCard.setOnClickListener(mEntryClickHandler);
664 mRecentCard.setTitle(getResources().getString(R.string.recent_card_title));
1843 mRecentCard.setColorAndFilter(primaryColor, mColorFilter);
2090 mRecentCard.initialize(interactionsWrapper,
2092 /* isExpanded = */ mRecentCard.isExpanded(), /* isAlwaysExpanded = */ false,
2094 mRecentCard.setVisibility(View.VISIBLE);

Completed in 37 milliseconds