Searched defs:mBitmapFrames (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_PointerIcon.cpp39 jfieldID mBitmapFrames; member in struct:android::__anon949
92 env->GetObjectField(pointerIconObj, gPointerIconClassInfo.mBitmapFrames)));
140 gPointerIconClassInfo.mBitmapFrames = GetFieldIDOrDie(env, gPointerIconClassInfo.clazz,
141 "mBitmapFrames", "[Landroid/graphics/Bitmap;");
/frameworks/base/core/java/android/view/
H A DPointerIcon.java151 private Bitmap mBitmapFrames[]; field in class:PointerIcon
440 mBitmapFrames = new Bitmap[frames - 1];
455 mBitmapFrames[i - 1] = ((BitmapDrawable)drawableFrame).getBitmap();

Completed in 97 milliseconds