Home
last modified time | relevance | path

Searched defs:highlighted (Results 1 – 9 of 9) sorted by relevance

/external/perfetto/ui/src/common/
Dflamegraph_unittest.ts29 highlighted: false, constant
40 highlighted: false, constant
51 highlighted: false, constant
62 highlighted: false, constant
83 highlighted: false, constant
94 highlighted: false, constant
105 highlighted: false, constant
116 highlighted: false, constant
127 highlighted: false, constant
148 highlighted: false, constant
[all …]
Dstate.ts192 highlighted: boolean; property
/external/perfetto/infra/perfetto.dev/src/assets/
Dstyle.scss903 a.highlighted { class
/external/rappor/apps/rappor-analysis/
Dserver.R9 PlotCohorts <- function(x, highlighted, color = "grey") { argument
/external/perfetto/ui/src/frontend/
Dflow_events_renderer.ts214 const highlighted = flow.end.sliceId === globals.state.highlightedSliceId || constant
/external/perfetto/ui/src/controller/
Dflamegraph_controller.ts378 const highlighted = focusRegex !== '' && constant
/external/perfetto/ui/src/tracks/chrome_slices/
Dindex.ts267 const highlighted = titleId === this.hoveredTitleId || constant
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/
DStylizeActivity.java255 public void setHilighted(final boolean highlighted) { in setHilighted()
/external/autotest/frontend/client/src/autotest/common/spreadsheet/
DSpreadsheet.java567 public void setHighlighted(CellInfo cell, boolean highlighted) { in setHighlighted()