IFloatingPaneCallback

Interface definition for a callback to be invoked when a FloatingPane event occurs.

Inheritors

Types

Link copied to clipboard

Functions

Link copied to clipboard
open fun onFloatingMoved(left: Int, top: Int)
Link copied to clipboard
open fun onInsert(rect: Rect?)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun onPreInsert(rect: Rect?)
Link copied to clipboard
open fun onResizeAnimate(from: Rect, to: Rect, duration: Long)
Link copied to clipboard
Link copied to clipboard
open fun onVisibilityChanged(visibility: Int)