Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DCropView.java541 event.setContentDescription(getBoundaryContentDescription(boundary)); in onPopulateEventForVirtualView()
548 node.setContentDescription(getBoundaryContentDescription(boundary)); in onPopulateNodeForVirtualView()
576 private CharSequence getBoundaryContentDescription(CropBoundary boundary) { in getBoundaryContentDescription() method in CropView.AccessibilityHelper