Searched refs:selectable (Results 1 – 10 of 10) sorted by relevance
283 BluetoothCodecConfig[] selectable = null; in getHighQualityAudioOptionLabel() local285 selectable = mService.getCodecStatus(device).getCodecsSelectableCapabilities(); in getHighQualityAudioOptionLabel()287 Arrays.sort(selectable, in getHighQualityAudioOptionLabel()293 final BluetoothCodecConfig codecConfig = (selectable == null || selectable.length < 1) in getHighQualityAudioOptionLabel()294 ? 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()
7737 public void setTextIsSelectable(boolean selectable) { in setTextIsSelectable() argument7738 if (!selectable && mEditor == null) return; // false is default value with no edit data in setTextIsSelectable()7741 if (mEditor.mTextIsSelectable == selectable) return; in setTextIsSelectable()7743 mEditor.mTextIsSelectable = selectable; in setTextIsSelectable()7744 setFocusableInTouchMode(selectable); in setTextIsSelectable()7746 setClickable(selectable); in setTextIsSelectable()7747 setLongClickable(selectable); in setTextIsSelectable()7751 setMovementMethod(selectable ? ArrowKeyMovementMethod.getInstance() : null); in setTextIsSelectable()7752 setText(mText, selectable ? BufferType.SPANNABLE : BufferType.NORMAL); in setTextIsSelectable()
1878 * 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
1207 field public static final int selectable = 16843238; // 0x10101e6
90828 Lcom/android/internal/R$attr;->selectable:I