Home
last modified time | relevance | path

Searched refs:loop_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()
399 gr_get_height(loop_frames_[0].get()); in GetAnimationBaseline()
408 int elements_sum = gr_get_height(loop_frames_[0].get()) + PixelsFromDp(kLayouts[layout_][ICON]) + in GetProgressBaseline()
784 current_frame_ = (current_frame_ + 1) % loop_frames_.size(); in ProgressThreadLoop()
972 loop_frames_.clear(); in LoadAnimation()
973 loop_frames_.reserve(loop_frames); in LoadAnimation()
975 loop_frames_.emplace_back(LoadBitmap(frame_name)); in LoadAnimation()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dscreen_ui.h358 std::vector<std::unique_ptr<GRSurface>> loop_frames_; variable
/bootable/recovery/tests/unit/
Dscreen_ui_test.cpp543 ASSERT_EQ(3u, ui_->loop_frames_.size()); in TEST_F()