Searched refs:mBitmapFrames (Results 1 – 3 of 3) sorted by relevance
39 jfieldID mBitmapFrames; member95 env->GetObjectField(pointerIconObj, gPointerIconClassInfo.mBitmapFrames))); in android_view_PointerIcon_getLoadedIcon()143 gPointerIconClassInfo.mBitmapFrames = GetFieldIDOrDie(env, gPointerIconClassInfo.clazz, in register_android_view_PointerIcon()
155 private Bitmap mBitmapFrames[]; field in PointerIcon471 mBitmapFrames = new Bitmap[frames - 1]; in loadResource()487 mBitmapFrames[i - 1] = getBitmapFromDrawable(bitmapDrawableFrame); in loadResource()
6192 Landroid/view/PointerIcon;->mBitmapFrames:[Landroid/graphics/Bitmap;