UNPKG

nativeloop

Version:

⭐ Axway Amplify module for using nativeloop with Appcelerator Titanium SDK Framework

1,286 lines 737 kB
/* Typescript Titanium - 5.4.0.GA Typescipt-Titanium may be freely distributed under the MIT license. This source code was auto-generated (Thu Aug 11 2016 08:08:05 GMT-0400 (EDT)}}). More information at https://github.com/alvivi/typescript-titanium. */ interface ITitaniumProxy { bubbleParent : boolean; apiName : string; lifecycleContainer : ITitaniumUIWindow; addEventListener (name : string, callback : (...args : any[]) => any) : IVoid; removeEventListener (name : string, callback : (...args : any[]) => any) : IVoid; fireEvent (name : string, event : any) : IVoid; applyProperties (props : any) : IVoid; getBubbleParent () : boolean; setBubbleParent (bubbleParent : boolean) : IVoid; getApiName () : string; getLifecycleContainer () : ITitaniumUIWindow; setLifecycleContainer (lifecycleContainer : ITitaniumUIWindow) : IVoid; } interface ITitaniumModule { bubbleParent : boolean; apiName : string; lifecycleContainer : ITitaniumUIWindow; addEventListener (name : string, callback : (...args : any[]) => any) : IVoid; removeEventListener (name : string, callback : (...args : any[]) => any) : IVoid; fireEvent (name : string, event : any) : IVoid; applyProperties (props : any) : IVoid; getBubbleParent () : boolean; setBubbleParent (bubbleParent : boolean) : IVoid; getApiName () : string; getLifecycleContainer () : ITitaniumUIWindow; setLifecycleContainer (lifecycleContainer : ITitaniumUIWindow) : IVoid; } interface ITitaniumUIView { bubbleParent : boolean; apiName : string; lifecycleContainer : ITitaniumUIWindow; accessibilityHidden : boolean; accessibilityHint : string; accessibilityLabel : string; accessibilityValue : string; anchorPoint : IPoint; animatedCenter : IPoint; backgroundColor : string; backgroundDisabledColor : string; backgroundDisabledImage : string; backgroundFocusedColor : string; backgroundFocusedImage : string; backgroundGradient : IGradient; backgroundImage : string; backgroundRepeat : boolean; backgroundLeftCap : number; backgroundSelectedColor : string; backgroundSelectedImage : string; backgroundTopCap : number; borderColor : string; borderRadius : number; borderWidth : number; bottom : number; center : IPoint; children : any[]; clipMode : number; elevation : number; focusable : boolean; height : number; left : number; layout : string; opacity : number; overrideCurrentAnimation : boolean; pullBackgroundColor : string; previewContext : ITitaniumUIView; right : number; rect : IDimension; size : IDimension; softKeyboardOnFocus : number; tintColor : string; top : number; touchEnabled : boolean; transform : ITitaniumUI_2DMatrix; translationX : number; translationY : number; translationZ : number; transitionName : string; viewShadowRadius : number; viewShadowColor : string; viewShadowOffset : IPoint; visible : boolean; width : number; horizontalWrap : boolean; zIndex : number; keepScreenOn : boolean; addEventListener (name : string, callback : (...args : any[]) => any) : IVoid; removeEventListener (name : string, callback : (...args : any[]) => any) : IVoid; fireEvent (name : string, event : any) : IVoid; applyProperties (props : any) : IVoid; add (view : ITitaniumUIView) : IVoid; animate (animation : ITitaniumUIAnimation, callback : (...args : any[]) => any) : IVoid; finishLayout () : IVoid; hide (options? : IAnimationOption) : IVoid; insertAt (params : any) : IVoid; remove (view : ITitaniumUIView) : IVoid; removeAllChildren () : IVoid; replaceAt (params : any) : IVoid; show (options? : IAnimationOption) : IVoid; startLayout () : IVoid; toImage (callback? : (...args : any[]) => any, honorScaleFactor? : boolean) : ITitaniumBlob; updateLayout (params : any) : IVoid; convertPointToView (point : IPoint, destinationView : ITitaniumUIView) : IPoint; getBubbleParent () : boolean; setBubbleParent (bubbleParent : boolean) : IVoid; getApiName () : string; getLifecycleContainer () : ITitaniumUIWindow; setLifecycleContainer (lifecycleContainer : ITitaniumUIWindow) : IVoid; getAccessibilityHidden () : boolean; setAccessibilityHidden (accessibilityHidden : boolean) : IVoid; getAccessibilityHint () : string; setAccessibilityHint (accessibilityHint : string) : IVoid; getAccessibilityLabel () : string; setAccessibilityLabel (accessibilityLabel : string) : IVoid; getAccessibilityValue () : string; setAccessibilityValue (accessibilityValue : string) : IVoid; getAnchorPoint () : IPoint; setAnchorPoint (anchorPoint : IPoint) : IVoid; getAnimatedCenter () : IPoint; getBackgroundColor () : string; setBackgroundColor (backgroundColor : string) : IVoid; getBackgroundDisabledColor () : string; setBackgroundDisabledColor (backgroundDisabledColor : string) : IVoid; getBackgroundDisabledImage () : string; setBackgroundDisabledImage (backgroundDisabledImage : string) : IVoid; getBackgroundFocusedColor () : string; setBackgroundFocusedColor (backgroundFocusedColor : string) : IVoid; getBackgroundFocusedImage () : string; setBackgroundFocusedImage (backgroundFocusedImage : string) : IVoid; getBackgroundGradient () : IGradient; setBackgroundGradient (backgroundGradient : IGradient) : IVoid; getBackgroundImage () : string; setBackgroundImage (backgroundImage : string) : IVoid; getBackgroundRepeat () : boolean; setBackgroundRepeat (backgroundRepeat : boolean) : IVoid; getBackgroundLeftCap () : number; setBackgroundLeftCap (backgroundLeftCap : number) : IVoid; getBackgroundSelectedColor () : string; setBackgroundSelectedColor (backgroundSelectedColor : string) : IVoid; getBackgroundSelectedImage () : string; setBackgroundSelectedImage (backgroundSelectedImage : string) : IVoid; getBackgroundTopCap () : number; setBackgroundTopCap (backgroundTopCap : number) : IVoid; getBorderColor () : string; setBorderColor (borderColor : string) : IVoid; getBorderRadius () : number; setBorderRadius (borderRadius : number) : IVoid; getBorderWidth () : number; setBorderWidth (borderWidth : number) : IVoid; getBottom () : number; setBottom (bottom : number) : IVoid; getCenter () : IPoint; setCenter (center : IPoint) : IVoid; getChildren () : any[]; getClipMode () : number; setClipMode (clipMode : number) : IVoid; getElevation () : number; setElevation (elevation : number) : IVoid; getFocusable () : boolean; setFocusable (focusable : boolean) : IVoid; getHeight () : number; setHeight (height : number) : IVoid; getLeft () : number; setLeft (left : number) : IVoid; getLayout () : string; setLayout (layout : string) : IVoid; getOpacity () : number; setOpacity (opacity : number) : IVoid; getOverrideCurrentAnimation () : boolean; setOverrideCurrentAnimation (overrideCurrentAnimation : boolean) : IVoid; getPullBackgroundColor () : string; setPullBackgroundColor (pullBackgroundColor : string) : IVoid; getPreviewContext () : ITitaniumUIView; setPreviewContext (previewContext : ITitaniumUIView) : IVoid; getRight () : number; setRight (right : number) : IVoid; getRect () : IDimension; getSize () : IDimension; getSoftKeyboardOnFocus () : number; setSoftKeyboardOnFocus (softKeyboardOnFocus : number) : IVoid; getTintColor () : string; setTintColor (tintColor : string) : IVoid; getTop () : number; setTop (top : number) : IVoid; getTouchEnabled () : boolean; setTouchEnabled (touchEnabled : boolean) : IVoid; getTransform () : ITitaniumUI_2DMatrix; setTransform (transform : ITitaniumUI_2DMatrix) : IVoid; getTranslationX () : number; setTranslationX (translationX : number) : IVoid; getTranslationY () : number; setTranslationY (translationY : number) : IVoid; getTranslationZ () : number; setTranslationZ (translationZ : number) : IVoid; getTransitionName () : string; setTransitionName (transitionName : string) : IVoid; getViewShadowRadius () : number; setViewShadowRadius (viewShadowRadius : number) : IVoid; getViewShadowColor () : string; setViewShadowColor (viewShadowColor : string) : IVoid; getViewShadowOffset () : IPoint; setViewShadowOffset (viewShadowOffset : IPoint) : IVoid; getVisible () : boolean; setVisible (visible : boolean) : IVoid; getWidth () : number; setWidth (width : number) : IVoid; getHorizontalWrap () : boolean; setHorizontalWrap (horizontalWrap : boolean) : IVoid; getZIndex () : number; setZIndex (zIndex : number) : IVoid; getKeepScreenOn () : boolean; setKeepScreenOn (keepScreenOn : boolean) : IVoid; } interface ITitaniumUI_2DMatrix { bubbleParent : boolean; apiName : string; lifecycleContainer : ITitaniumUIWindow; a : number; b : number; c : number; d : number; tx : number; ty : number; addEventListener (name : string, callback : (...args : any[]) => any) : IVoid; removeEventListener (name : string, callback : (...args : any[]) => any) : IVoid; fireEvent (name : string, event : any) : IVoid; applyProperties (props : any) : IVoid; invert () : ITitaniumUI_2DMatrix; multiply (t2 : ITitaniumUI_2DMatrix) : ITitaniumUI_2DMatrix; rotate (angle : number, toAngle? : number) : ITitaniumUI_2DMatrix; scale (sx : number, sy : number, toSx? : number, toSy? : number) : ITitaniumUI_2DMatrix; translate (tx : number, ty : number) : ITitaniumUI_2DMatrix; getBubbleParent () : boolean; setBubbleParent (bubbleParent : boolean) : IVoid; getApiName () : string; getLifecycleContainer () : ITitaniumUIWindow; setLifecycleContainer (lifecycleContainer : ITitaniumUIWindow) : IVoid; getA () : number; setA (a : number) : IVoid; getB () : number; setB (b : number) : IVoid; getC () : number; setC (c : number) : IVoid; getD () : number; setD (d : number) : IVoid; getTx () : number; setTx (tx : number) : IVoid; getTy () : number; setTy (ty : number) : IVoid; } interface ITitaniumUI_3DMatrix { bubbleParent : boolean; apiName : string; m11 : number; m12 : number; m13 : number; m14 : number; m21 : number; m22 : number; m23 : number; m24 : number; m31 : number; m32 : number; m33 : number; m34 : number; m41 : number; m42 : number; m43 : number; m44 : number; addEventListener (name : string, callback : (...args : any[]) => any) : IVoid; removeEventListener (name : string, callback : (...args : any[]) => any) : IVoid; fireEvent (name : string, event : any) : IVoid; applyProperties (props : any) : IVoid; invert () : ITitaniumUI_3DMatrix; multiply (t2 : ITitaniumUI_3DMatrix) : ITitaniumUI_3DMatrix; rotate (angle : number, x : number, y : number, z : number) : ITitaniumUI_3DMatrix; scale (sx : number, sy : number, sz : number) : ITitaniumUI_3DMatrix; translate (tx : number, ty : number, tz : number) : ITitaniumUI_3DMatrix; getBubbleParent () : boolean; setBubbleParent (bubbleParent : boolean) : IVoid; getApiName () : string; getM11 () : number; setM11 (m11 : number) : IVoid; getM12 () : number; setM12 (m12 : number) : IVoid; getM13 () : number; setM13 (m13 : number) : IVoid; getM14 () : number; setM14 (m14 : number) : IVoid; getM21 () : number; setM21 (m21 : number) : IVoid; getM22 () : number; setM22 (m22 : number) : IVoid; getM23 () : number; setM23 (m23 : number) : IVoid; getM24 () : number; setM24 (m24 : number) : IVoid; getM31 () : number; setM31 (m31 : number) : IVoid; getM32 () : number; setM32 (m32 : number) : IVoid; getM33 () : number; setM33 (m33 : number) : IVoid; getM34 () : number; setM34 (m34 : number) : IVoid; getM41 () : number; setM41 (m41 : number) : IVoid; getM42 () : number; setM42 (m42 : number) : IVoid; getM43 () : number; setM43 (m43 : number) : IVoid; getM44 () : number; setM44 (m44 : number) : IVoid; } interface ITitaniumUIActivityIndicator { bubbleParent : boolean; apiName : string; lifecycleContainer : ITitaniumUIWindow; bottom : number; elevation : number; height : string; left : number; previewContext : ITitaniumUIView; right : number; top : number; translationX : number; translationY : number; translationZ : number; transitionName : string; width : string; color : string; font : IFont; message : string; messageid : string; style : number; indicatorColor : string; indicatorDiameter : string; addEventListener (name : string, callback : (...args : any[]) => any) : IVoid; removeEventListener (name : string, callback : (...args : any[]) => any) : IVoid; fireEvent (name : string, event : any) : IVoid; applyProperties (props : any) : IVoid; add (view : ITitaniumUIView) : IVoid; finishLayout () : IVoid; hide (options? : IAnimationOption) : IVoid; insertAt (params : any) : IVoid; remove (view : ITitaniumUIView) : IVoid; replaceAt (params : any) : IVoid; show (options? : IAnimationOption) : IVoid; startLayout () : IVoid; updateLayout (params : any) : IVoid; getBubbleParent () : boolean; setBubbleParent (bubbleParent : boolean) : IVoid; getApiName () : string; getLifecycleContainer () : ITitaniumUIWindow; setLifecycleContainer (lifecycleContainer : ITitaniumUIWindow) : IVoid; getBottom () : number; setBottom (bottom : number) : IVoid; getElevation () : number; setElevation (elevation : number) : IVoid; getHeight () : string; setHeight (height : string) : IVoid; getLeft () : number; setLeft (left : number) : IVoid; getPreviewContext () : ITitaniumUIView; setPreviewContext (previewContext : ITitaniumUIView) : IVoid; getRight () : number; setRight (right : number) : IVoid; getTop () : number; setTop (top : number) : IVoid; getTranslationX () : number; setTranslationX (translationX : number) : IVoid; getTranslationY () : number; setTranslationY (translationY : number) : IVoid; getTranslationZ () : number; setTranslationZ (translationZ : number) : IVoid; getTransitionName () : string; setTransitionName (transitionName : string) : IVoid; getWidth () : string; setWidth (width : string) : IVoid; getColor () : string; setColor (color : string) : IVoid; getFont () : IFont; setFont (font : IFont) : IVoid; getMessage () : string; setMessage (message : string) : IVoid; getMessageid () : string; setMessageid (messageid : string) : IVoid; getStyle () : number; setStyle (style : number) : IVoid; getIndicatorColor () : string; setIndicatorColor (indicatorColor : string) : IVoid; getIndicatorDiameter () : string; setIndicatorDiameter (indicatorDiameter : string) : IVoid; } interface ITitaniumUIActivityIndicatorStyle { bubbleParent : boolean; apiName : string; lifecycleContainer : ITitaniumUIWindow; BIG : number; DARK : number; BIG_DARK : number; PLAIN : number; addEventListener (name : string, callback : (...args : any[]) => any) : IVoid; removeEventListener (name : string, callback : (...args : any[]) => any) : IVoid; fireEvent (name : string, event : any) : IVoid; applyProperties (props : any) : IVoid; getBubbleParent () : boolean; setBubbleParent (bubbleParent : boolean) : IVoid; getApiName () : string; getLifecycleContainer () : ITitaniumUIWindow; setLifecycleContainer (lifecycleContainer : ITitaniumUIWindow) : IVoid; } interface ITitaniumUIAlertDialog { bubbleParent : boolean; apiName : string; lifecycleContainer : ITitaniumUIWindow; elevation : number; previewContext : ITitaniumUIView; translationX : number; translationY : number; translationZ : number; transitionName : string; androidView : ITitaniumUIView; buttonNames : any[]; cancel : number; destructive : number; keyboardType : number; keyboardAppearance : number; loginPlaceholder : string; loginHintText : string; loginReturnKeyType : number; loginKeyboardType : number; message : string; messageid : string; ok : string; okid : string; passwordPlaceholder : string; passwordHintText : string; passwordReturnKeyType : number; passwordKeyboardType : number; placeholder : string; hintText : string; persistent : boolean; returnKeyType : number; style : number; title : string; titleid : string; addEventListener (name : string, callback : (...args : any[]) => any) : IVoid; removeEventListener (name : string, callback : (...args : any[]) => any) : IVoid; fireEvent (name : string, event : any) : IVoid; applyProperties (props : any) : IVoid; finishLayout () : IVoid; hide (options? : IAnimationOption) : IVoid; insertAt (params : any) : IVoid; replaceAt (params : any) : IVoid; show (options? : IAnimationOption) : IVoid; startLayout () : IVoid; updateLayout (params : any) : IVoid; getBubbleParent () : boolean; setBubbleParent (bubbleParent : boolean) : IVoid; getApiName () : string; getLifecycleContainer () : ITitaniumUIWindow; setLifecycleContainer (lifecycleContainer : ITitaniumUIWindow) : IVoid; getElevation () : number; setElevation (elevation : number) : IVoid; getPreviewContext () : ITitaniumUIView; setPreviewContext (previewContext : ITitaniumUIView) : IVoid; getTranslationX () : number; setTranslationX (translationX : number) : IVoid; getTranslationY () : number; setTranslationY (translationY : number) : IVoid; getTranslationZ () : number; setTranslationZ (translationZ : number) : IVoid; getTransitionName () : string; setTransitionName (transitionName : string) : IVoid; getButtonNames () : any[]; setButtonNames (buttonNames : any[]) : IVoid; getCancel () : number; setCancel (cancel : number) : IVoid; getDestructive () : number; setDestructive (destructive : number) : IVoid; getKeyboardType () : number; setKeyboardType (keyboardType : number) : IVoid; getKeyboardAppearance () : number; setKeyboardAppearance (keyboardAppearance : number) : IVoid; getLoginPlaceholder () : string; setLoginPlaceholder (loginPlaceholder : string) : IVoid; getLoginHintText () : string; setLoginHintText (loginHintText : string) : IVoid; getLoginReturnKeyType () : number; setLoginReturnKeyType (loginReturnKeyType : number) : IVoid; getLoginKeyboardType () : number; setLoginKeyboardType (loginKeyboardType : number) : IVoid; getMessage () : string; setMessage (message : string) : IVoid; getOk () : string; setOk (ok : string) : IVoid; getPasswordPlaceholder () : string; setPasswordPlaceholder (passwordPlaceholder : string) : IVoid; getPasswordHintText () : string; setPasswordHintText (passwordHintText : string) : IVoid; getPasswordReturnKeyType () : number; setPasswordReturnKeyType (passwordReturnKeyType : number) : IVoid; getPasswordKeyboardType () : number; setPasswordKeyboardType (passwordKeyboardType : number) : IVoid; getPlaceholder () : string; setPlaceholder (placeholder : string) : IVoid; getHintText () : string; setHintText (hintText : string) : IVoid; getPersistent () : boolean; setPersistent (persistent : boolean) : IVoid; getReturnKeyType () : number; setReturnKeyType (returnKeyType : number) : IVoid; getStyle () : number; setStyle (style : number) : IVoid; getTitle () : string; setTitle (title : string) : IVoid; } interface ITitaniumUIAndroidCardView { bubbleParent : boolean; apiName : string; lifecycleContainer : ITitaniumUIWindow; accessibilityHidden : boolean; accessibilityHint : string; accessibilityLabel : string; accessibilityValue : string; backgroundColor : string; backgroundDisabledColor : string; backgroundDisabledImage : string; backgroundFocusedColor : string; backgroundFocusedImage : string; backgroundGradient : IGradient; backgroundImage : string; backgroundRepeat : boolean; backgroundSelectedColor : string; backgroundSelectedImage : string; borderColor : string; borderRadius : number; borderWidth : number; bottom : number; center : IPoint; children : any[]; elevation : number; focusable : boolean; height : number; left : number; layout : string; opacity : number; overrideCurrentAnimation : boolean; right : number; rect : IDimension; size : IDimension; softKeyboardOnFocus : number; top : number; touchEnabled : boolean; transform : ITitaniumUI_2DMatrix; translationX : number; translationY : number; translationZ : number; transitionName : string; visible : boolean; width : number; horizontalWrap : boolean; zIndex : number; keepScreenOn : boolean; cardBackgroundColor : string; cardCornerRadius : number; cardElevation : number; cardMaxElevation : number; maxElevation : number; cardPreventCornerOverlap : boolean; preventCornerOverlap : boolean; cardUseCompatPadding : boolean; useCompatPadding : boolean; contentPadding : number; padding : number; contentPaddingBottom : number; paddingBottom : number; contentPaddingLeft : number; paddingLeft : number; contentPaddingRight : number; paddingRight : number; contentPaddingTop : number; paddingTop : number; addEventListener (name : string, callback : (...args : any[]) => any) : IVoid; removeEventListener (name : string, callback : (...args : any[]) => any) : IVoid; fireEvent (name : string, event : any) : IVoid; applyProperties (props : any) : IVoid; add (view : ITitaniumUIView) : IVoid; animate (animation : ITitaniumUIAnimation, callback : (...args : any[]) => any) : IVoid; finishLayout () : IVoid; hide (options? : IAnimationOption) : IVoid; insertAt (params : any) : IVoid; remove (view : ITitaniumUIView) : IVoid; removeAllChildren () : IVoid; replaceAt (params : any) : IVoid; show (options? : IAnimationOption) : IVoid; startLayout () : IVoid; toImage (callback? : (...args : any[]) => any, honorScaleFactor? : boolean) : ITitaniumBlob; updateLayout (params : any) : IVoid; convertPointToView (point : IPoint, destinationView : ITitaniumUIView) : IPoint; getBubbleParent () : boolean; setBubbleParent (bubbleParent : boolean) : IVoid; getApiName () : string; getLifecycleContainer () : ITitaniumUIWindow; setLifecycleContainer (lifecycleContainer : ITitaniumUIWindow) : IVoid; getAccessibilityHidden () : boolean; setAccessibilityHidden (accessibilityHidden : boolean) : IVoid; getAccessibilityHint () : string; setAccessibilityHint (accessibilityHint : string) : IVoid; getAccessibilityLabel () : string; setAccessibilityLabel (accessibilityLabel : string) : IVoid; getAccessibilityValue () : string; setAccessibilityValue (accessibilityValue : string) : IVoid; getBackgroundColor () : string; setBackgroundColor (backgroundColor : string) : IVoid; getBackgroundDisabledColor () : string; setBackgroundDisabledColor (backgroundDisabledColor : string) : IVoid; getBackgroundDisabledImage () : string; setBackgroundDisabledImage (backgroundDisabledImage : string) : IVoid; getBackgroundFocusedColor () : string; setBackgroundFocusedColor (backgroundFocusedColor : string) : IVoid; getBackgroundFocusedImage () : string; setBackgroundFocusedImage (backgroundFocusedImage : string) : IVoid; getBackgroundGradient () : IGradient; setBackgroundGradient (backgroundGradient : IGradient) : IVoid; getBackgroundImage () : string; setBackgroundImage (backgroundImage : string) : IVoid; getBackgroundRepeat () : boolean; setBackgroundRepeat (backgroundRepeat : boolean) : IVoid; getBackgroundSelectedColor () : string; setBackgroundSelectedColor (backgroundSelectedColor : string) : IVoid; getBackgroundSelectedImage () : string; setBackgroundSelectedImage (backgroundSelectedImage : string) : IVoid; getBorderColor () : string; setBorderColor (borderColor : string) : IVoid; getBorderRadius () : number; setBorderRadius (borderRadius : number) : IVoid; getBorderWidth () : number; setBorderWidth (borderWidth : number) : IVoid; getBottom () : number; setBottom (bottom : number) : IVoid; getCenter () : IPoint; setCenter (center : IPoint) : IVoid; getChildren () : any[]; getElevation () : number; setElevation (elevation : number) : IVoid; getFocusable () : boolean; setFocusable (focusable : boolean) : IVoid; getHeight () : number; setHeight (height : number) : IVoid; getLeft () : number; setLeft (left : number) : IVoid; getLayout () : string; setLayout (layout : string) : IVoid; getOpacity () : number; setOpacity (opacity : number) : IVoid; getOverrideCurrentAnimation () : boolean; setOverrideCurrentAnimation (overrideCurrentAnimation : boolean) : IVoid; getRight () : number; setRight (right : number) : IVoid; getRect () : IDimension; getSize () : IDimension; getSoftKeyboardOnFocus () : number; setSoftKeyboardOnFocus (softKeyboardOnFocus : number) : IVoid; getTop () : number; setTop (top : number) : IVoid; getTouchEnabled () : boolean; setTouchEnabled (touchEnabled : boolean) : IVoid; getTransform () : ITitaniumUI_2DMatrix; setTransform (transform : ITitaniumUI_2DMatrix) : IVoid; getTranslationX () : number; setTranslationX (translationX : number) : IVoid; getTranslationY () : number; setTranslationY (translationY : number) : IVoid; getTranslationZ () : number; setTranslationZ (translationZ : number) : IVoid; getTransitionName () : string; setTransitionName (transitionName : string) : IVoid; getVisible () : boolean; setVisible (visible : boolean) : IVoid; getWidth () : number; setWidth (width : number) : IVoid; getHorizontalWrap () : boolean; setHorizontalWrap (horizontalWrap : boolean) : IVoid; getZIndex () : number; setZIndex (zIndex : number) : IVoid; getKeepScreenOn () : boolean; setKeepScreenOn (keepScreenOn : boolean) : IVoid; getCardBackgroundColor () : string; setCardBackgroundColor (cardBackgroundColor : string) : IVoid; getCardCornerRadius () : number; setCardCornerRadius (cardCornerRadius : number) : IVoid; getCardElevation () : number; setCardElevation (cardElevation : number) : IVoid; getCardMaxElevation () : number; setCardMaxElevation (cardMaxElevation : number) : IVoid; getMaxElevation () : number; setMaxElevation (maxElevation : number) : IVoid; getCardPreventCornerOverlap () : boolean; setCardPreventCornerOverlap (cardPreventCornerOverlap : boolean) : IVoid; getPreventCornerOverlap () : boolean; setPreventCornerOverlap (preventCornerOverlap : boolean) : IVoid; getCardUseCompatPadding () : boolean; setCardUseCompatPadding (cardUseCompatPadding : boolean) : IVoid; getUseCompatPadding () : boolean; setUseCompatPadding (useCompatPadding : boolean) : IVoid; getContentPadding () : number; setContentPadding (contentPadding : number) : IVoid; getPadding () : number; setPadding (padding : number) : IVoid; getContentPaddingBottom () : number; setContentPaddingBottom (contentPaddingBottom : number) : IVoid; getPaddingBottom () : number; setPaddingBottom (paddingBottom : number) : IVoid; getContentPaddingLeft () : number; setContentPaddingLeft (contentPaddingLeft : number) : IVoid; getPaddingLeft () : number; setPaddingLeft (paddingLeft : number) : IVoid; getContentPaddingRight () : number; setContentPaddingRight (contentPaddingRight : number) : IVoid; getPaddingRight () : number; setPaddingRight (paddingRight : number) : IVoid; getContentPaddingTop () : number; setContentPaddingTop (contentPaddingTop : number) : IVoid; getPaddingTop () : number; setPaddingTop (paddingTop : number) : IVoid; } interface ITitaniumUIAndroidProgressIndicator { bubbleParent : boolean; apiName : string; lifecycleContainer : ITitaniumUIWindow; elevation : number; translationX : number; translationY : number; translationZ : number; transitionName : string; cancelable : boolean; canceledOnTouchOutside : boolean; message : string; messageid : string; min : number; max : number; location : number; type : number; addEventListener (name : string, callback : (...args : any[]) => any) : IVoid; removeEventListener (name : string, callback : (...args : any[]) => any) : IVoid; fireEvent (name : string, event : any) : IVoid; applyProperties (props : any) : IVoid; finishLayout () : IVoid; hide (options? : IAnimationOption) : IVoid; insertAt (params : any) : IVoid; replaceAt (params : any) : IVoid; show (options? : IAnimationOption) : IVoid; startLayout () : IVoid; updateLayout (params : any) : IVoid; getBubbleParent () : boolean; setBubbleParent (bubbleParent : boolean) : IVoid; getApiName () : string; getLifecycleContainer () : ITitaniumUIWindow; setLifecycleContainer (lifecycleContainer : ITitaniumUIWindow) : IVoid; getElevation () : number; setElevation (elevation : number) : IVoid; getTranslationX () : number; setTranslationX (translationX : number) : IVoid; getTranslationY () : number; setTranslationY (translationY : number) : IVoid; getTranslationZ () : number; setTranslationZ (translationZ : number) : IVoid; getTransitionName () : string; setTransitionName (transitionName : string) : IVoid; getCancelable () : boolean; setCancelable (cancelable : boolean) : IVoid; getCanceledOnTouchOutside () : boolean; setCanceledOnTouchOutside (canceledOnTouchOutside : boolean) : IVoid; getMessage () : string; setMessage (message : string) : IVoid; getMessageid () : string; setMessageid (messageid : string) : IVoid; getMin () : number; setMin (min : number) : IVoid; getMax () : number; setMax (max : number) : IVoid; getLocation () : number; setLocation (location : number) : IVoid; getType () : number; setType (type : number) : IVoid; } interface ITitaniumUIAndroidSearchView { bubbleParent : boolean; apiName : string; lifecycleContainer : ITitaniumUIWindow; accessibilityHidden : boolean; accessibilityHint : string; accessibilityLabel : string; accessibilityValue : string; backgroundColor : string; backgroundDisabledColor : string; backgroundDisabledImage : string; backgroundFocusedColor : string; backgroundFocusedImage : string; backgroundGradient : IGradient; backgroundImage : string; backgroundRepeat : boolean; backgroundSelectedColor : string; backgroundSelectedImage : string; borderColor : string; borderRadius : number; borderWidth : number; bottom : number; center : IPoint; children : any[]; elevation : number; focusable : boolean; height : number; left : number; layout : string; opacity : number; overrideCurrentAnimation : boolean; right : number; rect : IDimension; size : IDimension; softKeyboardOnFocus : number; top : number; touchEnabled : boolean; transform : ITitaniumUI_2DMatrix; translationX : number; translationY : number; translationZ : number; transitionName : string; visible : boolean; width : number; horizontalWrap : boolean; zIndex : number; keepScreenOn : boolean; color : string; hintText : string; value : string; iconified : boolean; iconifiedByDefault : boolean; submitEnabled : boolean; addEventListener (name : string, callback : (...args : any[]) => any) : IVoid; removeEventListener (name : string, callback : (...args : any[]) => any) : IVoid; fireEvent (name : string, event : any) : IVoid; applyProperties (props : any) : IVoid; animate (animation : ITitaniumUIAnimation, callback : (...args : any[]) => any) : IVoid; finishLayout () : IVoid; hide (options? : IAnimationOption) : IVoid; insertAt (params : any) : IVoid; remove (view : ITitaniumUIView) : IVoid; removeAllChildren () : IVoid; replaceAt (params : any) : IVoid; show (options? : IAnimationOption) : IVoid; startLayout () : IVoid; toImage (callback? : (...args : any[]) => any, honorScaleFactor? : boolean) : ITitaniumBlob; updateLayout (params : any) : IVoid; convertPointToView (point : IPoint, destinationView : ITitaniumUIView) : IPoint; blur () : IVoid; focus () : IVoid; getBubbleParent () : boolean; setBubbleParent (bubbleParent : boolean) : IVoid; getApiName () : string; getLifecycleContainer () : ITitaniumUIWindow; setLifecycleContainer (lifecycleContainer : ITitaniumUIWindow) : IVoid; getAccessibilityHidden () : boolean; setAccessibilityHidden (accessibilityHidden : boolean) : IVoid; getAccessibilityHint () : string; setAccessibilityHint (accessibilityHint : string) : IVoid; getAccessibilityLabel () : string; setAccessibilityLabel (accessibilityLabel : string) : IVoid; getAccessibilityValue () : string; setAccessibilityValue (accessibilityValue : string) : IVoid; getBackgroundColor () : string; setBackgroundColor (backgroundColor : string) : IVoid; getBackgroundDisabledColor () : string; setBackgroundDisabledColor (backgroundDisabledColor : string) : IVoid; getBackgroundDisabledImage () : string; setBackgroundDisabledImage (backgroundDisabledImage : string) : IVoid; getBackgroundFocusedColor () : string; setBackgroundFocusedColor (backgroundFocusedColor : string) : IVoid; getBackgroundFocusedImage () : string; setBackgroundFocusedImage (backgroundFocusedImage : string) : IVoid; getBackgroundGradient () : IGradient; setBackgroundGradient (backgroundGradient : IGradient) : IVoid; getBackgroundImage () : string; setBackgroundImage (backgroundImage : string) : IVoid; getBackgroundRepeat () : boolean; setBackgroundRepeat (backgroundRepeat : boolean) : IVoid; getBackgroundSelectedColor () : string; setBackgroundSelectedColor (backgroundSelectedColor : string) : IVoid; getBackgroundSelectedImage () : string; setBackgroundSelectedImage (backgroundSelectedImage : string) : IVoid; getBorderColor () : string; setBorderColor (borderColor : string) : IVoid; getBorderRadius () : number; setBorderRadius (borderRadius : number) : IVoid; getBorderWidth () : number; setBorderWidth (borderWidth : number) : IVoid; getBottom () : number; setBottom (bottom : number) : IVoid; getCenter () : IPoint; setCenter (center : IPoint) : IVoid; getChildren () : any[]; getElevation () : number; setElevation (elevation : number) : IVoid; getFocusable () : boolean; setFocusable (focusable : boolean) : IVoid; getHeight () : number; setHeight (height : number) : IVoid; getLeft () : number; setLeft (left : number) : IVoid; getLayout () : string; setLayout (layout : string) : IVoid; getOpacity () : number; setOpacity (opacity : number) : IVoid; getOverrideCurrentAnimation () : boolean; setOverrideCurrentAnimation (overrideCurrentAnimation : boolean) : IVoid; getRight () : number; setRight (right : number) : IVoid; getRect () : IDimension; getSize () : IDimension; getSoftKeyboardOnFocus () : number; setSoftKeyboardOnFocus (softKeyboardOnFocus : number) : IVoid; getTop () : number; setTop (top : number) : IVoid; getTouchEnabled () : boolean; setTouchEnabled (touchEnabled : boolean) : IVoid; getTransform () : ITitaniumUI_2DMatrix; setTransform (transform : ITitaniumUI_2DMatrix) : IVoid; getTranslationX () : number; setTranslationX (translationX : number) : IVoid; getTranslationY () : number; setTranslationY (translationY : number) : IVoid; getTranslationZ () : number; setTranslationZ (translationZ : number) : IVoid; getTransitionName () : string; setTransitionName (transitionName : string) : IVoid; getVisible () : boolean; setVisible (visible : boolean) : IVoid; getWidth () : number; setWidth (width : number) : IVoid; getHorizontalWrap () : boolean; setHorizontalWrap (horizontalWrap : boolean) : IVoid; getZIndex () : number; setZIndex (zIndex : number) : IVoid; getKeepScreenOn () : boolean; setKeepScreenOn (keepScreenOn : boolean) : IVoid; getColor () : string; setColor (color : string) : IVoid; getHintText () : string; setHintText (hintText : string) : IVoid; getValue () : string; setValue (value : string) : IVoid; getIconified () : boolean; setIconified (iconified : boolean) : IVoid; getIconifiedByDefault () : boolean; setIconifiedByDefault (iconifiedByDefault : boolean) : IVoid; getSubmitEnabled () : boolean; setSubmitEnabled (submitEnabled : boolean) : IVoid; } interface ITitaniumUIAndroid { CardView : ITitaniumUIAndroidCardView; ProgressIndicator : ITitaniumUIAndroidProgressIndicator; SearchView : ITitaniumUIAndroidSearchView; bubbleParent : boolean; apiName : string; lifecycleContainer : ITitaniumUIWindow; GRAVITY_AXIS_CLIP : number; GRAVITY_AXIS_PULL_AFTER : number; GRAVITY_AXIS_PULL_BEFORE : number; GRAVITY_AXIS_SPECIFIED : number; GRAVITY_AXIS_X_SHIFT : number; GRAVITY_AXIS_Y_SHIFT : number; GRAVITY_BOTTOM : number; GRAVITY_CENTER : number; GRAVITY_CENTER_HORIZONTAL : number; GRAVITY_CENTER_VERTICAL : number; GRAVITY_CLIP_HORIZONTAL : number; GRAVITY_CLIP_VERTICAL : number; GRAVITY_DISPLAY_CLIP_HORIZONTAL : number; GRAVITY_DISPLAY_CLIP_VERTICAL : number; GRAVITY_END : number; GRAVITY_FILL : number; GRAVITY_FILL_HORIZONTAL : number; GRAVITY_FILL_VERTICAL : number; GRAVITY_HORIZONTAL_GRAVITY_MASK : number; GRAVITY_LEFT : number; GRAVITY_NO_GRAVITY : number; GRAVITY_RELATIVE_HORIZONTAL_GRAVITY_MASK : number; GRAVITY_RELATIVE_LAYOUT_DIRECTION : number; GRAVITY_RIGHT : number; GRAVITY_START : number; GRAVITY_TOP : number; GRAVITY_VERTICAL_GRAVITY_MASK : number; LINKIFY_ALL : number; LINKIFY_EMAIL_ADDRESSES : number; LINKIFY_MAP_ADDRESSES : number; LINKIFY_PHONE_NUMBERS : number; LINKIFY_WEB_URLS : number; OVER_SCROLL_ALWAYS : number; OVER_SCROLL_IF_CONTENT_SCROLLS : number; OVER_SCROLL_NEVER : number; PIXEL_FORMAT_A_8 : number; PIXEL_FORMAT_LA_88 : number; PIXEL_FORMAT_L_8 : number; PIXEL_FORMAT_OPAQUE : number; PIXEL_FORMAT_RGBA_4444 : number; PIXEL_FORMAT_RGBA_5551 : number; PIXEL_FORMAT_RGBA_8888 : number; PIXEL_FORMAT_RGBX_8888 : number; PIXEL_FORMAT_RGB_332 : number; PIXEL_FORMAT_RGB_565 : number; PIXEL_FORMAT_RGB_888 : number; PIXEL_FORMAT_TRANSLUCENT : number; PIXEL_FORMAT_TRANSPARENT : number; PIXEL_FORMAT_UNKNOWN : number; PROGRESS_INDICATOR_DIALOG : number; PROGRESS_INDICATOR_STATUS_BAR : number; PROGRESS_INDICATOR_INDETERMINANT : number; PROGRESS_INDICATOR_DETERMINANT : number; SOFT_INPUT_ADJUST_PAN : number; SOFT_INPUT_ADJUST_RESIZE : number; SOFT_INPUT_ADJUST_UNSPECIFIED : number; SOFT_INPUT_STATE_ALWAYS_HIDDEN : number; SOFT_INPUT_STATE_ALWAYS_VISIBLE : number; SOFT_INPUT_STATE_HIDDEN : number; SOFT_INPUT_STATE_UNSPECIFIED : number; SOFT_INPUT_STATE_VISIBLE : number; SOFT_KEYBOARD_DEFAULT_ON_FOCUS : number; SOFT_KEYBOARD_HIDE_ON_FOCUS : number; SOFT_KEYBOARD_SHOW_ON_FOCUS : number; SWITCH_STYLE_CHECKBOX : number; SWITCH_STYLE_TOGGLEBUTTON : number; SWITCH_STYLE_SWITCH : number; WEBVIEW_PLUGINS_OFF : number; WEBVIEW_PLUGINS_ON : number; WEBVIEW_PLUGINS_ON_DEMAND : number; WEBVIEW_LOAD_DEFAULT : number; WEBVIEW_LOAD_NO_CACHE : number; WEBVIEW_LOAD_CACHE_ONLY : number; WEBVIEW_LOAD_CACHE_ELSE_NETWORK : number; TRANSITION_EXPLODE : number; TRANSITION_FADE_IN : number; TRANSITION_FADE_OUT : number; TRANSITION_SLIDE_TOP : number; TRANSITION_SLIDE_RIGHT : number; TRANSITION_SLIDE_BOTTOM : number; TRANSITION_SLIDE_LEFT : number; TRANSITION_CHANGE_BOUNDS : number; TRANSITION_CHANGE_CLIP_BOUNDS : number; TRANSITION_CHANGE_TRANSFORM : number; TRANSITION_CHANGE_IMAGE_TRANSFORM : number; TRANSITION_NONE : number; addEventListener (name : string, callback : (...args : any[]) => any) : IVoid; removeEventListener (name : string, callback : (...args : any[]) => any) : IVoid; fireEvent (name : string, event : any) : IVoid; applyProperties (props : any) : IVoid; hideSoftKeyboard () : IVoid; openPreferences () : IVoid; getBubbleParent () : boolean; setBubbleParent (bubbleParent : boolean) : IVoid; getApiName () : string; getLifecycleContainer () : ITitaniumUIWindow; setLifecycleContainer (lifecycleContainer : ITitaniumUIWindow) : IVoid; createCardView (parameters? : ITitaniumUIAndroidCardView) : ITitaniumUIAndroidCardView; createProgressIndicator (parameters? : ITitaniumUIAndroidProgressIndicator) : ITitaniumUIAndroidProgressIndicator; createSearchView (parameters? : ITitaniumUIAndroidSearchView) : ITitaniumUIAndroidSearchView; } interface ITitaniumUIAnimation { bubbleParent : boolean; apiName : string; lifecycleContainer : ITitaniumUIWindow; anchorPoint : IPoint; autoreverse : boolean; backgroundColor : string; bottom : number; center : any; color : string; curve : number; delay : number; duration : number; height : number; left : number; opacity : number; opaque : boolean; repeat : number; right : number; top : number; transform : ITitaniumUI_2DMatrix; transition : number; view : ITitaniumUIView; visible : boolean; width : number; zIndex : number; addEventListener (name : string, callback : (...args : any[]) => any) : IVoid; removeEventListener (name : string, callback : (...args : any[]) => any) : IVoid; fireEvent (name : string, event : any) : IVoid; applyProperties (props : any) : IVoid; getBubbleParent () : boolean; setBubbleParent (bubbleParent : boolean) : IVoid; getApiName () : string; getLifecycleContainer () : ITitaniumUIWindow; setLifecycleContainer (lifecycleContainer : ITitaniumUIWindow) : IVoid; getAnchorPoint () : IPoint; setAnchorPoint (anchorPoint : IPoint) : IVoid; getAutoreverse () : boolean; setAutoreverse (autoreverse : boolean) : IVoid; getBackgroundColor () : string; setBackgroundColor (backgroundColor : string) : IVoid; getBottom () : number; setBottom (bottom : number) : IVoid; getCenter () : any; setCenter (center : any) : IVoid; getColor () : string; setColor (color : string) : IVoid; getCurve () : number; setCurve (curve : number) : IVoid; getDelay () : number; setDelay (delay : number) : IVoid; getDuration () : number; setDuration (duration : number) : IVoid; getHeight () : number; setHeight (height : number) : IVoid; getLeft () : number; setLeft (left : number) : IVoid; getOpacity () : number; setOpacity (opacity : number) : IVoid; getOpaque () : boolean; setOpaque (opaque : boolean) : IVoid; getRepeat () : number; setRepeat (repeat : number) : IVoid; getRight () : number; setRight (right : number) : IVoid; getTop () : number; setTop (top : number) : IVoid; getTransform () : ITitaniumUI_2DMatrix; setTransform (transform : ITitaniumUI_2DMatrix) : IVoid; getTransition () : number; setTransition (transition : number) : IVoid; getView () : ITitaniumUIView; setView (view : ITitaniumUIView) : IVoid; getVisible () : boolean; setVisible (visible : boolean) : IVoid; getWidth () : number; setWidth (width : number) : IVoid; getZIndex () : number; setZIndex (zIndex : number) : IVoid; } interface ITitaniumUIAttributedString { bubbleParent : boolean; apiName : string; lifecycleContainer : ITitaniumUIWindow; text : string; attributes : any[]; addEventListener (name : string, callback : (...args : any[]) => any) : IVoid; removeEventListener (name : string, callback : (...args : any[]) => any) : IVoid; fireEvent (name : string, event : any) : IVoid; applyProperties (props : any) : IVoid; addAttribute (attribute : IAttribute) : IVoid; getBubbleParent () : boolean; setBubbleParent (bubbleParent : boolean) : IVoid; getApiName () : string; getLifecycleContainer () : ITitaniumUIWindow; setLifecycleContainer (lifecycleContainer : ITitaniumUIWindow) : IVoid; getText () : string; setText (text : string) : IVoid; getAttributes () : any[]; setAttributes (attributes : any[]) : IVoid; } interface ITitaniumUIButton { bubbleParent : boolean; apiName : string; lifecycleContainer : ITitaniumUIWindow; accessibilityHidden : boolean; accessibilityHint : string; accessibilityLabel : string; accessibilityValue : string; anchorPoint : IPoint; animatedCenter : IPoint; backgroundColor : string; backgroundDisabledColor : string; backgroundDisabledImage : string; backgroundFocusedColor : string; backgroundFocusedImage : string; backgroundGradient : IGradient; backgroundImage : string; backgroundRepeat : boolean; backgroundLeftCap : number; backgroundSelectedColor : string; backgroundSelectedImage : string; backgroundTopCap : number; borderColor : string; borderRadius : number; borderWidth : number; bottom : number; center : IPoint; children : any[]; clipMode : number; elevation : number; focusable : boolean; height : number; left : number; layout : string; opacity : number; overrideCurrentAnimation : boolean; pullBackgroundColor : string; previewContext : ITitaniumUIView; right : number; rect : IDimension; size : IDimension; softKeyboardOnFocus : number; tintColor : string; top : number; touchEnabled : boolean; transform : ITitaniumUI_2DMatrix; translationX : number; translationY : number; translationZ : number; transitionName : string; viewShadowRadius : number; viewShadowColor : string; viewShadowOffset : IPoint; visible : boolean; width : number; horizontalWrap : boolean; zIndex : number; keepScreenOn : boolean; color : string; disabledColor : string; enabled : boolean; font : IFont; image : string; selectedColor : string; shadowColor : string; shadowOffset : any; shadowRadius : number; style : number; systemButton : number; textAlign : string; title : string; titleid : string; verticalAlign : number; addEventListener (name : string, callback : (...args : any[]) => any) : IVoid; removeEventListener (name : string, callback : (...args : any[]) => any) : IVoid; fireEvent (name : string, event : any) : IVoid; applyProperties (props : any) : IVoid; add (view : ITitaniumUIView) : IVoid; animate (animation : ITitaniumUIAnimation, callback : (...args : any[]) => any) : IVoid; finishLayout () : IVoid; hide (options? : IAnimationOption) : IVoid; insertAt (params : any) : IVoid; remove (view : ITitaniumUIView) : IVoid; removeAllChildren () : IVoid; replaceAt (params : any) : IVoid; show (options? : IAnimationOption) : IVoid; startLayout () : IVoid; toImage (callback? : (...args : any[]) => any, honorScaleFactor? : boolean) : ITitaniumBlob; updateLayout (params : any) : IVoid; convertPointToView (point : IPoint, destinationView : ITitaniumUIView) : IPoint; getBubbleParent () : boolean; setBubbleParent (bubbleParent : boolean) : IVoid; getApiName () : string; getLifecycleContainer () : ITitaniumUIWindow; setLifecycleContainer (lifecycleContainer : ITitaniumUIWindow) : IVoid; getAccessibilityHidden () : boolean; setAccessibilityHidden (accessibilityHidden : boolean) : IVoid; getAccessibilityHint () : string; setAccessibilityHint (accessibilityHint : string) : IVoid; getAccessibilityLabel () : string; setAccessibilityLabel (accessibilityLabel : string) : IVoid; getAccessibilityValue () : string; setAccessibilityValue (accessibilityValue : string) : IVoid; getAnchorPoint () : IPoint; setAnchorPoint (anchorPoint : IPoint) : IVoid; getAnimatedCenter () : IPoint; getBackgroundColor () : string; setBackgroundColor (backgroundColor : string) : IVoid; getBackgroundDisabledColor () : string; setBackgroundDisabledColor (backgroundDisabledColor : string) : IVoid; getBackgroundDisabledImage ()