Home | History | Annotate | Download | only in quickcontact

Lines Matching defs:mTitleTextView

216     private TextView mTitleTextView;
270 mTitleTextView = (TextView) expandingEntryCardView.findViewById(R.id.title);
420 if (TextUtils.isEmpty(mTitleTextView.getText()) &&
565 if (mTitleTextView != null) {
566 mTitleTextView.setTextColor(mThemeColor);
881 if (mTitleTextView == null) {
882 Log.e(TAG, "mTitleTextView is null");
884 mTitleTextView.setText(title);
885 mTitleTextView.setVisibility(TextUtils.isEmpty(title) ? View.GONE : View.VISIBLE);