Home
last modified time | relevance | path

Searched refs:STATUS_BAR (Results 1 – 6 of 6) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
Dinput_method_panel.h32 STATUS_BAR, enumerator
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_panel.cpp42 if (panelInfo.panelType == PanelType::STATUS_BAR) { in CreatePanel()
87 } else if (panelType_ == STATUS_BAR) { in SetPanelProperties()
162 if (panelType_ == STATUS_BAR) { in ChangePanelFlag()
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_ability_test.cpp615 PanelInfo panelInfo = { .panelType = STATUS_BAR };
648 PanelInfo panelInfo2 = { .panelType = STATUS_BAR };
680 PanelInfo panelInfo2 = { .panelType = STATUS_BAR };
Dinput_method_panel_test.cpp340 panelInfo.panelType = STATUS_BAR;
384 panelInfo.panelType = STATUS_BAR;
496 panelInfo = { .panelType = STATUS_BAR, .panelFlag = FLG_FLOATING };
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_utils.cpp266 if (panelType != PanelType::STATUS_BAR) { in GetValue()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_input_method_engine_setting.cpp117 …NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(PanelType::STATUS_BAR), &typeStatusBar)… in GetJsPanelTypeProperty()