Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/
H A DAccessibilityGestureNavigationTutorial.java464 final SpannableString spannableInstruction = SpannableString.valueOf(message); in getSoftwareInstructionWithIcon() local
474 spannableInstruction.setSpan(imageSpan, indexIconStart, indexIconEnd, in getSoftwareInstructionWithIcon()
477 return spannableInstruction; in getSoftwareInstructionWithIcon()