diff --git a/docs/html/preview/api-overview.jd b/docs/html/preview/api-overview.jd index 4abd95634b901..f2bc11136d581 100644 --- a/docs/html/preview/api-overview.jd +++ b/docs/html/preview/api-overview.jd @@ -37,6 +37,7 @@ page.image=images/cards/card-n-apis_2x.png
+ Android N introduces the Custom Pointer API, which lets you customize the + appearance, visibility, and behavior of the pointer. This capability is + especially useful when a user is using a mouse or touchpad to interact with + UI objects. The default pointer uses a standard icon. This API also includes + advanced functionality such as changing the pointer icon's appearance based + on specific mouse or touchpad movements. +
+ +
+ To set a pointer icon, override the onResolvePointerIcon()
+ method of the View class. This method uses a
+ PointerIcon object to draw the icon that corresponds to a
+ specific motion event.
+