Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/widget/
DActionableToastBar.java54 private TextView mActionText; field in ActionableToastBar
80 mActionText = (TextView) findViewById(R.id.action_text); in onFinishInflate()
134 mActionText.setText(actionTextResource); in show()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DActionableToastBar.java54 private TextView mActionText; field in ActionableToastBar
87 mActionText = (TextView) findViewById(R.id.action_text); in onFinishInflate()
142 mActionText.setText(actionTextResource); in show()