Searched refs:mBitmapFrames (Results 1 – 2 of 2) sorted by relevance
38 jfieldID mBitmapFrames; member65 env->GetObjectField(pointerIconObj, gPointerIconClassInfo.mBitmapFrames))); in android_view_PointerIcon_toNative()98 gPointerIconClassInfo.mBitmapFrames = GetFieldIDOrDie(env, gPointerIconClassInfo.clazz, in register_android_view_PointerIcon()
210 private Bitmap mBitmapFrames[]; field in PointerIcon523 mBitmapFrames = new Bitmap[frames - 1]; in loadResource()550 mBitmapFrames[i - 1] = getBitmapFromDrawable((BitmapDrawable) drawableFrame); in loadResource()