-
abs
Returns the absolute value of the given RemoteFloat.
-
acos
Computes the arc cosine of the given RemoteFloat.
-
alignByBaseline
Aligns this layout with sibling layouts in a `Row` by their shared baseline.
- asComposePath
-
asin
Computes the arc sine of the given RemoteFloat.
-
asRemoteDp
Converts this RemoteFloat to a RemoteDp directly (1:1)
-
asRemotePaint
Converts a androidx.compose.ui.graphics.Paint to a RemotePaint.
-
atan
Computes the arc tangent of the given RemoteFloat value.
-
atan2
Returns the angle theta from the conversion of rectangular coordinates (b, a) to polar coordinates (r, theta).
-
background
Draws a solid color background behind the content.
-
bitmap
Creates a texture brush with a specified bitmap.
-
border
Draws a border around the element.
-
captureSingleRemoteDocument
Capture a RemoteCompose document by rendering the specified content Composable in a virtual display and returning the resulting bytes.
-
cbrt
Returns the cube root of a RemoteFloat.
-
ceil
Returns the smallest RemoteFloat that is greater than or equal to a and is a mathematical integer.
-
clamp
Restricts the given value to the range defined by min and max.
-
clearAndSetSemantics
Clears the semantics of all descendants and sets new semantics.
- clickable
- clip
-
copySign
Returns the first floating-point argument with the sign of the second floating-point argument.
-
cos
Computes the cosine of the given RemoteFloat a.
-
createCreationDisplayInfo
Creates a RemoteCreationDisplayInfo instance from the provided Context.
-
drawWithContent
Creates a RemoteModifier that allows drawing with the component's content.
-
exp
Returns Euler's number `e` raised to the power of the given RemoteFloat value a.
-
fillMaxHeight
Fills the maximum available height.
-
fillMaxSize
Fills the parent's maximum available width and height.
-
fillMaxWidth
Fills the maximum available width.
-
fillParentMaxHeight
Fills the parent's maximum available height.
-
fillParentMaxWidth
Fills the parent's maximum available width.
-
floor
Returns the largest (closest to positive infinity) RemoteFloat value that is less than or equal to a and is equal to a mathematical integer.
-
height
Sets the height of the content using RemoteDp.
-
heightIn
Sets the minimum and maximum height of the content.
-
horizontalGradient
Creates a horizontal gradient with the given colors evenly dispersed within the gradient
-
lerp
Computes from + (to - from) * tween.
-
linearGradient
Creates a linear gradient with the provided colors along the given start and end coordinates.
- ln
-
log
Computes the base-10 logarithm of the RemoteFloat a.
-
mad
Computes a multiply-add operation: a * b + c.
-
max
Returns the greater of two RemoteFloat values.
-
min
Returns the smaller of two RemoteFloat values.
- offset
- onTouchCancel
- onTouchDown
- onTouchUp
-
padding
Adds padding to each edge of the content.
-
painterRemoteBitmap
Creates a RemoteBitmapPainter from a RemoteBitmap.
-
painterRemoteColor
Creates a RemoteColorPainter from a RemoteColor.
-
painterRemoteVector
Creates a RemoteVectorPainter from a RemoteImageVector.
-
path
DSL extension for adding a RemoteVectorPath to this.
-
pow
Raises a to the power of b.
-
radialGradient
Creates a radial gradient with the given colors at the provided offset defined in the colorstop pair.
-
RemoteCornerSize
Creates RemoteCornerSize with provided size.
-
RemoteRoundedCornerShape
Creates RemoteRoundedCornerShape with the same size applied for all four corners.
-
round
Returns the value of the given RemoteFloat rounded to the nearest integer.
-
semantics
Adds semantics to the node.
-
sign
Returns the sign of the given RemoteFloat a.
-
sin
Computes the sine of the given RemoteFloat.
-
size
Sets the width and height of the content.
- solidColor
-
sqrt
Returns the positive square root of the given RemoteFloat.
-
sweepGradient
Creates a sweep gradient with the given colors dispersed around the center with offsets defined in each colorstop pair.
-
tan
Computes the trigonometric tangent of an angle in radians.
-
toDeg
Converts an angle measured in radians to an approximately equivalent angle measured in degrees.
-
toRad
Converts the given RemoteFloat value in degrees to radians.
-
tween
Creates a remote color that interpolates between two RemoteColors based on a tween factor.
-
ValueChange
Creates an Action that updates the value of a MutableRemoteState to a new RemoteState.
-
verticalGradient
Creates a vertical gradient with the given colors evenly dispersed within the gradient Ex: ``` Brush.verticalGradient( listOf(Color.Red.rc, Color.Green.rc, Color.Blue.rc), startY…
- visibility
-
width
Sets the width of the content using RemoteDp.
-
widthIn
Sets the minimum and maximum width of the content.
-
wrapContentSize
Wraps the content size to its intrinsic dimensions.
- zIndex
Compose Remote Creation
Jetpack Compose API reference for remote-creation-compose.