Searched refs:mText (Results 1 – 2 of 2) sorted by relevance
56 private TextView mText; field in NotificationPanelItemView117 mText = findViewById(R.id.notification_text); in onFinishInflate()135 mText.setText(notif.getText()); in setNotification()207 Layout layout = mText.getLayout(); in isContentTextCutOff()221 mText.setVisibility(GONE); in expandText()231 mText.setVisibility(VISIBLE); in collapseText()
49 private String mText; field in TvNotification69 mText = text; in TvNotification()96 return mText; in getText()