B
C
D
G
R
S
U
S
- setArrowColor(com.skydoves.balloon.Balloon.Builder,androidx.compose.ui.graphics.Color) - function in com.skydoves.balloon.compose.BalloonComposeExtensionKt
- sets a color of the arrow.
- setBackgroundColor(com.skydoves.balloon.Balloon.Builder,androidx.compose.ui.graphics.Color) - function in com.skydoves.balloon.compose.BalloonComposeExtensionKt
- sets the background color of the arrow and popup.
- setIconColor(com.skydoves.balloon.Balloon.Builder,androidx.compose.ui.graphics.Color) - function in com.skydoves.balloon.compose.BalloonComposeExtensionKt
- sets the color of the icon drawable.
- setIsAttachedInDecor(java.lang.Boolean) - function in com.skydoves.balloon.compose.BalloonWindow
- sets whether the popup window will be attached in the decor frame of its parent window.
- setOnBalloonClickListener(com.skydoves.balloon.OnBalloonClickListener) - function in com.skydoves.balloon.compose.BalloonWindow
- sets a OnBalloonClickListener to the popup.
- setOnBalloonDismissListener(com.skydoves.balloon.OnBalloonDismissListener) - function in com.skydoves.balloon.compose.BalloonWindow
- sets a OnBalloonDismissListener to the popup.
- setOnBalloonInitializedListener(com.skydoves.balloon.OnBalloonInitializedListener) - function in com.skydoves.balloon.compose.BalloonWindow
- sets a OnBalloonInitializedListener to the popup.
- setOnBalloonOutsideTouchListener(com.skydoves.balloon.OnBalloonOutsideTouchListener) - function in com.skydoves.balloon.compose.BalloonWindow
- sets a OnBalloonOutsideTouchListener to the popup.
- setOnBalloonOverlayClickListener(com.skydoves.balloon.OnBalloonOverlayClickListener) - function in com.skydoves.balloon.compose.BalloonWindow
- sets a OnBalloonOverlayClickListener to the overlay popup.
- setOnBalloonOverlayTouchListener(android.view.View.OnTouchListener) - function in com.skydoves.balloon.compose.BalloonWindow
- sets a View.OnTouchListener to the overlay popup
- setOnBalloonOverlayTouchListener(kotlin.jvm.functions.Function2) - function in com.skydoves.balloon.compose.BalloonWindow
- sets a View.OnTouchListener to the overlay popup using lambda.
- setOnBalloonTouchListener(android.view.View.OnTouchListener) - function in com.skydoves.balloon.compose.BalloonWindow
- sets a View.OnTouchListener to the popup.
- setOverlayColor(com.skydoves.balloon.Balloon.Builder,androidx.compose.ui.graphics.Color) - function in com.skydoves.balloon.compose.BalloonComposeExtensionKt
- background color of the overlay.
- setOverlayPaddingColor(com.skydoves.balloon.Balloon.Builder,androidx.compose.ui.graphics.Color) - function in com.skydoves.balloon.compose.BalloonComposeExtensionKt
- sets color of the overlay padding.
- setTextColor(com.skydoves.balloon.Balloon.Builder,androidx.compose.ui.graphics.Color) - function in com.skydoves.balloon.compose.BalloonComposeExtensionKt
- sets the color of the main text content.
- shouldShowUp() - function in com.skydoves.balloon.compose.BalloonWindow
- Represents if the balloon should be displayed according to the internal persistence..
- showAlign(com.skydoves.balloon.BalloonAlign,android.view.View,java.util.List,java.lang.Integer,java.lang.Integer) - function in com.skydoves.balloon.compose.BalloonWindow
- Shows the balloon on an anchor view depending on the align alignment with x-off and y-off.
- showAlignBottom(java.lang.Integer,java.lang.Integer) - function in com.skydoves.balloon.compose.BalloonWindow
- Shows the balloon on an anchor view as the bottom alignment with x-off and y-off.
- showAlignLeft(java.lang.Integer,java.lang.Integer) - function in com.skydoves.balloon.compose.BalloonWindow
- Shows the balloon on an anchor view as the left alignment with x-off and y-off.
- showAlignRight(java.lang.Integer,java.lang.Integer) - function in com.skydoves.balloon.compose.BalloonWindow
- Shows the balloon on an anchor view as the right alignment with x-off and y-off.
- showAlignTop(java.lang.Integer,java.lang.Integer) - function in com.skydoves.balloon.compose.BalloonWindow
- Shows the balloon on an anchor view as the top alignment with x-off and y-off.
- showAsDropDown(java.lang.Integer,java.lang.Integer) - function in com.skydoves.balloon.compose.BalloonWindow
- Shows the balloon on an anchor view as drop down with x-off and y-off.
- showAtCenter(java.lang.Integer,java.lang.Integer,com.skydoves.balloon.BalloonCenterAlign) - function in com.skydoves.balloon.compose.BalloonWindow
- Shows the balloon over the anchor view (overlap) as the center aligns.