Searched refs:mBitmapFrames (Results 1 – 2 of 2) sorted by relevance
38 jfieldID mBitmapFrames; member96 env->GetObjectField(pointerIconObj, gPointerIconClassInfo.mBitmapFrames))); in android_view_PointerIcon_getLoadedIcon()144 gPointerIconClassInfo.mBitmapFrames = GetFieldIDOrDie(env, gPointerIconClassInfo.clazz, in register_android_view_PointerIcon()
169 private Bitmap mBitmapFrames[]; field in PointerIcon506 mBitmapFrames = new Bitmap[frames - 1]; in loadResource()522 mBitmapFrames[i - 1] = getBitmapFromDrawable(bitmapDrawableFrame); in loadResource()