Java android.view ViewManager fields, constructors, methods, implement or subclass

Example usage for Java android.view ViewManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.view ViewManager.

The text is from its open source code.

Subclass

android.view.ViewManager has subclasses.
Click this link to see all its subclasses.

Method

voidaddView(View view, ViewGroup.LayoutParams params)
Assign the passed LayoutParams to the passed View and add the view to the window.
voidremoveView(View view)