Searched refs:descriptionView (Results 1 – 6 of 6) sorted by relevance
329 TextView descriptionView = (TextView) contentView.getTag(R.id.description); in updateViews() local330 descriptionView.setText(mDescription); in updateViews()422 View descriptionView = (View) contentView.getTag(R.id.description); in onCreateAnimator() local433 animators.add(createSlideLeftInAnimator(descriptionView)); in onCreateAnimator()441 animators.add(createSlideLeftOutAnimator(descriptionView)); in onCreateAnimator()450 animators.add(createSlideRightInAnimator(descriptionView)); in onCreateAnimator()458 animators.add(createSlideRightOutAnimator(descriptionView)); in onCreateAnimator()501 TextView descriptionView = (TextView) content.findViewById(R.id.description); in initializeContentView() local504 descriptionView.setText(mDescription); in initializeContentView()512 descriptionView.setFocusable(true); in initializeContentView()[all …]
304 View descriptionView = (View) contentView.getTag(R.id.description); in onCreateAnimator() local315 animators.add(createSlideLeftInAnimator(descriptionView)); in onCreateAnimator()323 animators.add(createSlideLeftOutAnimator(descriptionView)); in onCreateAnimator()332 animators.add(createSlideRightInAnimator(descriptionView)); in onCreateAnimator()340 animators.add(createSlideRightOutAnimator(descriptionView)); in onCreateAnimator()424 TextView descriptionView = (TextView) content.findViewById(R.id.description); in setContentView() local427 descriptionView.setText(mDescription); in setContentView()436 descriptionView.setFocusable(true); in setContentView()437 descriptionView.setFocusableInTouchMode(true); in setContentView()481 content.setTag(R.id.description, descriptionView); in setContentView()
249 TextView descriptionView = (TextView) capabilityView.findViewById( in createEnableDialogContentView() local251 descriptionView.setText(getString(R.string.capability_desc_receiveAccessibilityEvents)); in createEnableDialogContentView()275 descriptionView = (TextView) capabilityView.findViewById( in createEnableDialogContentView()277 descriptionView.setText(getString(capability.descResId)); in createEnableDialogContentView()
42 TextView descriptionView = (TextView) view.findViewById(R.id.description); in onCreateView() local43 descriptionView.setText(getActivity().getString(R.string.wifi_wps_instructions)); in onCreateView()
49 TextView descriptionView = (TextView) view.findViewById(R.id.description); in onCreateView() local50 descriptionView.setText(getActivity().getString(R.string.wifi_wps_onstart_pin_description)); in onCreateView()
173 TextView descriptionView = (TextView) item.findViewById(R.id.description); in addPackageHeaderItem() local180 descriptionView.setText(packageName); in addPackageHeaderItem()