From 5b00110e3d6c4af97cd7699a5c61fab2f973107e Mon Sep 17 00:00:00 2001 From: Alain Vongsouvanh Date: Tue, 7 Jun 2016 10:05:29 -0700 Subject: recovery: Make wear recovery more customizable. Making animation_fps protected and adding support for 0 frames intro. BUG: 29085786 Change-Id: I07b44570022bad89661973178d453592c01f3f10 --- wear_ui.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'wear_ui.h') diff --git a/wear_ui.h b/wear_ui.h index 839a26438..259a63ee7 100644 --- a/wear_ui.h +++ b/wear_ui.h @@ -79,6 +79,9 @@ class WearRecoveryUI : public RecoveryUI { int intro_frames; int loop_frames; + // animation's fps (default: 30) + int animation_fps; + private: Icon currentIcon; @@ -86,8 +89,6 @@ class WearRecoveryUI : public RecoveryUI { int current_frame; - int animation_fps; - bool rtl_locale; pthread_mutex_t updateMutex; -- cgit v1.2.3