Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DA2dpProfile.java300 List<BluetoothCodecConfig> selectable = null; in getHighQualityAudioOptionLabel() local
302 selectable = mService.getCodecStatus(device).getCodecsSelectableCapabilities(); in getHighQualityAudioOptionLabel()
304 Collections.sort(selectable, in getHighQualityAudioOptionLabel()
310 final BluetoothCodecConfig codecConfig = (selectable == null || selectable.size() < 1) in getHighQualityAudioOptionLabel()
311 ? null : selectable.get(0); in getHighQualityAudioOptionLabel()
/aosp14/frameworks/base/packages/SettingsLib/LayoutPreference/src/com/android/settingslib/widget/
H A DLayoutPreference.java136 final boolean selectable = isSelectable(); in onBindViewHolder()
137 holder.itemView.setFocusable(selectable); in onBindViewHolder()
138 holder.itemView.setClickable(selectable); in onBindViewHolder()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileAdapter.java318 final boolean selectable = mAccessibilityAction == ACTION_NONE; in setSelectableForHeaders()
319 view.setFocusable(selectable); in setSelectableForHeaders()
320 view.setImportantForAccessibility(selectable in setSelectableForHeaders()
323 view.setFocusableInTouchMode(selectable); in setSelectableForHeaders()
378 if (selectable && mAccessibilityAction == ACTION_ADD) { in onBindViewHolder()
381 } else if (selectable && mAccessibilityAction == ACTION_MOVE) { in onBindViewHolder()
404 holder.mTileView.setClickable(selectable); in onBindViewHolder()
405 holder.mTileView.setFocusable(selectable); in onBindViewHolder()
406 holder.mTileView.setFocusableInTouchMode(selectable); in onBindViewHolder()
407 holder.mTileView.setImportantForAccessibility(selectable in onBindViewHolder()
[all …]
/aosp14/frameworks/base/packages/SettingsLib/ButtonPreference/src/com/android/settingslib/widget/
H A DButtonPreference.java116 final boolean selectable = isSelectable(); in onBindViewHolder()
117 mButton.setFocusable(selectable); in onBindViewHolder()
118 mButton.setClickable(selectable); in onBindViewHolder()
/aosp14/frameworks/base/core/java/android/preference/
H A DPreference.java885 public void setSelectable(boolean selectable) { in setSelectable() argument
886 if (mSelectable != selectable) { in setSelectable()
887 mSelectable = selectable; in setSelectable()
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java8704 public void setTextIsSelectable(boolean selectable) { in setTextIsSelectable() argument
8705 if (!selectable && mEditor == null) return; // false is default value with no edit data in setTextIsSelectable()
8708 if (mEditor.mTextIsSelectable == selectable) return; in setTextIsSelectable()
8710 mEditor.mTextIsSelectable = selectable; in setTextIsSelectable()
8711 setFocusableInTouchMode(selectable); in setTextIsSelectable()
8713 setClickable(selectable); in setTextIsSelectable()
8714 setLongClickable(selectable); in setTextIsSelectable()
8718 setMovementMethod(selectable ? ArrowKeyMovementMethod.getInstance() : null); in setTextIsSelectable()
8719 setText(mText, selectable ? BufferType.SPANNABLE : BufferType.NORMAL); in setTextIsSelectable()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt1442 field public static final int selectable = 16843238; // 0x10101e6
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt76399 Lcom/android/internal/R$attr;->selectable:I