Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java2743 pw.println(mCompatibilityBridge.mFocusedBounds); in dump()
2820 private final Rect mFocusedBounds = new Rect(); field in AutofillManager.CompatibilityBridge
2915 mFocusedBounds.set(0, 0, 0, 0); in onAccessibilityEvent()
2919 if (notifyViewEntered(windowId, nodeId, mFocusedBounds)) { in onAccessibilityEvent()
2946 notifyViewEntered(mFocusedWindowId, mFocusedNodeId, mFocusedBounds); in onAccessibilityEvent()