Home
last modified time | relevance | path

Searched refs:isFrameContainPoint (Results 1 – 25 of 31) sorted by relevance

12

/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerHeapSnapshot.ts16 import { BaseStruct, Rect, Render, drawLoadingFrame, isFrameContainPoint } from './ProcedureWorkerC…
44 if (re.frame && !isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
47 if (re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
DProcedureWorkerVirtualMemory.ts26 isFrameContainPoint,
53 if (row.isHover && re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
DProcedureWorkerFreqExtend.ts17 import { BaseStruct, dataFilterHandler, isFrameContainPoint, Render, RequestMessage } from './Proce…
48 if (row.isHover && re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
DProcedureWorkerThread.ts19 isFrameContainPoint,
57 if (row.isHover && re.frame && isFrameContainPoint(re.frame!, row.hoverX, row.hoverY)) {
DProcedureWorkerMem.ts25 isFrameContainPoint,
61 if (re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
DProcedureWorkerHeapTimeline.ts15 import { BaseStruct, Rect, drawLoadingFrame, isFrameContainPoint } from './ProcedureWorkerCommon';
68 if (re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
DProcedureWorkerNetworkAbility.ts19 isFrameContainPoint,
57 isFrameContainPoint(re.frame, networkAbilityRow.hoverX, networkAbilityRow.hoverY)
DProcedureWorkerIrq.ts19 isFrameContainPoint,
57 if (row.isHover && re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
DProcedureWorkerFreq.ts21 isFrameContainPoint,
53 if (row.isHover && re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
DProcedureWorkerCpuAbility.ts20 isFrameContainPoint,
59 isFrameContainPoint(re.frame, cpuAbilityRow.hoverX, cpuAbilityRow.hoverY)
DProcedureWorkerClock.ts16 import { BaseStruct, dataFilterHandler, drawLoadingFrame, isFrameContainPoint, Render } from './Pro…
51 if (row.isHover && re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
DProduceWorkerSdkSlice.ts16 import { Render, BaseStruct, isFrameContainPoint, ns2x } from './ProcedureWorkerCommon';
46 if (row.isHover && re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
DProcedureWorkerFrameAnimation.ts22 isFrameContainPoint,
58 isFrameContainPoint(currentAnimationStruct.frame, row.hoverX, row.hoverY)
DProcedureWorkerFPS.ts16 import { BaseStruct, isFrameContainPoint, ns2x, Rect, Render } from './ProcedureWorkerCommon';
43 if (row.isHover && re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
DProcedureWorkerMemoryAbility.ts21 isFrameContainPoint,
58 isFrameContainPoint(re.frame, memoryAbilityRow.hoverX, memoryAbilityRow.hoverY)
DProcedureWorkerEnergyAnomaly.ts24 isFrameContainPoint,
67 if (row.isHover && re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
DProduceWorkerSdkCounter.ts16 import { BaseStruct, isFrameContainPoint, ns2x, Render } from './ProcedureWorkerCommon';
46 if (row.isHover && re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
DProcedureWorkerEnergyState.ts16 import { BaseStruct, isFrameContainPoint, drawLoadingFrame, ns2x, Render } from './ProcedureWorkerC…
47 if (row.isHover && re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
DProcedureWorkerSoInit.ts18 import { BaseStruct, isFrameContainPoint, ns2x, Render, RequestMessage, drawString } from './Proced…
58 if (so.frame && isFrameContainPoint(so.frame, row.hoverX, row.hoverY)) {
DProcedureWorkerDiskIoAbility.ts19 isFrameContainPoint,
58 isFrameContainPoint(re.frame, diskIoAbilityRow.hoverX, diskIoAbilityRow.hoverY)
DProcedureWorkerHeap.ts16 import { Rect, Render, isFrameContainPoint, ns2x, drawLoadingFrame } from './ProcedureWorkerCommon';
76 if (row.isHover && re.frame && !find && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
DProcedureWorkerCpuProfiler.ts21 isFrameContainPoint,
83 … if (re.frame && isFrameContainPoint(re.frame, jsCpuProfilerRow.hoverX, jsCpuProfilerRow.hoverY)) {
DProcedureWorkerEnergySystem.ts19 isFrameContainPoint,
58 …if (row.isHover && energySysStruct.frame && isFrameContainPoint(energySysStruct.frame, row.hoverX,…
/developtools/smartperf_host/ide/src/trace/database/ui-worker/hiperf/
DProcedureWorkerHiPerfCallChart.ts23 isFrameContainPoint,
66 if (re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {
/developtools/smartperf_host/ide/src/trace/database/ui-worker/cpu/
DProcedureWorkerCpuFreqLimits.ts20 isFrameContainPoint,
63 if (re.frame && isFrameContainPoint(re.frame, row.hoverX, row.hoverY)) {

12