Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dandroid_view_PointerIcon.cpp38 jfieldID mBitmapFrames; member
96 env->GetObjectField(pointerIconObj, gPointerIconClassInfo.mBitmapFrames))); in android_view_PointerIcon_getLoadedIcon()
144 gPointerIconClassInfo.mBitmapFrames = GetFieldIDOrDie(env, gPointerIconClassInfo.clazz, in register_android_view_PointerIcon()
/aosp14/frameworks/base/core/java/android/view/
H A DPointerIcon.java169 private Bitmap mBitmapFrames[]; field in PointerIcon
506 mBitmapFrames = new Bitmap[frames - 1]; in loadResource()
522 mBitmapFrames[i - 1] = getBitmapFromDrawable(bitmapDrawableFrame); in loadResource()