Searched refs:selectable (Results 1 – 9 of 9) sorted by relevance
734 public void setSelectable(boolean selectable) { in setSelectable() argument735 if (mSelectable != selectable) { in setSelectable()736 mSelectable = selectable; in setSelectable()
54 selectable items that can include checkboxes or radio buttons. The AlertDialog 201 <li>A list of selectable items (with optional checkboxes or radio buttons)</li>261 <p>To create an AlertDialog with a list of selectable items like the one shown to the right, 279 Then, add a list of selectable items with296 If you create one of these selectable lists in the661 selectable lists, a title, an icon and so on.</p>
552 list of selectable items for the drop-down and the layout to use when drawing each item in the
88 the array of selectable items and the type of layout we'd like each one bound to. We then call
94 <li>User-selectable text-encoding</li>
4650 public void setTextIsSelectable(boolean selectable) { in setTextIsSelectable() argument4651 if (mTextIsSelectable == selectable) return; in setTextIsSelectable()4653 mTextIsSelectable = selectable; in setTextIsSelectable()4655 setFocusableInTouchMode(selectable); in setTextIsSelectable()4656 setFocusable(selectable); in setTextIsSelectable()4657 setClickable(selectable); in setTextIsSelectable()4658 setLongClickable(selectable); in setTextIsSelectable()4662 setMovementMethod(selectable ? ArrowKeyMovementMethod.getInstance() : null); in setTextIsSelectable()4663 setText(getText(), selectable ? BufferType.SPANNABLE : BufferType.NORMAL); in setTextIsSelectable()
465 possibly a list of selectable items that can include checkboxes or radio buttons.
845 field public static final int selectable = 16843238; // 0x10101e6