Home
last modified time | relevance | path

Searched defs:chartNum (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/fragment/ruler/
DAbstractNode.java58 double chartNum = (rectangle.getWidth() - LEFT_PADDING - RIGHT_PADDING) / chartWidth; in drawString() local
78 double chartNum = (rectangle.width - LEFT_PADDING - RIGHT_PADDING) / chartWidth; in drawString() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/
DCommon.java153 double chartNum = (rectangle.width - LEFT_PADDING - RIGHT_PADDING) / chartWidth; in drawStringCenter() local
182 double chartNum = (rectangle.width - LEFT_PADDING - RIGHT_PADDING) / chartWidth; in drawStringVHCenter() local
207 double chartNum = (rect.width - LEFT_PADDING - RIGHT_PADDING) / chartWidth; in drawStringMiddleHeight() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/distributed/util/
DDistributedCommon.java157 double chartNum = (rectangle.width - LEFT_PADDING - RIGHT_PADDING) / chartWidth; in drawStringCenter() local
187 double chartNum = (rectangle.width - LEFT_PADDING - RIGHT_PADDING) / chartWidth; in drawStringVHCenter() local
212 double chartNum = (rect.width - LEFT_PADDING - RIGHT_PADDING) / chartWidth; in drawStringMiddleHeight() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/bean/
DCpuData.java75 private double chartNum; field in CpuData