Home
last modified time | relevance | path

Searched refs:selectable (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/preference/
DPreference.java734 public void setSelectable(boolean selectable) { in setSelectable() argument
735 if (mSelectable != selectable) { in setSelectable()
736 mSelectable = selectable; in setSelectable()
/frameworks/base/docs/html/guide/topics/ui/
Ddialogs.jd54 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 with
296 If you create one of these selectable lists in the
661 selectable lists, a title, an icon and so on.</p>
Dactionbar.jd552 list of selectable items for the drop-down and the layout to use when drawing each item in the
/frameworks/base/docs/html/guide/tutorials/views/
Dhello-spinner.jd88 the array of selectable items and the type of layout we'd like each one bound to. We then call
/frameworks/base/docs/html/sdk/
Dandroid-1.5-highlights.jd94 <li>User-selectable text-encoding</li>
/frameworks/base/core/java/android/widget/
DTextView.java4650 public void setTextIsSelectable(boolean selectable) { in setTextIsSelectable() argument
4651 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()
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dmenu_design.jd465 possibly a list of selectable items that can include checkboxes or radio buttons.
/frameworks/base/api/
Dcurrent.txt845 field public static final int selectable = 16843238; // 0x10101e6
D14.txt845 field public static final int selectable = 16843238; // 0x10101e6