Home
last modified time | relevance | path

Searched refs:KEY_HEIGHT (Results 1 - 5 of 5) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Ddscreen_maprelation.cpp103 {KEY_HEIGHT, rect.height} in to_json()
110 !IsInt32(j, KEY_HEIGHT)) { in from_json()
117 int32_t height = j[KEY_HEIGHT].get<int32_t>(); in from_json()
135 {KEY_HEIGHT, rect.height} in to_json()
142 !IsUInt32(j, KEY_HEIGHT)) { in from_json()
149 uint32_t height = j[KEY_HEIGHT].get<uint32_t>(); in from_json()
/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H A Dcustom_input_method.cpp83 const int16_t KEY_HEIGHT = 65; member
259 keyBtn->Resize(KEY_WIDTH, KEY_HEIGHT); in SetupButton()
266 keyBtn->Resize(FUNC_KEY_WIDTH, KEY_HEIGHT); in SetupButton()
268 keyBtn->Resize(SPACE_KEY_WIDTH, KEY_HEIGHT); in SetupButton()
270 keyBtn->Resize(RETURN_KEY_WIDTH, KEY_HEIGHT); in SetupButton()
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/
H A Ddscreen_maprelation_test.cpp195 j[KEY_HEIGHT] = height; in HWTEST_F()
225 j[KEY_HEIGHT] = height; in HWTEST_F()
/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_constants.h179 const std::string KEY_HEIGHT = "height"; member
/foundation/multimedia/media_lite/test/
H A Dtest_play_file_h265.cpp150 param[index].key = KEY_HEIGHT; in DecoderCreate()

Completed in 4 milliseconds