Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_PointerIcon.cpp39 jfieldID mBitmapFrames; member
95 env->GetObjectField(pointerIconObj, gPointerIconClassInfo.mBitmapFrames))); in android_view_PointerIcon_getLoadedIcon()
143 gPointerIconClassInfo.mBitmapFrames = GetFieldIDOrDie(env, gPointerIconClassInfo.clazz, in register_android_view_PointerIcon()
/frameworks/base/core/java/android/view/
DPointerIcon.java155 private Bitmap mBitmapFrames[]; field in PointerIcon
471 mBitmapFrames = new Bitmap[frames - 1]; in loadResource()
487 mBitmapFrames[i - 1] = getBitmapFromDrawable(bitmapDrawableFrame); in loadResource()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt6192 Landroid/view/PointerIcon;->mBitmapFrames:[Landroid/graphics/Bitmap;