Searched refs:timestamp10 (Results 1 – 2 of 2) sorted by relevance
/development/tools/winscope/src/app/ |
D | timeline_data_test.ts | 32 const timestamp10 = TimestampConverterUtils.makeRealTimestamp(10n); constant 38 .setTimestamps(TraceType.SURFACE_FLINGER, [timestamp10]) 72 .setTimestamps(TraceType.SURFACE_FLINGER, [timestamp10, timestamp11]) 87 expect(timelineData.getFullTimeRange().from).toBe(timestamp10); 200 .setTimestamps(TraceType.SURFACE_FLINGER, [timestamp10]) 227 .setTimestamps(TraceType.SURFACE_FLINGER, [timestamp10]) 228 .setTimestamps(TraceType.WINDOW_MANAGER, [timestamp10]) 240 .setTimestamps(TraceType.SURFACE_FLINGER, [timestamp10])
|
/development/tools/winscope/src/app/components/timeline/mini-timeline/ |
D | mini_timeline_component_test.ts | 47 const timestamp10 = TimestampConverterUtils.makeRealTimestamp(10n); constant 64 .setTimestamps(TraceType.SURFACE_FLINGER, [timestamp10]) 65 .setTimestamps(TraceType.TRANSACTIONS, [timestamp10, timestamp20]) 135 expect(fullRange.from).toBe(timestamp10); 278 const initialZoom = new TimeRange(timestamp10, timestamp1000); 305 let initialZoom = new TimeRange(timestamp10, timestamp1000); 333 const initialZoom = new TimeRange(timestamp10, timestamp1000); 382 range: new TimeRange(timestamp10, timestamp10), 388 component.bookmarks = [timestamp10]; 406 range: new TimeRange(timestamp10, timestamp10), [all …]
|