Searched refs:STYLE_NULL (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DPointerIcon.java48 public static final int STYLE_NULL = 0; field in class:PointerIcon
69 private static final PointerIcon gNullIcon = new PointerIcon(STYLE_NULL);
86 * @see #STYLE_NULL
119 if (style == STYLE_NULL) {
232 * Returns true if the pointer icon style is {@link #STYLE_NULL}.
234 * @return True if the pointer icon style is {@link #STYLE_NULL}.
237 return mStyle == STYLE_NULL;
248 return mBitmap != null || mStyle == STYLE_NULL;
263 * @return The pointer icon bitmap, or null if the style is {@link #STYLE_NULL}.
312 if (style == STYLE_NULL) {
[all...]

Completed in 32 milliseconds