Stay organized with collections
Save and categorize content based on your preferences.
Callback2
abstract class Callback2 : ActionMode.Callback
Extension of ActionMode.Callback
to provide content rect information. This is required for ActionModes with dynamic positioning such as the ones with type ActionMode#TYPE_FLOATING
to ensure the positioning doesn't obscure app content. If an app fails to provide a subclass of this class, a default implementation will be used.
Summary
Public methods |
open Unit |
Called when an ActionMode needs to be positioned on screen, potentially occluding view content.
|
Public constructors
Public methods
onGetContentRect
open fun onGetContentRect(
mode: ActionMode!,
view: View!,
outRect: Rect!
): Unit
Called when an ActionMode needs to be positioned on screen, potentially occluding view content. Note this may be called on a per-frame basis.
Parameters |
mode |
ActionMode!: The ActionMode that requires positioning. |
view |
View!: The View that originated the ActionMode, in whose coordinates the Rect should be provided. |
outRect |
Rect!: The Rect to be populated with the content position. Use this to specify where the content in your app lives within the given view. This will be used to avoid occluding the given content Rect with the created ActionMode. |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-04-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-04 UTC."],[],[]]