Home
last modified time | relevance | path

Searched refs:GetFocused (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dime_proxy_test.cpp183 TddUtil::GetFocused();
209 TddUtil::GetFocused();
235 TddUtil::GetFocused();
265 TddUtil::GetFocused();
319 TddUtil::GetFocused();
348 TddUtil::GetFocused();
392 TddUtil::GetFocused();
436 TddUtil::GetFocused();
464 TddUtil::GetFocused();
492 TddUtil::GetFocused();
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drender_option.cpp281 if (isTv_ && data_->GetFocused()) { in UpdateSelfStatus()
359 …needLine_ = (!(data_->GetFocused() && pipe->IsKeyEvent()) && upOption && upOption->IsNormalStatus(… in UpdateOthersStatus()
401 …return (!data_->GetClicked() && !hovered_ && !data_->GetSelected() && !(data_->GetFocused() && pip… in IsNormalStatus()
653 if (!data_->GetFocused()) { in OnPaintFinish()
H A Doption_component.h101 bool GetFocused() const in GetFocused() function
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/common/include/
H A Dtdd_util.h61 static bool GetFocused();
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/common/src/
H A Dtdd_util.cpp354 bool TddUtil::GetFocused() in GetFocused() function in OHOS::MiscServices::TddUtil
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test2.cpp1953 HWTEST_F(WindowSessionTest2, GetFocused, Function | SmallTest | Level2)
1956 bool result = session_->GetFocused();
1960 bool result2 = session_->GetFocused();
1975 ASSERT_EQ(session_->GetFocused(), false);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h347 bool GetFocused() const;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp707 bool Session::GetFocused() const in GetFocused() function in OHOS::Rosen::Session