equal
deleted
inserted
replaced
16 */ |
16 */ |
17 |
17 |
18 #ifndef CPKEYSCREENCONSTANTS_H |
18 #ifndef CPKEYSCREENCONSTANTS_H |
19 #define CPKEYSCREENCONSTANTS_H |
19 #define CPKEYSCREENCONSTANTS_H |
20 |
20 |
21 enum KeyscreenLockItems{ |
|
22 EKeyScreenLockItem1, |
|
23 EKeyScreenLockItem2, |
|
24 EKeyScreenLockItem3, |
|
25 EKeyScreenLockItem4, |
|
26 EKeyScreenLockItem5 |
|
27 }; |
|
28 |
|
29 const int KCpKeyscreenTimeCoeff = 15; |
|
30 |
|
31 const int KCpKeyscreenLock15s = 15; |
21 const int KCpKeyscreenLock15s = 15; |
32 const int KCpKeyscreenLock30s = 30; |
22 const int KCpKeyscreenLock30s = 30; |
33 const int KCpKeyscreenLock45s = 45; |
23 const int KCpKeyscreenLock45s = 45; |
34 const int KCpKeyscreenLock60s = 60; |
24 const int KCpKeyscreenLock60s = 60; |
35 const int KCpKeyscreenLock120s = 120; |
25 const int KCpKeyscreenLock120s = 120; |