equal
deleted
inserted
replaced
279 * @param aId ID of the texture. |
279 * @param aId ID of the texture. |
280 * @param aManagerId Id of texture manager |
280 * @param aManagerId Id of texture manager |
281 * @param aParams auto size paramters. |
281 * @param aParams auto size paramters. |
282 */ |
282 */ |
283 TInt TextureSetAutoSizeParams( TInt aId, TInt aManagerId, const TAlfTextureAutoSizeParams& aParams ); |
283 TInt TextureSetAutoSizeParams( TInt aId, TInt aManagerId, const TAlfTextureAutoSizeParams& aParams ); |
284 |
|
285 /** |
|
286 * Cleans the animated texture content |
|
287 * |
|
288 * @param aId ID of the texture. |
|
289 */ |
|
290 TInt ClearTextureAnimation( TInt aId ); |
|
291 |
284 |
292 // Misc |
285 // Misc |
293 |
286 |
294 /** |
287 /** |
295 * Notify server about this application foreground status |
288 * Notify server about this application foreground status |