Package-level declarations
Types
EditTextStateUpdatePolicy specifies when EditText component should update its internal input state
A component to render a Drawable.
A component that renders a solid color.
Event sent to TextEdit to make cursor invisible.
Creates an ItemDecoration that provides the developer a function to measure the View if the insets required depend on the measured size of the View. The measure function will use the size constraints recorded by Binder of the Recycler Component. This approach is required because the RecyclerView gets the insets from the ItemDecoration before the View is measured, so the measured size of the view is 0, and the insets would not be correct.
Because a LayoutInfo/LayoutManager may rely on padding to generate a child measure specs, and because padding isn't accessible in a thread-safe way, this interface gives a LayoutManager the chance to record the RecyclerView's padding when it's attached.
The layout data required by the Image Primitive to mount, and bind the drawable in the host.
Renders an infinitely spinning progress bar.
Renders an infinitely spinning progress bar.
This configuration is meant to be used in the context of RecyclerBinder. It allows you to define to define specific behavior changes to the default behaviour of the RecyclerBinder.
This builder is just a helper class for Java clients.
Event sent to TextEdit to make cursor visible.
A simple spinner (dropdown) component. Derived from the standard Android android.widget.Spinner
A Component that can wrap another component to add touch feedback via a RippleDrawable background.
Enum for setting vertical gravity of a component. Currently used to design where to vertically align text in a text component.