/development/tools/otagui/src/components/ |
D | FileList.vue | 7 @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)
|
D | BaseSelect.vue | 13 :selected="option === modelValue"
|
D | BaseFile.vue | 11 <div v-if="fileName"> File selected: {{ fileName }}</div>
|
D | FileSelect.vue | 16 :selected="option.path === modelValue"
|
D | PartialCheckbox.vue | 67 // Set the default value to be true once mounted if nothing has been selected
|
D | OTAOptions.vue | 84 * Return the partition list of the selected target build.
|
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/ |
D | ShortcutListFragment.java | 93 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/ |
D | presenter.ts | 161 selected: [Trace<HierarchyTreeNode>, HierarchyTreeNode], 163 if (!selected[1].isRoot()) { 167 .getCurrentHierarchyTreeNames(selected[0])
|
/development/tools/winscope/src/viewers/common/ |
D | abstract_hierarchy_viewer_presenter.ts | 268 const selected = this.hierarchyPresenter.getSelectedTree(); constant 269 if (selected) { 270 const [trace, selectedTree] = selected; 283 this.getOverrideDisplayName(selected), 339 selected: [Trace<HierarchyTreeNode>, HierarchyTreeNode],
|
D | abstract_presenter_input_method.ts | 148 const selected = this.hierarchyPresenter.getSelectedTree(); constant 150 if (!selected && highlightedItem !== undefined) { 250 selected: [Trace<HierarchyTreeNode>, HierarchyTreeNode],
|
/development/tools/winscope/src/app/components/ |
D | collect_traces_component.ts | 602 const selected: ConfigMap = {}; constant 605 selected[con.key] = con.value; 608 return selected;
|
/development/samples/browseable/ScopedDirectoryAccess/src/com.example.android.scopeddirectoryaccess/ |
D | ScopedDirectoryAccessFragment.java | 118 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/ |
D | test-overview.component.ts | 41 ? selection.selected[0].value
|
/development/samples/browseable/DelayedConfirmation/ |
D | _index.jd | 12 … selected or finishes. The activity on the wearable uses BoxInsetLayout to automatically apply
|
/development/tools/winscope/src/viewers/viewer_surface_flinger/ |
D | presenter.ts | 188 selected: [Trace<HierarchyTreeNode>, HierarchyTreeNode], 190 return selected[1].isRoot() 191 ? this.hierarchyPresenter.getCurrentHierarchyTreeNames(selected[0])?.at(0)
|
/development/samples/browseable/DrawableTinting/ |
D | _index.jd | 12 states of a View (for example disabled/enabled, focused, pressed or selected).
|
/development/samples/JetBoy/ |
D | JETBOY_content_README.txt | 11 …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.jd | 12 …by answers as actions. When an answer is selected, the corresponding question\'s DataItem is updat…
|
/development/tools/ota_analysis/src/components/ |
D | BaseFile.vue | 11 <div v-if="fileName"> File selected: {{ fileName }}</div>
|
/development/tools/winscope/src/ |
D | material-theme.scss | 95 --selected-element-color: #d2e3fc; 120 --selected-element-color: #5f718a;
|
/development/samples/TicTacToeMain/ |
D | README.txt | 18 displayed to the user. When one of the start buttons is selected, an
|
/development/vndk/tools/header-checker/ |
D | README.md | 119 specified, the selected config section is:
|
/development/samples/training/multiscreen/newsreader/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/basic/ActivityLifecycle/libs/ |
D | android-support-v13.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/basic/FragmentBasics/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |