A
- addChildrenForAccessibility(ArrayList) - function in android.view.View
- addChildrenForAccessibility(ArrayList) - function in android.view.ViewGroup
- addExtraDataToAccessibilityNodeInfo(AccessibilityNodeInfo,String,Bundle) - function in android.view.View
- addExtraDataToAccessibilityNodeInfo(AccessibilityNodeInfo,String,Bundle) - function in android.view.ViewGroup
- addExtraDataToAccessibilityNodeInfo(AccessibilityNodeInfo,String,Bundle) - function in android.widget.TextView
- addFocusables(ArrayList,Integer) - function in android.view.View
- addFocusables(ArrayList,Integer,Integer) - function in android.view.View
- addFocusables(ArrayList,Integer,Integer) - function in android.view.ViewGroup
- addKeyboardNavigationClusters(Collection,Integer) - function in android.view.View
- addKeyboardNavigationClusters(Collection,Integer) - function in android.view.ViewGroup
- addOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.View
- addOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.View
- addOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.View
- addStatesFromChildren() - function in android.view.ViewGroup
- addTextChangedListener(TextWatcher) - function in android.widget.TextView
- addTouchables(ArrayList) - function in android.view.View
- addTouchables(ArrayList) - function in android.view.ViewGroup
- addView(View) - function in android.view.ViewGroup
- addView(View,ViewGroup.LayoutParams) - function in android.view.ViewGroup
- addView(View,Integer) - function in android.view.ViewGroup
- addView(View,Integer,ViewGroup.LayoutParams) - function in android.view.ViewGroup
- addView(View,Integer,Integer) - function in android.view.ViewGroup
- 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.
- animate() - function in android.view.View
- announceForAccessibility(CharSequence) - function in android.view.View
- append(CharSequence) - function in android.widget.TextView
- append(CharSequence,Integer,Integer) - function in android.widget.TextView
- 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.
- autofill(SparseArray) - function in android.view.View
- autofill(AutofillValue) - function in android.view.View
- autofill(AutofillValue) - function in android.widget.TextView