Searched refs:imageSpan (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Settings/src/com/android/settings/accessibility/shortcuts/ |
D | NavButtonShortcutOptionController.java | 90 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/ |
D | AddAccessoryContentFragment.java | 71 DynamicDrawableSpan imageSpan = in updateExtraDescription() local 76 imageSpan, in updateExtraDescription()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/ |
D | EnterPasswordState.java | 205 ImageSpan imageSpan = new ImageSpan(getActivity(), R.drawable.ic_done); in onCreateView() local 208 imageSpan, in onCreateView()
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | AccessibilityDialogUtils.java | 469 final ImageSpan imageSpan = new ImageSpan(icon); in getSummaryStringWithIcon() local 470 imageSpan.setContentDescription(""); in getSummaryStringWithIcon() 473 imageSpan, indexIconStart, indexIconEnd, in getSummaryStringWithIcon()
|
D | AccessibilityShortcutsTutorial.java | 579 final ImageSpan imageSpan = new ImageSpan(icon); in getSoftwareInstructionWithIcon() local 580 imageSpan.setContentDescription(""); in getSoftwareInstructionWithIcon() 583 spannableInstruction.setSpan(imageSpan, indexIconStart, indexIconEnd, in getSoftwareInstructionWithIcon()
|