English | Site Directory

Android - An Open Handset Alliance Project

android.view
public interface

android.view.ViewManager

android.view.ViewManager

Interface to let you add and remove child views to an Activity. To get an instance of this class, call Context.getSystemService().

Known Indirect Subclasses

Summary

Public Methods

        void  addView(View view, LayoutParams params)
        void  removeView(View view)
        void  updateViewLayout(View view, LayoutParams params)

Details

Public Methods

public void addView(View view, LayoutParams params)

public void removeView(View view)

public void updateViewLayout(View view, LayoutParams params)

Build m5-rc15g - 14 May 2008 12:50