equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Internal Central Repository keys. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef AKNPHYSICSCRKEYS_H |
|
20 #define AKNPHYSICSCRKEYS_H |
|
21 |
|
22 const TUid KCRUidAknPhysicsSettings = { 0x20021192 }; |
|
23 |
|
24 /** |
|
25 * Mass of the view |
|
26 */ |
|
27 const TInt KViewMass( 0x00000001 ); |
|
28 |
|
29 /** |
|
30 * Gravity |
|
31 */ |
|
32 const TInt KGravity( 0x00000002 ); |
|
33 |
|
34 /** |
|
35 * Surface erp |
|
36 */ |
|
37 const TInt KSurfaceErp( 0x00000003 ); |
|
38 |
|
39 /** |
|
40 * Surface cfm |
|
41 */ |
|
42 const TInt KSurfaceCfm( 0x00000004 ); |
|
43 |
|
44 /** |
|
45 * Highlight timeout |
|
46 */ |
|
47 const TInt KHighlightTimeout( 0x00000005 ); |
|
48 |
|
49 /** |
|
50 * Drag treshold |
|
51 */ |
|
52 const TInt KDragTreshold( 0x00000006 ); |
|
53 |
|
54 /** |
|
55 * Frame delay |
|
56 */ |
|
57 const TInt KFrameDelay( 0x00000007 ); |
|
58 |
|
59 /** |
|
60 * Min frame interval |
|
61 */ |
|
62 const TInt KMinFrameInterval( 0x00000008 ); |
|
63 |
|
64 /** |
|
65 * Ode enabled |
|
66 */ |
|
67 const TInt KFeatureEnabled( 0x00000009 ); |
|
68 |
|
69 /** |
|
70 * Short list empty space |
|
71 */ |
|
72 const TInt KShortListEmptySpace( 0x0000000A ); |
|
73 |
|
74 /** |
|
75 * Long list empty space |
|
76 */ |
|
77 const TInt KLongListEmptySpace( 0x0000000B ); |
|
78 |
|
79 /** |
|
80 * Fps logging enabled |
|
81 */ |
|
82 const TInt KFpsLoggingEnabled( 0x0000000C ); |
|
83 |
|
84 #endif // AKNPHYSICSCRKEYS_H |