Package-level declarations
Properties
Functions
An SDK version-dependant compat function for appending text to SpannableStringBuilder and setting the span.
Overlays the given color with DrawContext.elevationOverlayColor, changing the opacity of DrawContext.elevationOverlayColor depending on the value of elevationDp.
Copies this color, updating any or all of the color channels.
The first non-negative value of the values provided, or null
if none of the values is non-negative.
Returns that of the Marker.EntryModels stored in the Map whose x-axis map key is the closest to the Point.x value.
Returns RectF.right if isLtr is true, and RectF.left otherwise.
Returns those of the Marker.EntryModels stored in the Map whose ChartEntry.x is equal to xValue.
Returns RectF.left if isLtr is true, and RectF.right otherwise.
Whether this value contains any of the provided bit flags.
Returns the width of the provided text.
Creates a MutableList containing all elements of the specified source collection.
Calls the selector function for each value in the collection and returns the range of the produced values.
Replaces all of the elements of this MutableList with the elements of the provided array.
Replaces all of the elements of this MutableList with the elements of the provided collection.
Replaces all of the elements of this MutableMap with the elements of the provided map.
For each child ArrayList contained in this ArrayList, replaces the elements of the child ArrayList with the elements of the corresponding Collection from the provided List. The child ArrayList and Collection are associated by index. If a given child ArrayList contained in this ArrayList has no corresponding Collection in the provided List, the child ArrayList will be cleared. If the size of this ArrayList is smaller than the size of the provided List, an appropriate number of empty child ArrayLists will first be added to this ArrayList.