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.java231 View capabilityView = inflater.inflate( in createEnableDialogContentView() local
234 ImageView imageView = (ImageView) capabilityView.findViewById( in createEnableDialogContentView()
239 TextView labelView = (TextView) capabilityView.findViewById( in createEnableDialogContentView()
243 TextView descriptionView = (TextView) capabilityView.findViewById( in createEnableDialogContentView()
250 capabilitiesView.addView(capabilityView); in createEnableDialogContentView()
257 capabilityView = inflater.inflate( in createEnableDialogContentView()
260 imageView = (ImageView) capabilityView.findViewById( in createEnableDialogContentView()
265 labelView = (TextView) capabilityView.findViewById( in createEnableDialogContentView()
269 descriptionView = (TextView) capabilityView.findViewById( in createEnableDialogContentView()
273 capabilitiesView.addView(capabilityView); in createEnableDialogContentView()