Home
last modified time | relevance | path

Searched refs:mExpandedText (Results 1 – 1 of 1) sorted by relevance

/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/
DNotificationPanelItemView.java57 private TextView mExpandedText; field in NotificationPanelItemView
119 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()