Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityGestureNavigationTutorial.java435 final SpannableString spannableInstruction = SpannableString.valueOf(message); in getSoftwareInstructionWithIcon() local
445 spannableInstruction.setSpan(imageSpan, indexIconStart, indexIconEnd, in getSoftwareInstructionWithIcon()
448 return spannableInstruction; in getSoftwareInstructionWithIcon()