Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java20703 state.mIsAutofilled = isAutofilled(); in onSaveInstanceState()
20781 setAutofilled(baseState.mIsAutofilled, baseState.mHideHighlight); in onRestoreInstanceState()
28663 boolean mIsAutofilled; field in View.BaseSavedState
28687 mIsAutofilled = source.readBoolean(); in BaseSavedState()
28707 out.writeBoolean(mIsAutofilled); in writeToParcel()