TestFloatingBehavior

Constructors

Link copied to clipboard
constructor()
constructor(context: Context, attrs: AttributeSet)

Functions

Link copied to clipboard
open fun layoutDependsOn(parent: CoordinatorLayout, child: TextView, dependency: View): Boolean
Determine whether the supplied child view has another specific sibling view as a layout dependency.
Link copied to clipboard
open fun onDependentViewChanged(parent: CoordinatorLayout, child: TextView, dependency: View): Boolean
Respond to a change in a child's dependent view This method is called whenever a dependent view changes in size or position outside of the standard layout flow.