Searched refs:mExpandedText (Results 1 – 1 of 1) sorted by relevance
57 private TextView mExpandedText; field in NotificationPanelItemView119 mExpandedText = findViewById(R.id.notification_expanded_text); in onFinishInflate()148 mExpandedText.setText(notif.getText()); in setNotification()223 mExpandedText.setVisibility(VISIBLE); in expandText()229 mExpandedText.setVisibility(GONE); in collapseText()