Example usage for Java android.view ViewOutlineProvider fields, constructors, methods, implement or subclass
The text is from its open source code.
ViewOutlineProvider | BACKGROUND 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. |
ViewOutlineProvider | BOUNDS Maintains the outline of the View to match its rectangular bounds, at 1.0f alpha. |