TAknsAlSizeBoundParameterData Struct Reference

struct TAknsAlSizeBoundParameterData

Data structure for size bound parameters. Size bound parameters are animation global parameters for animation values. When animation size changes the new size information is applied to referenced animation value. This allows, for example, creating animation values that animate pixel positions in layer size independent manner.

Since
3.0

Member Data Documentation

TInt iAnimationValueId

TInt iAnimationValueId

const TDesC16 * iName

const TDesC16 * iName

TInt iParamFlags

TInt iParamFlags

Combination of KAknsAlParamW and/or KAknsAlParamH. If both flags are set, both coordinates are used. E.g. iParamFlags = KAknsAlParamW | * KAknsAlParamH.