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