open class PanelDisplay(ctx: <Error class: unknown class>, val panelSurface: PanelSurface, surfaceDPI: Int, getView: (<Error class: unknown class>) -> <Error class: unknown class>? = null, intent: <Error class: unknown class>? = null, themeResourceId: Int = 0, onAutoReleased: () -> Unit? = null)
PanelDisplay
(
ctx
, panelSurface
, surfaceDPI
, getView
, intent
, themeResourceId
, onAutoReleased
)
|
Signature
constructor(ctx: Context, panelSurface: PanelSurface, surfaceDPI: Int, getView: (<Error class: unknown class>) -> <Error class: unknown class>? = null, intent: Intent? = null, themeResourceId: Int = 0, onAutoReleased: () -> Unit? = null) Parameters
ctx:
Context
panelSurface:
PanelSurface
surfaceDPI:
Int
getView:
Function1?
intent:
Intent?
themeResourceId:
Int
onAutoReleased:
Function0?
Returns |
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
isGenericEvent:
Boolean
|