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

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

Introduction

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

The text is from its open source code.

Field

ViewOutlineProviderBACKGROUND
Default outline provider for Views, which queries the Outline from the View's background, or generates a 0 alpha, rectangular Outline the size of the View if a background isn't present.
ViewOutlineProviderBOUNDS
Maintains the outline of the View to match its rectangular bounds, at 1.0f alpha.

Constructor