Searched refs:selectable (Results 1 – 9 of 9) sorted by relevance
262 BluetoothCodecConfig[] selectable = null; in getHighQualityAudioOptionLabel() local264 selectable = mService.getCodecStatus(device).getCodecsSelectableCapabilities(); in getHighQualityAudioOptionLabel()266 Arrays.sort(selectable, in getHighQualityAudioOptionLabel()272 final BluetoothCodecConfig codecConfig = (selectable == null || selectable.length < 1) in getHighQualityAudioOptionLabel()273 ? null : selectable[0]; in getHighQualityAudioOptionLabel()
136 final boolean selectable = isSelectable(); in onBindViewHolder()137 holder.itemView.setFocusable(selectable); in onBindViewHolder()138 holder.itemView.setClickable(selectable); in onBindViewHolder()
316 final boolean selectable = mAccessibilityAction == ACTION_NONE || position < mEditIndex; in onBindViewHolder()317 holder.mTileView.setClickable(selectable); in onBindViewHolder()318 holder.mTileView.setFocusable(selectable); in onBindViewHolder()319 holder.mTileView.setImportantForAccessibility(selectable in onBindViewHolder()322 if (selectable) { in onBindViewHolder()
885 public void setSelectable(boolean selectable) { in setSelectable() argument886 if (mSelectable != selectable) { in setSelectable()887 mSelectable = selectable; in setSelectable()
7732 public void setTextIsSelectable(boolean selectable) { in setTextIsSelectable() argument7733 if (!selectable && mEditor == null) return; // false is default value with no edit data in setTextIsSelectable()7736 if (mEditor.mTextIsSelectable == selectable) return; in setTextIsSelectable()7738 mEditor.mTextIsSelectable = selectable; in setTextIsSelectable()7739 setFocusableInTouchMode(selectable); in setTextIsSelectable()7741 setClickable(selectable); in setTextIsSelectable()7742 setLongClickable(selectable); in setTextIsSelectable()7746 setMovementMethod(selectable ? ArrowKeyMovementMethod.getInstance() : null); in setTextIsSelectable()7747 setText(mText, selectable ? BufferType.SPANNABLE : BufferType.NORMAL); in setTextIsSelectable()
1748 * Logs when there is a change in selectable A2DP codec capability for a paricular remote device
1077 field public static final int selectable = 16843238; // 0x10101e6
1205 field public static final int selectable = 16843238; // 0x10101e6
97267 Lcom/android/internal/R$attr;->selectable:I