Searched refs:FLAG_VIEW_NOT_FOCUSED (Results 1 – 3 of 3) sorted by relevance
98 public static final @RequestFlags int FLAG_VIEW_NOT_FOCUSED = 0x10; field in FillRequest245 FLAG_VIEW_NOT_FOCUSED,273 case FLAG_VIEW_NOT_FOCUSED: in singleRequestFlagsToString()375 | FLAG_VIEW_NOT_FOCUSED in FillRequest()563 | FLAG_VIEW_NOT_FOCUSED in FillRequest()
26 import static android.service.autofill.FillRequest.FLAG_VIEW_NOT_FOCUSED;1415 flags |= FLAG_VIEW_NOT_FOCUSED; in requestAutofill()1466 flags |= FLAG_VIEW_NOT_FOCUSED; in requestAutofill()1631 flags |= FLAG_VIEW_NOT_FOCUSED; in notifyViewReadyInner()
40 import static android.service.autofill.FillRequest.FLAG_VIEW_NOT_FOCUSED;1283 return (flags & FLAG_VIEW_NOT_FOCUSED) == 0; in isViewFocusedLocked()