/development/tools/winscope/src/viewers/components/rects/ |
D | rects_component_test.ts | 152 {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 …]
|
D | ui_rect_builder.ts | 30 groupId: number | undefined; property in UiRectBuilder 84 this.groupId = value; 151 if (this.groupId === undefined) { 180 this.groupId,
|
D | rects_component.ts | 459 (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);
|
D | types2d.ts | 30 readonly groupId: number,
|
D | mapper3d.ts | 183 return rects.filter((rect) => rect.groupId === this.currentGroupId);
|
/development/tools/winscope/src/trace/ |
D | trace_rect_builder.ts | 30 groupId: number | undefined; property in TraceRectBuilder 78 this.groupId = value; 136 if (this.groupId === undefined) { 165 this.groupId,
|
D | trace_rect.ts | 31 readonly groupId: number,
|
/development/tools/winscope/src/viewers/common/ |
D | ui_rect_factory.ts | 40 .setGroupId(traceRect.groupId) 55 makeVcUiRects(hierarchyRoot: HierarchyTreeNode, groupId: number): UiRect[] { 70 .setGroupId(groupId)
|
D | display_identifier.ts | 19 groupId: number; property
|
/development/tools/winscope/src/viewers/viewer_surface_flinger/ |
D | presenter_test.ts | 272 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'},
|
D | presenter.ts | 216 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/ |
D | ContactManager.java | 64 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()
|
D | ContactOperations.java | 195 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/ |
D | presenter.ts | 180 ids.push({displayId: rect.id, groupId: rect.groupId, name: displayName});
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/ |
D | SyncAdapter.java | 94 final long groupId = ContactManager.ensureSampleGroupExists(mContext, account); in onPerformSync() local 111 groupId, in onPerformSync()
|
/development/tools/winscope/src/parsers/surface_flinger/computations/ |
D | rects_computation.ts | 138 groupIdToAbsoluteZ.set(displayRect.groupId, 1),
|
/development/tools/winscope/src/viewers/viewer_view_capture/ |
D | presenter.ts | 256 groupId: traceId,
|