Home | History | Annotate | Download | only in view

Lines Matching defs:mStyle

71     private final int mStyle;
78 mStyle = style;
225 PointerIcon result = new PointerIcon(mStyle);
237 return mStyle == STYLE_NULL;
248 return mBitmap != null || mStyle == STYLE_NULL;
257 return mStyle;
339 out.writeInt(mStyle);
341 if (mStyle != STYLE_NULL) {
362 if (mStyle != otherIcon.mStyle