English | Site Directory

Android - An Open Handset Alliance Project

android.widget
public class

android.widget.ScaleLayout

java.lang.Object
android.view.View Drawable.Callback KeyEvent.Callback
android.view.ViewGroup ViewManager ViewParent
android.widget.FrameLayout
android.widget.ScaleLayout

Also see ViewGroup.LayoutParams for layout attributes.

Summary

XML Attributes inherited from class android.widget.FrameLayout
XML Attributes inherited from class android.view.ViewGroup
XML Attributes inherited from class android.view.View
Constants inherited from class android.view.ViewGroup
Constants inherited from class android.view.View
Fields inherited from class android.widget.FrameLayout
Fields inherited from class android.view.ViewGroup
Fields inherited from class android.view.View

Public Constructors

          ScaleLayout(Context context)
          ScaleLayout(Context context, AttributeSet attrs, Map inflateParams)
          ScaleLayout(Context context, AttributeSet attrs, Map inflateParams, int defStyle)

Public Methods

        void  setChildSize(int childWidth, int childHeight)

Protected Methods

        boolean  getChildStaticTransformation(View child, Transformation t)
        void  onMeasure(int widthMeasureSpec, int heightMeasureSpec)

Measure the view and its content to determine the measured width and the measured height.

Methods inherited from class android.widget.FrameLayout
Methods inherited from class android.view.ViewGroup