Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DToggleAccessibilityServicePreferenceFragment.java249 View capabilityView = inflater.inflate( in createEnableDialogContentView() local
252 ImageView imageView = (ImageView) capabilityView.findViewById( in createEnableDialogContentView()
257 TextView labelView = (TextView) capabilityView.findViewById( in createEnableDialogContentView()
261 TextView descriptionView = (TextView) capabilityView.findViewById( in createEnableDialogContentView()
268 capabilitiesView.addView(capabilityView); in createEnableDialogContentView()
275 capabilityView = inflater.inflate( in createEnableDialogContentView()
278 imageView = (ImageView) capabilityView.findViewById( in createEnableDialogContentView()
283 labelView = (TextView) capabilityView.findViewById( in createEnableDialogContentView()
287 descriptionView = (TextView) capabilityView.findViewById( in createEnableDialogContentView()
291 capabilitiesView.addView(capabilityView); in createEnableDialogContentView()