Home
last modified time | relevance | path

Searched refs:BIG_DIALOG_WIDTH (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_test_ng.h74 constexpr double BIG_DIALOG_WIDTH = 216.0; variable
H A Dtab_bar_event_test_ng.cpp763 EXPECT_EQ(dialogLayoutProp->GetWidthValue().ConvertToPx(), BIG_DIALOG_WIDTH);
783 EXPECT_EQ(dialogLayoutProp->GetWidthValue().ConvertToPx(), BIG_DIALOG_WIDTH);
H A Dtabs_test_ng.cpp42 agingAdapationDialogTheme->bigDialogWidth_ = BIG_DIALOG_WIDTH; in SetUpTestSuite()
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/source/
H A Dinputmethodlist.ets58 const BIG_DIALOG_WIDTH: number = 196;
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/
H A Dinputmethodlist.js36 const BIG_DIALOG_WIDTH = 196; constant