Home
last modified time | relevance | path

Searched refs:isVisible (Results 1 – 6 of 6) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRow.ts821 let isVisible = false; variable
823 this.rowSettingPop!.visible = isVisible;
825 isVisible = true;
828 this.rowSettingPop!.visible = isVisible;
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/
DBarLineScatterCandleBubbleRenderer.ets92 return dataSet.isVisible() && (dataSet.isDrawValuesEnabled() || dataSet.isDrawIconsEnabled());
DRadarChartRenderer.ets76 if (set1.isVisible()) {
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/
DBaseDataSet.ets381 public isVisible(): boolean {
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/interfaces/datasets/
DIDataSet.ets491 isVisible() : boolean;
/developtools/ace_ets2bundle/compiler/sample/pages/testcases/
DshowcaseCovid19.ets89 isVisible: boolean = false;
90 constructor(id: number, height: number, color: string, isVisible: boolean) {
94 this.isVisible = isVisible;
648 …const isVisible: boolean = (this.monthsPresentation.firstMonth() <= i) && (i < this.monthsPresenta…
653 isVisible
664 if (m.isVisible) {