Searched refs:mTitle (Results 1 – 2 of 2) sorted by relevance
55 private TextView mTitle; field in NotificationPanelItemView116 mTitle = findViewById(R.id.notification_title); in onFinishInflate()134 mTitle.setText(notif.getTitle()); in setNotification()222 mTitle.setMaxLines(2); in expandText()230 mTitle.setMaxLines(1); in collapseText()
48 private String mTitle; field in TvNotification68 mTitle = title; in TvNotification()92 return mTitle; in getTitle()