/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_image_animator_unit_test.cpp | 29 const uint8_t IMAGE_SIZE = 3; variable 56 static ImageAnimatorInfo g_imageAnimatorInfo[IMAGE_SIZE] = { 125 const uint8_t imageSize = IMAGE_SIZE; 144 imageAnimator_->SetImageAnimatorSrc(g_imageAnimatorInfo, IMAGE_SIZE); 297 imageAnimator_->SetImageAnimatorSrc(g_imageAnimatorInfo, IMAGE_SIZE); 318 imageAnimator_->SetImageAnimatorSrc(g_imageAnimatorInfo, IMAGE_SIZE); 339 imageAnimator_->SetImageAnimatorSrc(g_imageAnimatorInfo, IMAGE_SIZE); 360 imageAnimator_->SetImageAnimatorSrc(g_imageAnimatorInfo, IMAGE_SIZE); 378 const uint8_t imageSize = IMAGE_SIZE;
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/toolbar/source/ |
H A D | toolbar.ets | 32 const IMAGE_SIZE: string = '24vp'; 172 .width(IMAGE_SIZE) 173 .height(IMAGE_SIZE) 232 .fontSize(IMAGE_SIZE) 238 .width(IMAGE_SIZE) 239 .height(IMAGE_SIZE)
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/ |
H A D | toolbar.js | 46 const IMAGE_SIZE = '24vp'; constant 520 Image.width(IMAGE_SIZE); 521 Image.height(IMAGE_SIZE); 648 SymbolGlyph.fontSize(IMAGE_SIZE); 664 Image.width(IMAGE_SIZE); 665 Image.height(IMAGE_SIZE);
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/source/ |
H A D | composetitlebar.ets | 32 const IMAGE_SIZE = '64vp' 574 .width(IMAGE_SIZE) 575 .height(IMAGE_SIZE) 605 .width(IMAGE_SIZE) 606 .height(IMAGE_SIZE)
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/selecttitlebar/source/ |
H A D | selecttitlebar.ets | 34 const IMAGE_SIZE = '64vp' 576 .width(IMAGE_SIZE) 577 .height(IMAGE_SIZE) 607 .width(IMAGE_SIZE) 608 .height(IMAGE_SIZE)
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/source/ |
H A D | editabletitlebar.ets | 67 const IMAGE_SIZE = '64vp'; 691 .width(IMAGE_SIZE) 692 .height(IMAGE_SIZE) 730 .width(IMAGE_SIZE) 731 .height(IMAGE_SIZE)
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/source/ |
H A D | tabtitlebar.ets | 37 const IMAGE_SIZE = '64vp' 737 .width(IMAGE_SIZE) 738 .height(IMAGE_SIZE) 768 .width(IMAGE_SIZE) 769 .height(IMAGE_SIZE)
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/selecttitlebar/interfaces/ |
H A D | selecttitlebar.js | 29 const IMAGE_SIZE = '64vp'; constant 1249 Image.width(IMAGE_SIZE); 1250 Image.height(IMAGE_SIZE); 1301 Image.width(IMAGE_SIZE); 1302 Image.height(IMAGE_SIZE);
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/ |
H A D | composetitlebar.js | 27 const IMAGE_SIZE = '64vp'; constant 1286 Image.width(IMAGE_SIZE); 1287 Image.height(IMAGE_SIZE); 1350 Image.width(IMAGE_SIZE); 1351 Image.height(IMAGE_SIZE);
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/ |
H A D | editabletitlebar.js | 45 const IMAGE_SIZE = '64vp'; constant 1283 Image.width(IMAGE_SIZE); 1284 Image.height(IMAGE_SIZE); 1346 Image.width(IMAGE_SIZE); 1347 Image.height(IMAGE_SIZE);
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_cache_mgr.cpp | 46 const std::string IMAGE_SIZE = "IMAGE_SIZE"; variable 491 valuesBucket.PutInt(IMAGE_SIZE, size); in SaveImgCacheToDb()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_image_animator_bridge.cpp | 35 constexpr int32_t IMAGE_SIZE = 4; variable 238 for (int32_t j = 0; j < IMAGE_SIZE; j++) { in SetImages()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/ |
H A D | tabtitlebar.js | 28 const IMAGE_SIZE = '64vp'; constant 1470 Image.width(IMAGE_SIZE); 1471 Image.height(IMAGE_SIZE); 1522 Image.width(IMAGE_SIZE); 1523 Image.height(IMAGE_SIZE);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | constants.cpp | 43 const char IMAGE_SIZE[] = "imageSize"; variable
|
H A D | constants.h | 48 extern const char IMAGE_SIZE[];
|
/ohos5.0/foundation/multimedia/camera_lite/services/impl/src/ |
H A D | camera_device.cpp | 46 const int32_t IMAGE_SIZE = 5; // "DATA_PIX_FORMAT" variable
|