Searched refs:absBounds (Results 1 – 3 of 3) sorted by relevance
281 final Rect absBounds = line.getAbsCoordinates(); in provideAccessibilityNodeInfo() local282 if (absBounds != null) { in provideAccessibilityNodeInfo()283 node.setBoundsInScreen(absBounds); in provideAccessibilityNodeInfo()388 Rect absBounds = getAbsCoordinates(); in notifyFocusChanged() local390 Log.d(TAG, "focus gained on " + mFieldTextItem.id + "; absBounds=" + absBounds); in notifyFocusChanged()392 notifyFocusGained(mFieldTextItem.id, absBounds); in notifyFocusChanged()403 Rect absBounds = new Rect(mBounds.left + offset[0], in getAbsCoordinates() local408 + " offset: " + Arrays.toString(offset) + " absBounds: " + absBounds); in getAbsCoordinates()410 return absBounds; in getAbsCoordinates()
207 val absBounds = absCoordinates in changeFocus() constant208 Log.d(TAG, "focus gained on " + fieldTextItem.id + "; absBounds=" + absBounds) in changeFocus()209 … autofillManager.notifyViewEntered(this@CustomVirtualView, fieldTextItem.id, absBounds) in changeFocus()221 val absBounds = Rect(bounds.left + offset[0], constant225 + " offset: " + Arrays.toString(offset) + " absBounds: " + absBounds)226 return absBounds
64 autofillManager.notifyViewEntered(this@CustomVirtualView, id, absBounds)