Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpProfile.java242 BluetoothCodecConfig[] selectable = null; in getHighQualityAudioOptionLabel() local
244 selectable = mServiceWrapper.getCodecStatus().getCodecsSelectableCapabilities(); in getHighQualityAudioOptionLabel()
246 Arrays.sort(selectable, in getHighQualityAudioOptionLabel()
251 if (selectable == null || selectable.length < 1 || selectable[0].isMandatoryCodec()) { in getHighQualityAudioOptionLabel()
255 selectable[0].getCodecName()); in getHighQualityAudioOptionLabel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DTileAdapter.java275 final boolean selectable = !mAccessibilityMoving || position < mEditIndex; in onBindViewHolder()
276 holder.mTileView.setClickable(selectable); in onBindViewHolder()
277 holder.mTileView.setFocusable(selectable); in onBindViewHolder()
278 holder.mTileView.setImportantForAccessibility(selectable in onBindViewHolder()
281 if (selectable) { in onBindViewHolder()
/frameworks/support/v7/preference/src/android/support/v7/preference/
DPreference.java623 final boolean selectable = isSelectable(); in onBindViewHolder()
624 holder.itemView.setFocusable(selectable); in onBindViewHolder()
625 holder.itemView.setClickable(selectable); in onBindViewHolder()
827 public void setSelectable(boolean selectable) { in setSelectable() argument
828 if (mSelectable != selectable) { in setSelectable()
829 mSelectable = selectable; in setSelectable()
/frameworks/base/core/java/android/preference/
DPreference.java859 public void setSelectable(boolean selectable) { in setSelectable() argument
860 if (mSelectable != selectable) { in setSelectable()
861 mSelectable = selectable; in setSelectable()
/frameworks/base/core/java/android/widget/
DTextView.java6627 public void setTextIsSelectable(boolean selectable) { in setTextIsSelectable() argument
6628 if (!selectable && mEditor == null) return; // false is default value with no edit data in setTextIsSelectable()
6631 if (mEditor.mTextIsSelectable == selectable) return; in setTextIsSelectable()
6633 mEditor.mTextIsSelectable = selectable; in setTextIsSelectable()
6634 setFocusableInTouchMode(selectable); in setTextIsSelectable()
6636 setClickable(selectable); in setTextIsSelectable()
6637 setLongClickable(selectable); in setTextIsSelectable()
6641 setMovementMethod(selectable ? ArrowKeyMovementMethod.getInstance() : null); in setTextIsSelectable()
6642 setText(mText, selectable ? BufferType.SPANNABLE : BufferType.NORMAL); in setTextIsSelectable()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1077 field public static final int selectable = 16843238; // 0x10101e6
/frameworks/base/api/
Dcurrent.txt1153 field public static final int selectable = 16843238; // 0x10101e6
Dsystem-current.txt1280 field public static final int selectable = 16843238; // 0x10101e6