PanelDisplay
(
ctx
, panelSurface
, surfaceDPI
, getView
, intent
, themeResourceId
, onAutoReleased
)
| Parameters ctx: ContextpanelSurface: PanelSurfacesurfaceDPI: IntgetView: Function1?intent: Intent?themeResourceId: IntonAutoReleased: Function0?Returns PanelDisplay |
heightInPx
: Int
[Get] |
Signature
val heightInPx: Int |
panelSurface
: PanelSurface
[Get] |
The surface on which the panel is displayed.
Signature
val panelSurface: PanelSurface |
rootView
: View?
[Get] |
Signature
var rootView: View |
widthInPx
: Int
[Get] |
Signature
val widthInPx: Int |
destroy
()
|
Signature
open fun destroy() |
dispatchEvent
(
motionEvent
, isGenericEvent
)
|
Dispatches input events to the appropriate target
Signature
open fun dispatchEvent(motionEvent: MotionEvent, isGenericEvent: Boolean) Parameters motionEvent: MotionEvent
The motion event to dispatch
isGenericEvent: Boolean
Whether this is a generic motion event (hover) or touch event
|