Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/shortcuts/
DNavButtonShortcutOptionController.java90 final ImageSpan imageSpan = new ImageSpan(icon); in getSummaryStringWithIcon() local
91 imageSpan.setContentDescription(""); in getSummaryStringWithIcon()
95 imageSpan, indexIconStart, indexIconEnd, in getSummaryStringWithIcon()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DAddAccessoryContentFragment.java71 DynamicDrawableSpan imageSpan = in updateExtraDescription() local
76 imageSpan, in updateExtraDescription()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
DEnterPasswordState.java205 ImageSpan imageSpan = new ImageSpan(getActivity(), R.drawable.ic_done); in onCreateView() local
208 imageSpan, in onCreateView()
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityDialogUtils.java469 final ImageSpan imageSpan = new ImageSpan(icon); in getSummaryStringWithIcon() local
470 imageSpan.setContentDescription(""); in getSummaryStringWithIcon()
473 imageSpan, indexIconStart, indexIconEnd, in getSummaryStringWithIcon()
DAccessibilityShortcutsTutorial.java579 final ImageSpan imageSpan = new ImageSpan(icon); in getSoftwareInstructionWithIcon() local
580 imageSpan.setContentDescription(""); in getSoftwareInstructionWithIcon()
583 spannableInstruction.setSpan(imageSpan, indexIconStart, indexIconEnd, in getSoftwareInstructionWithIcon()