Home
last modified time | relevance | path

Searched refs:heigth (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen_test.cpp392 uint32_t heigth = 100; variable
394 attrJson["screenHeight"] = heigth;
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/ohos_image_adapter/
H A Dohos_image_decoder_adapter_test.cpp243 int32_t heigth = imageDecoderAdapterImpl.GetImageHeight(); variable
244 EXPECT_NE(heigth, 0);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_test.cpp331 uint32_t heigth = 100; variable
333 attrJson["screenHeight"] = heigth;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.cpp88 auto heigth = pickerTheme->GetDividerSpacing(); in OnDirtyLayoutWrapperSwap() local
98 … CalcSize(CalcLength(width - PRESS_INTERVAL.ConvertToPx()), CalcLength(heigth - PRESS_INTERVAL))); in OnDirtyLayoutWrapperSwap()