Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
DSettingsLayoutFragment.java321 TextView descriptionView = (TextView) contentView.getTag(R.id.description); in updateViews() local
322 descriptionView.setText(mDescription); in updateViews()
424 View descriptionView = (View) contentView.getTag(R.id.description); in onCreateAnimator() local
435 animators.add(createSlideInFromEndAnimator(descriptionView)); in onCreateAnimator()
443 animators.add(createSlideOutToStartAnimator(descriptionView)); in onCreateAnimator()
452 animators.add(createSlideInFromStartAnimator(descriptionView)); in onCreateAnimator()
460 animators.add(createSlideOutToEndAnimator(descriptionView)); in onCreateAnimator()
503 TextView descriptionView = (TextView) content.findViewById(R.id.description); in initializeContentView() local
506 descriptionView.setText(mDescription); in initializeContentView()
514 descriptionView.setFocusable(true); in initializeContentView()
[all …]
DDialogFragment.java299 View descriptionView = (View) contentView.getTag(R.id.description); in onCreateAnimator() local
310 animators.add(createSlideInFromEndAnimator(descriptionView)); in onCreateAnimator()
318 animators.add(createSlideOutToStartAnimator(descriptionView)); in onCreateAnimator()
327 animators.add(createSlideInFromStartAnimator(descriptionView)); in onCreateAnimator()
335 animators.add(createSlideOutToEndAnimator(descriptionView)); in onCreateAnimator()
419 TextView descriptionView = (TextView) content.findViewById(R.id.description); in setContentView() local
422 descriptionView.setText(mDescription); in setContentView()
431 descriptionView.setFocusable(true); in setContentView()
432 descriptionView.setFocusableInTouchMode(true); in setContentView()
476 content.setTag(R.id.description, descriptionView); in setContentView()
/packages/apps/Settings/src/com/android/settings/accessibility/
DToggleAccessibilityServicePreferenceFragment.java282 TextView descriptionView = (TextView) capabilityView.findViewById( in createEnableDialogContentView() local
284 descriptionView.setText(getString(R.string.capability_desc_receiveAccessibilityEvents)); in createEnableDialogContentView()
308 descriptionView = (TextView) capabilityView.findViewById( in createEnableDialogContentView()
310 descriptionView.setText(getString(capability.descResId)); in createEnableDialogContentView()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DWpsScanningFragment.java42 final TextView descriptionView = (TextView) view.findViewById(R.id.description); in onCreateView() local
43 descriptionView.setText(getActivity().getString(R.string.wifi_wps_instructions)); in onCreateView()
DWpsPinFragment.java49 final TextView descriptionView = (TextView) view.findViewById(R.id.description); in onCreateView() local
50 descriptionView.setText(getActivity().getString(R.string.wifi_wps_onstart_pin_description)); in onCreateView()