Searched defs:mIsAutofilled (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java17667 state.mIsAutofilled = isAutofilled();
17744 setAutofilled(baseState.mIsAutofilled);
25096 boolean mIsAutofilled; field in class:View.BaseSavedState
25119 mIsAutofilled = source.readBoolean();
25138 out.writeBoolean(mIsAutofilled);

Completed in 80 milliseconds