Home
last modified time | relevance | path

Searched refs:selected (Results 1 – 25 of 34) sorted by relevance

12

/development/tools/otagui/src/components/
DFileList.vue7 @click="selected=$event.target.value"
12 :selected="build === selected"
25 :disabled="!selected"
29 Remove selected item
38 :disabled="!selected"
51 :disabled="!selected"
79 selected: null
84 let deleteIndex = this.modelValue.indexOf(this.selected)
102 this.selected = null
105 let selectedIndex = this.modelValue.indexOf(this.selected)
DBaseSelect.vue13 :selected="option === modelValue"
DBaseFile.vue11 <div v-if="fileName"> File selected: {{ fileName }}</div>
DFileSelect.vue16 :selected="option.path === modelValue"
DPartialCheckbox.vue67 // Set the default value to be true once mounted if nothing has been selected
DOTAOptions.vue84 * Return the partition list of the selected target build.
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
DShortcutListFragment.java93 private void togglePin(ShortcutInfo selected) { in togglePin() argument
94 final String packageName = selected.getPackage(); in togglePin()
95 final UserHandle user = selected.getUserHandle(); in togglePin()
107 if (selected.isPinned()) { in togglePin()
108 pinned.remove(selected.getId()); in togglePin()
110 pinned.add(selected.getId()); in togglePin()
112 mLauncherApps.pinShortcuts(packageName, pinned, selected.getUserHandle()); in togglePin()
/development/tools/winscope/src/viewers/viewer_window_manager/
Dpresenter.ts161 selected: [Trace<HierarchyTreeNode>, HierarchyTreeNode],
163 if (!selected[1].isRoot()) {
167 .getCurrentHierarchyTreeNames(selected[0])
/development/tools/winscope/src/viewers/common/
Dabstract_hierarchy_viewer_presenter.ts268 const selected = this.hierarchyPresenter.getSelectedTree(); constant
269 if (selected) {
270 const [trace, selectedTree] = selected;
283 this.getOverrideDisplayName(selected),
339 selected: [Trace<HierarchyTreeNode>, HierarchyTreeNode],
Dabstract_presenter_input_method.ts148 const selected = this.hierarchyPresenter.getSelectedTree(); constant
150 if (!selected && highlightedItem !== undefined) {
250 selected: [Trace<HierarchyTreeNode>, HierarchyTreeNode],
/development/tools/winscope/src/app/components/
Dcollect_traces_component.ts602 const selected: ConfigMap = {}; constant
605 selected[con.key] = con.value;
608 return selected;
/development/samples/browseable/ScopedDirectoryAccess/src/com.example.android.scopeddirectoryaccess/
DScopedDirectoryAccessFragment.java118 String selected = mDirectoriesSpinner.getSelectedItem().toString(); in onViewCreated()
119 String directoryName = getDirectoryName(selected); in onViewCreated()
148 String selected = mDirectoriesSpinner.getSelectedItem().toString(); in onViewCreated()
149 String directoryName = getDirectoryName(selected); in onViewCreated()
/development/tools/motion/motion_test_watcher_app/src/app/test-overview/
Dtest-overview.component.ts41 ? selection.selected[0].value
/development/samples/browseable/DelayedConfirmation/
D_index.jd12selected or finishes. The activity on the wearable uses BoxInsetLayout to automatically apply
/development/tools/winscope/src/viewers/viewer_surface_flinger/
Dpresenter.ts188 selected: [Trace<HierarchyTreeNode>, HierarchyTreeNode],
190 return selected[1].isRoot()
191 ? this.hierarchyPresenter.getCurrentHierarchyTreeNames(selected[0])?.at(0)
/development/samples/browseable/DrawableTinting/
D_index.jd12 states of a View (for example disabled/enabled, focused, pressed or selected).
/development/samples/JetBoy/
DJETBOY_content_README.txt11 …e, you can use the OPEN command to open the .jtc file in the folder you selected as the target for…
/development/samples/browseable/Quiz/
D_index.jd12 …by answers as actions. When an answer is selected, the corresponding question\'s DataItem is updat…
/development/tools/ota_analysis/src/components/
DBaseFile.vue11 <div v-if="fileName"> File selected: {{ fileName }}</div>
/development/tools/winscope/src/
Dmaterial-theme.scss95 --selected-element-color: #d2e3fc;
120 --selected-element-color: #5f718a;
/development/samples/TicTacToeMain/
DREADME.txt18 displayed to the user. When one of the start buttons is selected, an
/development/vndk/tools/header-checker/
DREADME.md119 specified, the selected config section is:
/development/samples/training/multiscreen/newsreader/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/ActivityLifecycle/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/FragmentBasics/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...

12