Home
last modified time | relevance | path

Searched refs:isScbEnable_ (Results 1 - 7 of 7) sorted by relevance

/base/inputmethod/imf/test/fuzztest/inputmethodsystemability_fuzzer/
H A Dinputmethodsystemability_fuzzer.cpp46 DelayedSingleton<InputMethodSystemAbility>::GetInstance()->isScbEnable_ = false; in FuzzOnUser()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_panel.cpp84 isScbEnable_ = Rosen::SceneBoardJudgement::IsSceneBoardEnabled(); in CreatePanel()
85 if (isScbEnable_) { in CreatePanel()
128 if (!isScbEnable_) { in SetPanelProperties()
210 if (!isScbEnable_ || window_->GetType() != WindowType::WINDOW_TYPE_INPUT_METHOD_FLOAT) { in Resize()
255 if (!isScbEnable_ || window_->GetType() != WindowType::WINDOW_TYPE_INPUT_METHOD_FLOAT) { in MoveTo()
578 if (!isScbEnable_) { in ChangePanelFlag()
634 if (!isScbEnable_) { in ShowPanel()
681 if (!isScbEnable_) { in HidePanel()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_panel.h155 bool isScbEnable_{ false };
/base/inputmethod/imf/services/include/
H A Dinput_method_system_ability.h177 std::atomic<bool> isScbEnable_ = false; member in OHOS::MiscServices::InputMethodSystemAbility
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_panel_test.cpp128 static bool isScbEnable_; member in OHOS::MiscServices::InputMethodPanelTest
196 bool InputMethodPanelTest::isScbEnable_{ false };
201 isScbEnable_ = Rosen::SceneBoardJudgement::IsSceneBoardEnabled(); in SetUpTestCase()
413 if (isScbEnable_) { in TriggerPanelStatusChangeToImc()
1119 if (isScbEnable_) { in HWTEST_F()
H A Dinput_method_private_member_test.cpp137 // isScbEnable_ is true in HWTEST_F()
138 service_->isScbEnable_ = true; in HWTEST_F()
145 service_->isScbEnable_ = false; in HWTEST_F()
/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp202 isScbEnable_.store(Rosen::SceneBoardJudgement::IsSceneBoardEnabled()); in Initialize()
1025 if (isScbEnable_.load()) { in OnUserStarted()
1685 if (isScbEnable_.load()) {

Completed in 11 milliseconds