22 #ifndef __CORENAVIMANAGER_H__
23 #define __CORENAVIMANAGER_H__
69 void slotDisplayStateChange (
int displayState);
70 void slotLockStateChange (
int lockState,
int displayEvent);
71 void slotCardWindowMinimized();
72 void slotCardWindowMaximized();
73 void slotFocusMaximizedCardWindow(
bool enable);
81 void setMetaGlow(
bool enable);
84 void renderGesture(
int key);
85 void renderGestureOnLightbar(
int key);
90 bool m_isSubtleLightbar;
91 int m_subtleModeBrightness;
95 Timer<CoreNaviManager> m_lightbarRestoreTimer;
96 Timer<CoreNaviManager> m_lightbarHoldTimer;
97 Timer<CoreNaviManager> m_lightbarSwipeLeftTimer;
98 Timer<CoreNaviManager> m_lightbarSwipeRightTimer;
106 int m_lightbarMaxBrightness;
107 int m_lightbarDimBrightness;
108 int m_lightbarDarkBrightness;
110 void lightbarOn (
int brightness = -1);
116 std::string requestId;
119 LedRequest (
const std::string& appId,
const std::string& requestId);
122 void stopStandbyLeds();
123 void startStandbyLeds();
125 typedef std::list<LedRequest> LedRequestList;
126 LedRequestList m_ledRequestList;
128 bool m_isStandbyLedsActive;
130 int m_throbberBrightness;
131 float m_throbberDimBrightness;