public static interface WindowManagerInternal.MagnificationCallbacks
Modifier and Type | Method and Description |
---|---|
void |
onMagnificationRegionChanged(Region magnificationRegion)
Called when the region where magnification operates changes.
|
void |
onRectangleOnScreenRequested(int left,
int top,
int right,
int bottom)
Called when an application requests a rectangle on the screen to allow
the client to apply the appropriate pan and scale.
|
void |
onRotationChanged(int rotation)
Notifies that the rotation changed.
|
void |
onUserContextChanged()
Notifies that the context of the user changed.
|
void onMagnificationRegionChanged(Region magnificationRegion)
magnificationRegion
- the current magnification regionvoid onRectangleOnScreenRequested(int left, int top, int right, int bottom)
left
- The rectangle left.top
- The rectangle top.right
- The rectangle right.bottom
- The rectangle bottom.void onRotationChanged(int rotation)
rotation
- The current rotation.void onUserContextChanged()