Home
last modified time | relevance | path

Searched refs:groupId (Results 1 – 17 of 17) sorted by relevance

/development/tools/winscope/src/viewers/components/rects/
Drects_component_test.ts152 {displayId: 0, groupId: 0, name: 'Display 0'},
153 {displayId: 1, groupId: 1, name: 'Display 1'},
154 {displayId: 2, groupId: 2, name: 'Display 2'},
162 {displayId: 0, groupId: 0, name: 'Display 0'},
163 {displayId: 1, groupId: 1, name: 'Display 1'},
164 {displayId: 2, groupId: 2, name: 'Display 2'},
175 let groupId = 0; variable
177 groupId = (event as CustomEvent).detail.groupId;
186 expect(groupId).toEqual(1);
191 {displayId: 10, groupId: 0, name: 'Display 0'},
[all …]
Dui_rect_builder.ts30 groupId: number | undefined; property in UiRectBuilder
84 this.groupId = value;
151 if (this.groupId === undefined) {
180 this.groupId,
Drects_component.ts459 (display) => display.groupId === this.mapper3d.getCurrentGroupId(),
565 detail: {groupId: display.groupId},
637 (rect) => !rect.isDisplay && rect.groupId === display.groupId,
645 this.mapper3d.setCurrentGroupId(display.groupId);
693 this.mapper3d.setCurrentGroupId(this.internalMiniRects[0]?.groupId);
Dtypes2d.ts30 readonly groupId: number,
Dmapper3d.ts183 return rects.filter((rect) => rect.groupId === this.currentGroupId);
/development/tools/winscope/src/trace/
Dtrace_rect_builder.ts30 groupId: number | undefined; property in TraceRectBuilder
78 this.groupId = value;
136 if (this.groupId === undefined) {
165 this.groupId,
Dtrace_rect.ts31 readonly groupId: number,
/development/tools/winscope/src/viewers/common/
Dui_rect_factory.ts40 .setGroupId(traceRect.groupId)
55 makeVcUiRects(hierarchyRoot: HierarchyTreeNode, groupId: number): UiRect[] {
70 .setGroupId(groupId)
Ddisplay_identifier.ts19 groupId: number; property
/development/tools/winscope/src/viewers/viewer_surface_flinger/
Dpresenter_test.ts272 groupId: 5,
275 {displayId: '4619827259835644672', groupId: 0, name: 'EMU_display_0'},
276 {displayId: '4619827551948147201', groupId: 2, name: 'EMU_display_1'},
277 {displayId: '4619827124781842690', groupId: 3, name: 'EMU_display_2'},
278 {displayId: '4619827540095559171', groupId: 4, name: 'EMU_display_3'},
Dpresenter.ts216 ids.push({displayId, groupId: rect.groupId, name: rect.label});
223 if (!ids.find((identifier) => identifier.groupId === rect.groupId)) {
228 ids.push({displayId: -1, groupId: rect.groupId, name});
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactManager.java64 long groupId = 0; in ensureSampleGroupExists() local
72 groupId = cursor.getLong(0); in ensureSampleGroupExists()
79 if (groupId == 0) { in ensureSampleGroupExists()
88 groupId = ContentUris.parseId(newGroupUri); in ensureSampleGroupExists()
90 return groupId; in ensureSampleGroupExists()
106 List<RawContact> rawContacts, long groupId, long lastSyncMarker) { in updateContacts() argument
151 addContact(context, account, rawContact, groupId, true, batchOperation); in updateContacts()
280 long groupId, boolean inSync, BatchOperation batchOperation) { in addContact() argument
292 .addGroupMembership(groupId) in addContact()
DContactOperations.java195 public ContactOperations addGroupMembership(long groupId) { in addGroupMembership() argument
197 mValues.put(GroupMembership.GROUP_ROW_ID, groupId); in addGroupMembership()
/development/tools/winscope/src/viewers/viewer_window_manager/
Dpresenter.ts180 ids.push({displayId: rect.id, groupId: rect.groupId, name: displayName});
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
DSyncAdapter.java94 final long groupId = ContactManager.ensureSampleGroupExists(mContext, account); in onPerformSync() local
111 groupId, in onPerformSync()
/development/tools/winscope/src/parsers/surface_flinger/computations/
Drects_computation.ts138 groupIdToAbsoluteZ.set(displayRect.groupId, 1),
/development/tools/winscope/src/viewers/viewer_view_capture/
Dpresenter.ts256 groupId: traceId,