Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityGestureNavigationTutorial.java206 final ImageSpan imageSpan = new ImageSpan(icon); in getMessageStringWithIcon() local
207 imageSpan.setContentDescription(""); in getMessageStringWithIcon()
210 imageSpan, indexIconStart, indexIconEnd, in getMessageStringWithIcon()
407 final ImageSpan imageSpan = new ImageSpan(icon); in getSoftwareInstructionWithIcon() local
408 imageSpan.setContentDescription(""); in getSoftwareInstructionWithIcon()
411 spannableInstruction.setSpan(imageSpan, indexIconStart, indexIconEnd, in getSoftwareInstructionWithIcon()
DAccessibilityDialogUtils.java439 final ImageSpan imageSpan = new ImageSpan(icon); in getSummaryStringWithIcon() local
440 imageSpan.setContentDescription(""); in getSummaryStringWithIcon()
443 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.java203 ImageSpan imageSpan = new ImageSpan(getActivity(), R.drawable.ic_done); in onCreateView() local
206 imageSpan, in onCreateView()