Searched refs:selectable (Results 1 – 7 of 7) 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()
7722 public void setTextIsSelectable(boolean selectable) { in setTextIsSelectable() argument7723 if (!selectable && mEditor == null) return; // false is default value with no edit data in setTextIsSelectable()7726 if (mEditor.mTextIsSelectable == selectable) return; in setTextIsSelectable()7728 mEditor.mTextIsSelectable = selectable; in setTextIsSelectable()7729 setFocusableInTouchMode(selectable); in setTextIsSelectable()7731 setClickable(selectable); in setTextIsSelectable()7732 setLongClickable(selectable); in setTextIsSelectable()7736 setMovementMethod(selectable ? ArrowKeyMovementMethod.getInstance() : null); in setTextIsSelectable()7737 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
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...