Android.InputMethodServices.InputMethodService.EnableHardwareAcceleration Method
You can call this to try to enable hardware accelerated drawing for your IME.

Syntax

[Android.Runtime.Register("enableHardwareAcceleration", "()Z", "GetEnableHardwareAccelerationHandler")]
[System.Obsolete("deprecated")]
public virtual bool EnableHardwareAcceleration ()

Returns

Documentation for this section has not yet been entered.

Remarks

You can call this to try to enable hardware accelerated drawing for your IME. This must be set before InputMethodService.onCreate(), so you will typically call it in your constructor. It is not always possible to use hardware accelerated drawing in an IME (for example on low-end devices that do not have the resources to support this), so the call returns true if it succeeds otherwise false if you will need to draw in software. You must be able to handle either case.

[Android Documentation]

Requirements

Namespace: Android.InputMethodServices
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17