Home
last modified time | relevance | path

Searched refs:mBitmapFrames (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/
Dandroid_view_PointerIcon.cpp38 jfieldID mBitmapFrames; member
65 env->GetObjectField(pointerIconObj, gPointerIconClassInfo.mBitmapFrames))); in android_view_PointerIcon_toNative()
98 gPointerIconClassInfo.mBitmapFrames = GetFieldIDOrDie(env, gPointerIconClassInfo.clazz, in register_android_view_PointerIcon()
/frameworks/base/core/java/android/view/
DPointerIcon.java210 private Bitmap mBitmapFrames[]; field in PointerIcon
523 mBitmapFrames = new Bitmap[frames - 1]; in loadResource()
550 mBitmapFrames[i - 1] = getBitmapFromDrawable((BitmapDrawable) drawableFrame); in loadResource()