Home
last modified time | relevance | path

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

/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() && pipe->IsKeyEvent())); in IsNormalStatus()
653 if (!data_->GetFocused()) { in OnPaintFinish()
H A Doption_component.h101 bool GetFocused() const in GetFocused() function in OHOS::Ace::OptionComponent
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test2.cpp1822 * @tc.name: GetFocused
1823 * @tc.desc: GetFocused Test
1826 HWTEST_F(WindowSessionTest2, GetFocused, Function | SmallTest | Level2) in HWTEST_F()
1829 bool result = session_->GetFocused(); in HWTEST_F()
1833 bool result2 = session_->GetFocused(); in HWTEST_F()
1848 ASSERT_EQ(session_->GetFocused(), false); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h364 bool GetFocused() const;
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp701 bool Session::GetFocused() const in GetFocused() function in OHOS::Rosen::Session

Completed in 15 milliseconds