Home
last modified time | relevance | path

Searched refs:FLAG_VIEW_NOT_FOCUSED (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/service/autofill/
DFillRequest.java98 public static final @RequestFlags int FLAG_VIEW_NOT_FOCUSED = 0x10; field in FillRequest
245 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()
/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java26 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()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java40 import static android.service.autofill.FillRequest.FLAG_VIEW_NOT_FOCUSED;
1283 return (flags & FLAG_VIEW_NOT_FOCUSED) == 0; in isViewFocusedLocked()