Searched refs:absBounds (Results 1 – 1 of 1) sorted by relevance
421 Rect absBounds; field in VirtualContainerView.Line437 absBounds = getAbsCoordinates(); in changeFocus()438 Log.v(TAG, "Setting absBounds for " + text.id + " on focus change: " + absBounds); in changeFocus()447 Log.d(TAG, "focus gained on " + text.id + "; absBounds=" + absBounds); in changeFocus()448 mAfm.notifyViewEntered(VirtualContainerView.this, text.id, absBounds); in changeFocus()479 final Rect absBounds = new Rect(bounds.left + offset[0], in getAbsCoordinates() local483 + " offset: " + Arrays.toString(offset) + " absBounds: " + absBounds); in getAbsCoordinates()484 return absBounds; in getAbsCoordinates()575 if (line.absBounds != null) { in provideAccessibilityNodeInfo()576 node.setBoundsInScreen(line.absBounds); in provideAccessibilityNodeInfo()