Home
last modified time | relevance | path

Searched refs:BUTTON_SIZE (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/advanced_ui_component/source/SubHeader/
H A DSubHeader.ets20 const BUTTON_SIZE: number = 32
69 .width(BUTTON_SIZE)
70 .height(BUTTON_SIZE)
/ohos5.0/foundation/arkui/advanced_ui_component/source/ComposeListItem/
H A DComposeListItem.ets65 const BUTTON_SIZE = 28;
239 .height(BUTTON_SIZE)
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/button/
H A Dbutton_extend_test_ng.cpp61 const SizeF BUTTON_SIZE(BUTTON_WIDTH, BUTTON_HEIGHT);
H A Dbutton_content_modifier_test_ng.cpp62 const SizeF BUTTON_SIZE(BUTTON_WIDTH, BUTTON_HEIGHT);
H A Dbutton_test_ng.cpp62 const SizeF BUTTON_SIZE(BUTTON_WIDTH, BUTTON_HEIGHT);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/source/
H A Dcomposelistitem.ets92 const BUTTON_SIZE = 28;
340 minHeight: BUTTON_SIZE
/ohos5.0/foundation/arkui/advanced_ui_component/interface/composelistitem/
H A Dcomposelistitem.js45 const BUTTON_SIZE = 28; constant
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/
H A Dcomposelistitem.js59 const BUTTON_SIZE = 28; constant
782 minHeight: BUTTON_SIZE
/ohos5.0/foundation/arkui/advanced_ui_component/interface/subheader/
H A Dsubheader.js20 const BUTTON_SIZE = 32; constant