Searched refs:selectable (Results 1 – 8 of 8) sorted by relevance
242 BluetoothCodecConfig[] selectable = null; in getHighQualityAudioOptionLabel() local244 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()
275 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()
623 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() argument828 if (mSelectable != selectable) { in setSelectable()829 mSelectable = selectable; in setSelectable()
859 public void setSelectable(boolean selectable) { in setSelectable() argument860 if (mSelectable != selectable) { in setSelectable()861 mSelectable = selectable; in setSelectable()
6627 public void setTextIsSelectable(boolean selectable) { in setTextIsSelectable() argument6628 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()
1077 field public static final int selectable = 16843238; // 0x10101e6
1153 field public static final int selectable = 16843238; // 0x10101e6
1280 field public static final int selectable = 16843238; // 0x10101e6