Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java135 public static final String STATE_TEXT_VIEW = "savedTextView"; field in RecipientEditTextView
558 savedInstanceState.getParcelable(STATE_TEXT_VIEW)); in onRestoreInstanceState()
572 savedInstanceState.putParcelable(STATE_TEXT_VIEW, super.onSaveInstanceState()); in onSaveInstanceState()