A
- addChildrenForAccessibility(ArrayList) - function in android.view.BalloonAnchorOverlayView
- addChildrenForAccessibility(ArrayList) - function in android.view.RadiusLayout
- addChildrenForAccessibility(ArrayList) - function in android.view.VectorTextView
- addExtraDataToAccessibilityNodeInfo(AccessibilityNodeInfo,String,Bundle) - function in android.view.BalloonAnchorOverlayView
- addExtraDataToAccessibilityNodeInfo(AccessibilityNodeInfo,String,Bundle) - function in android.view.RadiusLayout
- addExtraDataToAccessibilityNodeInfo(AccessibilityNodeInfo,String,Bundle) - function in android.widget.VectorTextView
- addFocusables(ArrayList,Integer) - function in android.view.BalloonAnchorOverlayView
- addFocusables(ArrayList,Integer,Integer) - function in android.view.BalloonAnchorOverlayView
- addFocusables(ArrayList,Integer,Integer) - function in android.view.RadiusLayout
- addFocusables(ArrayList,Integer) - function in android.view.RadiusLayout
- addFocusables(ArrayList,Integer) - function in android.view.VectorTextView
- addFocusables(ArrayList,Integer,Integer) - function in android.view.VectorTextView
- addKeyboardNavigationClusters(Collection,Integer) - function in android.view.BalloonAnchorOverlayView
- addKeyboardNavigationClusters(Collection,Integer) - function in android.view.RadiusLayout
- addKeyboardNavigationClusters(Collection,Integer) - function in android.view.VectorTextView
- addOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.BalloonAnchorOverlayView
- addOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.RadiusLayout
- addOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.VectorTextView
- addOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.BalloonAnchorOverlayView
- addOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.RadiusLayout
- addOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.VectorTextView
- addOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.BalloonAnchorOverlayView
- addOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.RadiusLayout
- addOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.VectorTextView
- addStatesFromChildren() - function in android.view.RadiusLayout
- addTextChangedListener(TextWatcher) - function in android.widget.VectorTextView
- addTouchables(ArrayList) - function in android.view.BalloonAnchorOverlayView
- addTouchables(ArrayList) - function in android.view.RadiusLayout
- addTouchables(ArrayList) - function in android.view.VectorTextView
- addView(View) - function in android.view.RadiusLayout
- addView(View,Integer) - function in android.view.RadiusLayout
- addView(View,Integer,Integer) - function in android.view.RadiusLayout
- addView(View,ViewGroup.LayoutParams) - function in android.view.RadiusLayout
- addView(View,Integer,ViewGroup.LayoutParams) - function in android.view.RadiusLayout
- addViewInLayout(View,Integer,ViewGroup.LayoutParams) - function in android.view.RadiusLayout
- addViewInLayout(View,Integer,ViewGroup.LayoutParams,Boolean) - function in android.view.RadiusLayout
- ALIGN_ANCHOR - enum entry in com.skydoves.balloon.ArrowOrientationRules
Align depending on the position of an anchor.
For example, Balloon.Builder.arrowOrientation is ArrowOrientation.TOP and we want to show up the balloon under an anchor using the Balloon.showAlignBottom. However, if there is not enough free space to place the tooltip at the bottom of the anchor, tooltips will be placed on top of the anchor and the orientation of the arrow will be ArrowOrientation.BOTTOM.
- ALIGN_ANCHOR - enum entry in com.skydoves.balloon.ArrowPositionRules
Align the arrow position depending on an anchor.
If Balloon.Builder.arrowPosition is 0.5, the arrow will be located in the middle of an anchor.
- ALIGN_BALLOON - enum entry in com.skydoves.balloon.ArrowPositionRules
Align the arrow position depending on the balloon popup body.
If Balloon.Builder.arrowPosition is 0.5, the arrow will be located in the middle of the tooltip.
- ALIGN_FIXED - enum entry in com.skydoves.balloon.ArrowOrientationRules
Align to fixed ArrowOrientation.
The orientation of the arrow will be fixed by the specific Balloon.Builder.arrowOrientation.
- alignBottom(Balloon,View,Integer,Integer) - function in com.skydoves.balloon.AwaitBalloonsDsl
- Look at Balloon.showAlignBottom
- alignBottom(View,Balloon,Integer,Integer) - function in com.skydoves.balloon.AwaitBalloonsDsl
- Extension for Balloon.awaitAlignBottom
- alignEnd(Balloon,View,Integer,Integer) - function in com.skydoves.balloon.AwaitBalloonsDsl
- Look at Balloon.showAlignEnd
- alignEnd(View,Balloon,Integer,Integer) - function in com.skydoves.balloon.AwaitBalloonsDsl
- Extension for Balloon.awaitAlignEnd
- ALIGNMENT - enum entry in com.skydoves.balloon.PlacementType
- alignStart(Balloon,View,Integer,Integer) - function in com.skydoves.balloon.AwaitBalloonsDsl
- Look at Balloon.showAlignStart
- alignStart(View,Balloon,Integer,Integer) - function in com.skydoves.balloon.AwaitBalloonsDsl
- Extension for Balloon.awaitAlignStart
- alignTop(Balloon,View,Integer,Integer) - function in com.skydoves.balloon.AwaitBalloonsDsl
- Look at Balloon.showAlignTop
- alignTop(View,Balloon,Integer,Integer) - function in com.skydoves.balloon.AwaitBalloonsDsl
- Extension for Balloon.awaitAlignTop
- animate() - function in android.view.BalloonAnchorOverlayView
- animate() - function in android.view.RadiusLayout
- animate() - function in android.view.VectorTextView
- announceForAccessibility(CharSequence) - function in android.view.BalloonAnchorOverlayView
- announceForAccessibility(CharSequence) - function in android.view.RadiusLayout
- announceForAccessibility(CharSequence) - function in android.view.VectorTextView
- append(CharSequence) - function in android.widget.VectorTextView
- append(CharSequence,Integer,Integer) - function in android.widget.VectorTextView
- ArrowOrientation - class in com.skydoves.balloon
- ArrowOrientation determines the orientation of the arrow.
- ArrowOrientationRules - class in com.skydoves.balloon
- ArrowOrientationRules determines the orientation of the arrow depending on the aligning rules.
- ArrowPositionRules - class in com.skydoves.balloon
- ArrowPositionRules determines the position of the arrow depending on the aligning rules.
- asDropDown(Balloon,View,Integer,Integer) - function in com.skydoves.balloon.AwaitBalloonsDsl
- Look at Balloon.showAsDropDown
- asDropDown(View,Balloon,Integer,Integer) - function in com.skydoves.balloon.AwaitBalloonsDsl
- Extension for Balloon.awaitAsDropDown
- atCenter(Balloon,View,Integer,Integer,BalloonCenterAlign) - function in com.skydoves.balloon.AwaitBalloonsDsl
- Look at Balloon.showAtCenter
- atCenter(View,Balloon,Integer,Integer,BalloonCenterAlign) - function in com.skydoves.balloon.AwaitBalloonsDsl
- Extension for Balloon.awaitAtCenter
- attachLayoutAnimationParameters(View,ViewGroup.LayoutParams,Integer,Integer) - function in android.view.RadiusLayout
- attachViewToParent(View,Integer,ViewGroup.LayoutParams) - function in android.view.RadiusLayout
- autofill(AutofillValue) - function in android.view.BalloonAnchorOverlayView
- autofill(SparseArray) - function in android.view.BalloonAnchorOverlayView
- autofill(AutofillValue) - function in android.view.RadiusLayout
- autofill(SparseArray) - function in android.view.RadiusLayout
- autofill(AutofillValue) - function in android.widget.VectorTextView
- autofill(SparseArray) - function in android.view.VectorTextView
- awaitAlign(BalloonAlign,View,List,Integer,Integer) - function in com.skydoves.balloon.Balloon
- Coroutine alternative for showAlign.
- awaitAlign(View,Balloon,BalloonAlign,List,Integer,Integer) - function in com.skydoves.balloon.BalloonExtensionKt
- shows the balloon on an anchor view depending on the align alignment with x-off and y-off.
- awaitAlignBottom(View,Integer,Integer) - function in com.skydoves.balloon.Balloon
- Coroutine alternative for showAlignBottom.
- awaitAlignBottom(View,Balloon,Integer,Integer) - function in com.skydoves.balloon.BalloonExtensionKt
- shows the balloon on an anchor view as the bottom alignment with x-off and y-off.
- awaitAlignEnd(View,Integer,Integer) - function in com.skydoves.balloon.Balloon
- Coroutine alternative for showAlignEnd.
- awaitAlignEnd(View,Balloon,Integer,Integer) - function in com.skydoves.balloon.BalloonExtensionKt
- shows the balloon on an anchor view as the right alignment with x-off and y-off.
- awaitAlignStart(View,Integer,Integer) - function in com.skydoves.balloon.Balloon
- Coroutine alternative for showAlignLeft.
- awaitAlignStart(View,Balloon,Integer,Integer) - function in com.skydoves.balloon.BalloonExtensionKt
- shows the balloon on an anchor view as the left alignment with x-off and y-off.
- awaitAlignTop(View,Integer,Integer) - function in com.skydoves.balloon.Balloon
- Coroutine alternative for showAlignTop.
- awaitAlignTop(View,Balloon,Integer,Integer) - function in com.skydoves.balloon.BalloonExtensionKt
- shows the balloon on an anchor view as the top alignment with x-off and y-off.
- awaitAsDropDown(View,Integer,Integer) - function in com.skydoves.balloon.Balloon
- Coroutine alternative for showAsDropDown.
- awaitAsDropDown(View,Balloon,Integer,Integer) - function in com.skydoves.balloon.BalloonExtensionKt
- shows the balloon on an anchor view as drop down with x-off and y-off.
- awaitAtCenter(View,Integer,Integer,BalloonCenterAlign) - function in com.skydoves.balloon.Balloon
- Coroutine alternative for showAtCenter.
- awaitAtCenter(View,Balloon,Integer,Integer,BalloonCenterAlign) - function in com.skydoves.balloon.BalloonExtensionKt
- shows the balloon on the center of an anchor view.
- awaitBalloons(Function1) - function in com.skydoves.balloon.AwaitBalloonsKt
- Awaits for multiple balloons to be shown at the same time.
- AwaitBalloonsDsl - class in com.skydoves.balloon
- A DSL for showing multiple balloons at the same time.
- AwaitBalloonsKt - class in com.skydoves.balloon
- awakenScrollBars() - function in android.view.BalloonAnchorOverlayView
- awakenScrollBars(Integer) - function in android.view.BalloonAnchorOverlayView
- awakenScrollBars(Integer,Boolean) - function in android.view.BalloonAnchorOverlayView
- awakenScrollBars() - function in android.view.RadiusLayout
- awakenScrollBars(Integer) - function in android.view.RadiusLayout
- awakenScrollBars(Integer,Boolean) - function in android.view.RadiusLayout
- awakenScrollBars() - function in android.view.VectorTextView
- awakenScrollBars(Integer) - function in android.view.VectorTextView
- awakenScrollBars(Integer,Boolean) - function in android.view.VectorTextView