/**
	 * Changes the selection state of this view. A view can be selected or not.
	 * Note that selection is not the same as focus. Views are typically
	 * selected in the context of an AdapterView like ListView or GridView;
	 * the selected view is the view that is highlighted.
	 *
	 * @param selected true if the view must be selected, false otherwise
	 */
	public void setSelected(boolean selected) {
        ...................................}