Searched refs:mIsAutofilled (Results 1 – 1 of 1) sorted by relevance
20703 state.mIsAutofilled = isAutofilled(); in onSaveInstanceState()20781 setAutofilled(baseState.mIsAutofilled, baseState.mHideHighlight); in onRestoreInstanceState()28663 boolean mIsAutofilled; field in View.BaseSavedState28687 mIsAutofilled = source.readBoolean(); in BaseSavedState()28707 out.writeBoolean(mIsAutofilled); in writeToParcel()