Home
last modified time | relevance | path

Searched refs:LoadAnimation (Results 1 – 3 of 3) sorted by relevance

/aosp12/bootable/recovery/tests/unit/
H A Dscreen_ui_test.cpp314 FRIEND_TEST(DISABLED_ScreenRecoveryUITest, LoadAnimation);
520 TEST_F(DISABLED_ScreenRecoveryUITest, LoadAnimation) { in TEST_F() argument
540 ui_->LoadAnimation(); in TEST_F()
559 ASSERT_EXIT(ui_->LoadAnimation(), ::testing::KilledBySignal(SIGABRT), ""); in TEST_F()
/aosp12/bootable/recovery/recovery_ui/include/recovery_ui/
H A Dscreen_ui.h309 void LoadAnimation();
/aosp12/bootable/recovery/recovery_ui/
H A Dscreen_ui.cpp948 LoadAnimation(); in Init()
960 void ScreenRecoveryUI::LoadAnimation() { in LoadAnimation() function in ScreenRecoveryUI