Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dscreen_ui.cpp349 return intro_done_ ? loop_frames_[current_frame_].get() : intro_frames_[current_frame_].get(); in GetCurrentFrame()
773 if (current_frame_ == intro_frames_.size() - 1) { in ProgressThreadLoop()
952 intro_frames_.clear(); in LoadAnimation()
953 intro_frames_.reserve(intro_frames); in LoadAnimation()
955 intro_frames_.emplace_back(LoadBitmap(frame_name)); in LoadAnimation()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dscreen_ui.h354 std::vector<std::unique_ptr<GRSurface>> intro_frames_; variable
/bootable/recovery/tests/unit/
Dscreen_ui_test.cpp542 ASSERT_EQ(2u, ui_->intro_frames_.size()); in TEST_F()