Home
last modified time | relevance | path

Searched defs:width (Results 1 – 25 of 34) sorted by relevance

12

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/common/customcomp/
DCustomJBTextField.java34 private int width; field in CustomJBTextField
61 public void setWidth(int width) { in setWidth()
/developtools/ace-js2bundle/ace-loader/test/card/expected/mediaQuery/
DmediaQuery.json13 "width": "100%", string
20 "width": "100%", string
33 "width": "500px", string
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/component/
DScrollTablePanel.java115 int width = (getWidth() - 20) / columns.length; in paint() local
179 int width = (getWidth() - 20) / columnSize; in paint() local
223 private void drawString(Graphics graphics, int xAxis, int yAxis, int width, String str) { in drawString()
/developtools/ace-js2bundle/ace-loader/test/rich/expected/
DmediaQuery.js32 "width": "100%", property
39 "width": "100%", property
78 "width": "500px", property
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/timer-shaft/
DFlag.ts19 width: number = 0 property in Flag
DRect.ts19 width: number = 0 property in Rect
DSportRuler.ts122 const {width} = this.c.measureText(text); constant
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/
DRuler.java65 int width = getWidth(); in paint() local
DTracePanel.java258 int width = Math.abs(Utils.getX(startPoint) - Utils.getX(endPoint)) == 0 ? 1 in mouseDraggedThreadRow() local
DTraceThreadRow.java123 int width = Math.abs(x2 - x1); in contentPaint() local
/developtools/ace-js2bundle/ace-loader/test/card/expected/exteriorStyle/
DexteriorStyle.json10 "width": "100%", string
14 "width": "100px", string
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/fragment/graph/
DAbstractGraph.java114 …public void setRect(final double xAxis, final double yAxis, final double width, final double heigh… in setRect()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/distributed/component/
DDistributedRuler.java45 int width = (int) (getBounds().getWidth() - Utils.getX(rect)); in paint() local
DTraceFuncRow.java113 int width = Math.abs(x2 - x1); in contentPaint() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/fragment/ruler/
DTopFragment.java54 int width = getRoot().getWidth() - Utils.getX(getRect()); in draw() local
DLeftFragment.java45 final int width = 200; in LeftFragment() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/charts/
DBarChart.java229 private int width; field in BarChart.BarDataModel
260 public void setWidth(int width) { in setWidth()
/developtools/profiler/host/smartperf/ide/src/trace/database/
DProcedureWorkerCommon.ts52 width: number = 0 property in Rect
/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpRecyclerSystemTrace.ts112 let width = entries[0].contentRect.width - 1 - SpRecyclerSystemTrace.scrollViewWidth; variable
121 let width = this.clientWidth - 1 - SpRecyclerSystemTrace.scrollViewWidth variable
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/
DItemsView.java125 private void adjustLayout(int width) { in adjustLayout()
DProfilerTimeline.java130 public ProfilerTimeline(int width, int height) { in ProfilerTimeline()
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/
DTimerShaftElement.ts162 const width = this.canvas?.clientWidth || 0; constant
/developtools/profiler/protos/types/plugins/ftrace_data/
Dftrace.proto90 uint32 width = 6; field
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/
Dftrace.proto90 uint32 width = 6; field
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/fragment/
DAbstractDataFragment.java345 public void setRect(int xSize, int ySize, int width, int height) { in setRect()

12