android_view_PointerIcon.h | 47 int32_t style; member in struct:android::PointerIcon 53 return style == POINTER_ICON_STYLE_NULL; 57 style = POINTER_ICON_STYLE_NULL; 64 /* Gets a system pointer icon with the specified style. */ 66 jobject contextObj, int32_t style); 73 /* Loads the bitmap associated with a pointer icon by style. 76 jobject contextObj, int32_t style, PointerIcon* outPointerIcon);
|