/**@class android.widget.AbsoluteLayout
@extends android.view.ViewGroup

 A layout that lets you specify exact locations (x/y coordinates) of its
 children. Absolute layouts are less flexible and harder to maintain than
 other types of layouts without absolute positioning.

 <p><strong>XML attributes</strong></p> <p> See {@link android.R.styleable#ViewGroup ViewGroup Attributes}, {@link android.R.styleable#View View Attributes}</p>
 
 @deprecated Use {@link android.widget.FrameLayout}, {@link android.widget.RelativeLayout}
             or a custom layout instead.
*/
var AbsoluteLayout = {

/**
*/
generateLayoutParams : function(  ) {},

/**
*/
shouldDelayChildPressedState : function(  ) {},


};