Home | History | Annotate | Download | only in quickcontact

Lines Matching defs:mTitleTextView

246     private TextView mTitleTextView;
306 mTitleTextView = (TextView) expandingEntryCardView.findViewById(R.id.title);
497 if (TextUtils.isEmpty(mTitleTextView.getText()) &&
652 if (mTitleTextView != null) {
653 mTitleTextView.setTextColor(mThemeColor);
999 if (mTitleTextView == null) {
1000 Log.e(TAG, "mTitleTextView is null");
1002 mTitleTextView.setText(title);
1003 mTitleTextView.setVisibility(TextUtils.isEmpty(title) ? View.GONE : View.VISIBLE);