Bottom Behavior
class BottomBehavior(val context: Context, mode: FloatingPane.FloatingPaneMode, callBackNotifier: FloatingPaneCallbackNotifier, val viewModel: FloatingPaneViewModel, resizeTouchSize: Int) : CommonBehavior
Behavior class for the Bottom mode of the FloatingPane. This class handles the specific behaviors and interactions for the FloatingPane when it's in Bottom mode.
Parameters
context
The context used to access resources and system services.
mode
The current mode of the FloatingPane.
call Back Notifier
The notifier for FloatingPane callbacks.
view Model
The ViewModel associated with the FloatingPane.
resize Touch Size
The size of the touch area for resizing.
Constructors
Link copied to clipboard
constructor(context: Context, mode: FloatingPane.FloatingPaneMode, callBackNotifier: FloatingPaneCallbackNotifier, viewModel: FloatingPaneViewModel, resizeTouchSize: Int)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard