equal
deleted
inserted
replaced
99 * Send widget ui to background |
99 * Send widget ui to background |
100 * @since 3.1 |
100 * @since 3.1 |
101 * @return void |
101 * @return void |
102 */ |
102 */ |
103 void SendAppToBackground(); |
103 void SendAppToBackground(); |
|
104 |
|
105 /** |
|
106 * SendAppToForeground |
|
107 * Send widget ui to foreground |
|
108 * @since |
|
109 * @return void |
|
110 */ |
|
111 void SendAppToForeground(); |
104 |
112 |
105 /** |
113 /** |
106 * SetDisplayLandscapeL |
114 * SetDisplayLandscapeL |
107 * Called to change the display orientation to landscape |
115 * Called to change the display orientation to landscape |
108 * @since 3.1 |
116 * @since 3.1 |