Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
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()
/frameworks/base/packages/SettingsLib/LayoutPreference/src/com/android/settingslib/widget/
DLayoutPreference.java136 final boolean selectable = isSelectable(); in onBindViewHolder()
137 holder.itemView.setFocusable(selectable); in onBindViewHolder()
138 holder.itemView.setClickable(selectable); in onBindViewHolder()
/frameworks/base/packages/SettingsLib/ButtonPreference/src/com/android/settingslib/widget/
DButtonPreference.java118 final boolean selectable = isSelectable(); in onBindViewHolder()
119 mButton.setFocusable(selectable); in onBindViewHolder()
120 mButton.setClickable(selectable); in onBindViewHolder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DTileAdapter.java351 final boolean selectable = mAccessibilityAction == ACTION_NONE; in setSelectableForHeaders()
352 view.setFocusable(selectable); in setSelectableForHeaders()
353 view.setImportantForAccessibility(selectable in setSelectableForHeaders()
356 view.setFocusableInTouchMode(selectable); in setSelectableForHeaders()
410 final boolean selectable = 0 < position && position < mEditIndex; in onBindViewHolder()
411 if (selectable && mAccessibilityAction == ACTION_ADD) { in onBindViewHolder()
414 } else if (selectable && mAccessibilityAction == ACTION_MOVE) { in onBindViewHolder()
417 } else if (!selectable && (mAccessibilityAction == ACTION_MOVE in onBindViewHolder()
442 holder.mTileView.setClickable(selectable); in onBindViewHolder()
443 holder.mTileView.setFocusable(selectable); in onBindViewHolder()
[all …]
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/preference/
DRadioPreferences.kt25 import androidx.compose.foundation.selection.selectable
60 .selectable( in Radio2()
DListPreference.kt26 import androidx.compose.foundation.selection.selectable
125 .selectable( in Radio()
/frameworks/proto_logging/stats/enums/stats/textclassifier/
Dtextclassifier_enums.proto75 // Not selectable textview
85 // Non-selectable text widget.
/frameworks/base/core/java/android/preference/
DPreference.java885 public void setSelectable(boolean selectable) { in setSelectable() argument
886 if (mSelectable != selectable) { in setSelectable()
887 mSelectable = selectable; in setSelectable()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/proto_logging/stats/
Datoms.proto3706 * Logs when there is a change in selectable A2DP codec capability for a paricular remote device
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1077 field public static final int selectable = 16843238; // 0x10101e6
/frameworks/base/core/api/
Dcurrent.txt1475 field public static final int selectable = 16843238; // 0x10101e6
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt75756 Lcom/android/internal/R$attr;->selectable:I