Searched refs:descriptionView (Results 1 – 5 of 5) sorted by relevance
321 TextView descriptionView = (TextView) contentView.getTag(R.id.description); in updateViews() local322 descriptionView.setText(mDescription); in updateViews()424 View descriptionView = (View) contentView.getTag(R.id.description); in onCreateAnimator() local435 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() local506 descriptionView.setText(mDescription); in initializeContentView()514 descriptionView.setFocusable(true); in initializeContentView()[all …]
299 View descriptionView = (View) contentView.getTag(R.id.description); in onCreateAnimator() local310 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() local422 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()
282 TextView descriptionView = (TextView) capabilityView.findViewById( in createEnableDialogContentView() local284 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()
42 final TextView descriptionView = (TextView) view.findViewById(R.id.description); in onCreateView() local43 descriptionView.setText(getActivity().getString(R.string.wifi_wps_instructions)); in onCreateView()
49 final TextView descriptionView = (TextView) view.findViewById(R.id.description); in onCreateView() local50 descriptionView.setText(getActivity().getString(R.string.wifi_wps_onstart_pin_description)); in onCreateView()