MultiViewTouchHelper
com.onyx.android.sdk.pen.multiview.MultiViewTouchHelper
[AI Generated] Manages pen input across multiple view regions simultaneously. Internally owns a single TouchHelper and routes callbacks to the correct LimitViewInfo based on where the pen tip lands. Used by the built-in note app when multiple canvas panes are on screen.
For single-view apps, use plain TouchHelper instead.
Signature |
Description |
|---|---|
|
[AI Generated] Creates a helper bound to a container view. |
|
[AI Generated] Rebinds to a different container view after creation. |
|
[AI Generated] Registers a view region. The helper begins routing pen events to it immediately. |
|
[AI Generated] Unregisters a view region. |
|
[AI Generated] Removes all registered view regions. |
|
[AI Generated] Recomputes the screen-absolute rects for all registered views. Call after layout changes. |
|
[AI Generated] Clears the currently active (pen-down) region. The |
|
[AI Generated] Returns the underlying |
|
[AI Generated] Adds views whose screen rects should be excluded from pen input (e.g. overlay buttons). |
|
[AI Generated] Removes previously excluded views. |