Home
last modified time | relevance | path

Searched defs:rowHeight (Results 1 – 8 of 8) sorted by relevance

/developtools/smartperf_host/smartperf_host/ide/test/trace/component/trace/base/
DTraceRowRecyclerView.test.ts72 rowHeight: 40, constant
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/base/
DTraceRowObject.ts24 public rowHeight: number = 40; property in TraceRowObject
/developtools/smartperf_host/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerXpowerWifi.ts173 static rowHeight: number = 100; property in XpowerWifiStruct
DProcedureWorkerXpowerAppDetail.ts194 static rowHeight: number = 200; property in XpowerAppDetailStruct
DProcedureWorkerXpowerThreadInfo.ts142 static rowHeight: number = 200; property in XpowerThreadInfoStruct
DProcedureWorkerXpowerGpuFreq.ts197 static rowHeight: number = 200; property in XpowerGpuFreqStruct
DProcedureWorkerXpowerStatistic.ts250 static rowHeight: number = 200; property in XpowerStatisticStruct
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/
DSpChartList.ts667 let rowHeight = sp.collectRows.reduce((pre, row) => { variable