| /developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerHeapTimeline.ts | 61 row.hoverY >= re.frame.y && 62 row.hoverY <= re.frame.y + re.frame.height 68 if (re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
|
| D | ProcedureWorkerSoInit.ts | 51 row.hoverY >= so.frame.y && 52 row.hoverY <= so.frame.y + so.frame.height 58 if (so.frame && isFrameContainPoint(so.frame, row.hoverX, row.hoverY)) {
|
| D | ProcedureWorkerCpuProfiler.ts | 76 jsCpuProfilerRow.hoverY >= re.frame.y && 77 jsCpuProfilerRow.hoverY <= re.frame.y + re.frame.height 83 … if (re.frame && isFrameContainPoint(re.frame, jsCpuProfilerRow.hoverX, jsCpuProfilerRow.hoverY)) {
|
| D | ProcedureWorkerJank.ts | 61 row.hoverY >= re.frame.y && 62 row.hoverY <= re.frame.y + re.frame.height 68 if (re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
|
| D | ProcedureWorkerFunc.ts | 63 row.hoverY >= re.frame.y && 64 row.hoverY <= re.frame.y + re.frame.height 70 if (re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
|
| D | ProcedureWorkerHeapSnapshot.ts | 44 if (re.frame && !isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) { 47 if (re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
|
| D | ProcedureWorker.ts | 207 req.hoverY = e.data.params.hoverY;
|
| D | ProcedureWorkerVirtualMemory.ts | 53 if (row.isHover && re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
|
| D | ProcedureWorkerFreqExtend.ts | 48 if (row.isHover && re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
|
| D | ProcedureWorkerThread.ts | 57 if (row.isHover && re.frame && isFrameContainPoint(re.frame!, row.hoverX, row.hoverY)) {
|
| D | ProcedureWorkerMem.ts | 61 if (re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
|
| D | ProcedureWorkerNetworkAbility.ts | 57 isFrameContainPoint(re.frame, networkAbilityRow.hoverX, networkAbilityRow.hoverY)
|
| D | ProcedureWorkerIrq.ts | 57 if (row.isHover && re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
|
| D | ProcedureWorkerFreq.ts | 53 if (row.isHover && re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
|
| D | ProcedureWorkerCpuAbility.ts | 59 isFrameContainPoint(re.frame, cpuAbilityRow.hoverX, cpuAbilityRow.hoverY)
|
| D | ProcedureWorkerClock.ts | 51 if (row.isHover && re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
|
| D | ProduceWorkerSdkSlice.ts | 46 if (row.isHover && re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
|
| D | ProcedureWorkerFrameAnimation.ts | 58 isFrameContainPoint(currentAnimationStruct.frame, row.hoverX, row.hoverY)
|
| D | ProcedureWorkerFPS.ts | 43 if (row.isHover && re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
|
| D | ProcedureWorkerMemoryAbility.ts | 58 isFrameContainPoint(re.frame, memoryAbilityRow.hoverX, memoryAbilityRow.hoverY)
|
| D | ProcedureWorkerEnergyAnomaly.ts | 67 if (row.isHover && re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/hiperf/ |
| D | ProcedureWorkerHiPerfCallChart.ts | 59 row.hoverY >= re.frame.y && 60 row.hoverY <= re.frame.y + re.frame.height 66 if (re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
|
| /developtools/smartperf_host/ide/src/trace/component/trace/ |
| D | TimerShaftElement.ts | 126 hoverY: number = 0; property in TimerShaftElement 422 hoverY: this.hoverY,
|
| /developtools/smartperf_host/ide/src/trace/component/trace/base/ |
| D | TraceRow.ts | 137 hoverY: number = 0; property in TraceRow 532 … (re) => re.frame && isFrameContainPoint(re.frame, this.hoverX, this.hoverY, strict, offset) 537 … (re) => re.frame && isFrameContainPoint(re.frame, this.hoverX, this.hoverY, strict, offset) 1265 hoverY: this.hoverY, 1330 this.hoverY = y - myRect.y;
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/cpu/ |
| D | ProcedureWorkerCpuFreqLimits.ts | 63 if (re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
|