Home
last modified time | relevance | path

Searched refs:label (Results 1 – 25 of 89) sorted by relevance

1234

/development/tools/otagui/src/services/
DJobSubmission.js121 label: 'Incremental OTA', property
126 label: 'Partial OTA', property
131 label: 'Verbose' property
137 label: 'Downgrade', property
142 label: 'Override time stamp' property
146 label: 'Wipe User data' property
154 label: 'Skip compatibility check' property
162 label: 'Generate non-A/B package' property
173 label: 'Block-based OTA', property
180 label: 'Full bootloader', property
[all …]
/development/tools/ota_analysis/src/components/
DPartialCheckbox.vue12 v-for="label in labels"
13 :key="label"
19 :value="label"
20 :checked="modelValue.get(label)"
23 <label v-if="label"> {{ label }} </label>
DBaseFile.vue2 <label class="file-select ma-5">
9 <span v-if="label">{{ !fileName ? label : '' }}</span>
19 </label>
25 label: {
/development/tools/otagui/src/components/
DBaseSelect.vue2 <label v-if="label"> {{ label }} </label>
25 label: {
DBaseCheckbox.vue2 <label
3 v-if="label"
13 {{ label }}
14 </label>
20 label: {
DBaseRadio.vue8 <label>{{ label }}</label>
14 label: {
DPartialCheckbox.vue12 v-for="label in labels"
13 :key="label"
17 <label
18 v-if="label"
23 :value="label"
24 :checked="partitionSelected.get(label)"
27 {{ label }}
28 </label>
DOTAJobTable.vue33 label: "Source build",
38 label: "Target build",
43 label: "Status",
55 label: "Partial",
60 label: "Start Time",
68 label: "Finish Time",
DBaseFile.vue2 <label class="file-select ma-5">
9 <span v-if="label">{{ !fileName ? label : '' }}</span>
19 </label>
25 label: {
DBaseInput.vue2 <h3> {{ label }} </h3>
6 :placeholder="label"
16 label:{
DBuildTable.vue33 label: "Build Name",
38 label: "Upload Time",
46 label: "Build ID",
51 label: "Build Version",
56 label: "Build Flavor",
/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/
DAnalogAndCardBoundsWatchFaceConfigActivity.java34 TextView label = (TextView) findViewById(R.id.label); in onCreate() local
35 label.setText(label.getText() + " (" + name.getClassName() + ")"); in onCreate()
DOpenGLWatchFaceConfigActivity.java39 TextView label = (TextView) findViewById(R.id.label); in onCreate() local
40 label.setText(label.getText() + " (" + name.getClassName() + ")"); in onCreate()
/development/tools/winscope/src/viewers/viewer_surface_flinger/
Dviewer_surface_flinger_component.ts110 label: this.rectsTitle,
115 label: CollapsibleSectionType.HIERARCHY,
120 label: 'PROPERTIES',
125 label: this.propertiesTitle,
/development/tools/winscope/src/viewers/common/
Dcollapsible_sections_test.ts27 label: 'LAYERS', constant
32 label: 'HIERARCHY', constant
37 label: 'PROTO DUMP', constant
57 label: 'HIERARCHY',
68 label: 'HIERARCHY',
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DCard.java273 private void addAction(String label, int id, int type) { in addAction() argument
275 cardAction.label = label; in addAction()
422 public Builder addAction(String label, int id, int type) { in addAction() argument
423 mCard.addAction(label, id, type); in addAction()
461 public Builder setProgressLabel(String label) { in setProgressLabel() argument
466 mCard.mCardProgress.label = label; in setProgressLabel()
569 actionButton.setText(action.label); in initializeActionViews()
595 .setText(mCard.mCardProgress.label); in initializeProgressView()
612 public String label; field in Card.CardAction
619 actionClone.label = label; in createShallowClone()
[all …]
/development/tools/winscope/src/viewers/viewer_window_manager/
Dviewer_window_manager_component.ts83 label: this.rectsTitle,
88 label: CollapsibleSectionType.HIERARCHY,
93 label: CollapsibleSectionType.PROPERTIES,
/development/tools/winscope/src/viewers/viewer_view_capture/
Dviewer_view_capture_component.ts88 label: this.rectsTitle,
93 label: CollapsibleSectionType.HIERARCHY,
98 label: CollapsibleSectionType.PROPERTIES,
/development/samples/ApiDemos/src/com/example/android/apis/view/
DTableLayout8.java57 TextView label = new TextView(this); in appendRow() local
58 label.setText(R.string.table_layout_8_quit); in appendRow()
59 label.setPadding(3, 3, 3, 3); in appendRow()
66 row.addView(label, new TableRow.LayoutParams(1)); in appendRow()
DTableLayout7.java66 TextView label = new TextView(this); in appendRow() local
67 label.setText(R.string.table_layout_7_quit); in appendRow()
68 label.setPadding(3, 3, 3, 3); in appendRow()
75 row.addView(label, new TableRow.LayoutParams(1)); in appendRow()
/development/tools/winscope/src/viewers/components/rects/
Dui_rect_builder.ts25 label: string | undefined; property in UiRectBuilder
59 this.label = value;
135 if (this.label === undefined) {
176 this.label,
Dcanvas.ts185 labels.forEach((label) => {
186 const circleMesh = this.makeLabelCircleMesh(label.circle, isDarkMode);
189 const linePoints = label.linePoints.map((point: Point3D) => {
194 color: label.isHighlighted
203 this.drawLabelTextHtml(label);
207 private drawLabelTextHtml(label: Label3D) {
210 spanText.innerText = label.text;
216 spanPlaceholder.innerText = label.text;
227 if (!label.isHighlighted) {
233 this.propagateUpdateHighlightedItem(event, label.rectId),
[all …]
/development/tools/winscope/src/viewers/components/
Dviewer_input_method_component.ts87 label: CollapsibleSectionType.HIERARCHY,
92 label: CollapsibleSectionType.IME_ADDITIONAL_PROPERTIES,
97 label: CollapsibleSectionType.PROPERTIES,
/development/tools/idegen/src/
DStopwatch.java24 void reset(String label) { in reset() argument
26 Log.info(label + ": " + (now - last) + "ms"); in reset()
/development/tools/motion/motion_test_watcher_app/src/app/
Dgolden.ts4 label: string; property
17 label: string; property

1234