Searched refs:isAutofilled (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java3094 * @see #isAutofilled()
7824 public boolean isAutofilled() { method in class:View
9560 public void setAutofilled(boolean isAutofilled) { argument
9561 boolean wasChanged = isAutofilled != isAutofilled();
9564 if (isAutofilled) {
17650 if (mStartActivityRequestWho != null || isAutofilled()
17658 if (isAutofilled()) {
17667 state.mIsAutofilled = isAutofilled();
20853 // Lazily load the isAutofilled drawabl
[all...]

Completed in 1043 milliseconds