AccessibilityService.MagnificationController.ResetCurrentMagnification Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resets magnification scale and center of the controlling magnification to their default (e.
[Android.Runtime.Register("resetCurrentMagnification", "(Z)Z", "", ApiSince=33)]
public bool ResetCurrentMagnification (bool animate);
[<Android.Runtime.Register("resetCurrentMagnification", "(Z)Z", "", ApiSince=33)>]
member this.ResetCurrentMagnification : bool -> bool
Parameters
- animate
- Boolean
true
to animate from the current scale and
center or false
to reset the scale and center
immediately
Returns
true
on success, false
on failure
- Attributes
Remarks
Resets magnification scale and center of the controlling magnification to their default (e.g. no magnification) values.
<strong>Note:</strong> If the service is not yet connected (e.g. AccessibilityService#onServiceConnected()
has not yet been called) or the service has been disconnected, this method will have no effect and return false
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.