Searched refs:STATE_AUTOFILLED_ONCE (Results 1 – 2 of 2) sorted by relevance
75 public static final int STATE_AUTOFILLED_ONCE = 0x800; field in ViewState222 mState |= STATE_AUTOFILLED_ONCE; in setState()
3418 if ((state & ViewState.STATE_AUTOFILLED_ONCE) != 0) { in logContextCommittedLocked()