Home
last modified time | relevance | path

Searched refs:screen (Results 1 – 18 of 18) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/frame/
DTabFrameSpacing.ts75 frameSpacing.screen = structValue.physicalWidth;
80 frameSpacing.screen = structValue.physicalHeight;
85 frameSpacing.screen = 0;
90 frameSpacing.screen = 0;
200 screen: number | undefined; property in FrameSpacingTableStruct
/developtools/ace_js2bundle/ace-loader/test/lite/testcase/pages/exteriorStyle/
DexteriorStyle.css87 @media screen and (max-width: 454px) {
95 @media screen and (min-width: 455px) {
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/energy/
DTabPanePowerBattery.ts48 screen: [],
74 { name: 'Screen', value: powerData.POWER_IDE_BATTERY.screen },
/developtools/profiler/host/smartperf/client/client_command/
DREADME_zh.md55 | -screen | 采集屏幕分辨率和刷新率 |否|
87 -snapshot get screen capture
92 -screen get screen resolution
101 SP_daemon -screen
Dsp_utils.cpp226 std::string screen = screenStr.substr(left, right - left); in GetScreen() local
227 return screen; in GetScreen()
/developtools/ace_js2bundle/ace-loader/test/rich/common/css/
Dmedia.css1 @media screen and (min-width: 600) and (max-width: 1200) {
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/
DAxisRenderer.ets32 /** transformer to transform values to screen pixels and return */
271 * Draws the axis labels to the screen.
292 * Draws the LimitLines associated with this axis to the screen.
DYAxisRenderer.ets47 * draws the y-axis labels to the screen
281 …* Transforms the values contained in the axis entries to screen pixels and returns them in form of…
341 * Draws the LimitLines associated with this axis to the screen.
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/formatter/
DIValueFormatter.ets20 * being drawn to the screen. Simply create your own formatting class and let
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/
DDescription.ets61 * Sets a custom position for the description text in pixels on the screen.
DIMarker.ets51 * Draws the IMarker on the given position on the screen with the given Canvas object.
DXAxis.ets108 * in the chart "clip" off the edge of the chart or the screen
/developtools/profiler/protos/types/plugins/xpower_data/
Dxpower_plugin_result.proto41 int64 screen = 6; //屏幕状态 field
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/
DTransformer.ets29 * transforming values into pixels on the screen and backwards.
35 * matrix to map the values to the screen pixels
/developtools/smartperf_host/
DREADME.md48 …d system states associated with the power consumption (battery level and screen status). For detai…
/developtools/profiler/device/plugins/xpower_plugin/test/
Dxpower_decoder.cpp145 cJSON_AddNumberToObject(cjsonBattery, "screen", realBattery.screen()); in CreateRealBattery()
/developtools/hiperf/
DREADME.md188 | --mixlog | Displays mixed debug logs to the screen (stdout).|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/charts/
DChart.ets411 …* Sets the maximum distance in screen dp a touch can be away from an entry to cause it to get high…