HomeSort by relevance Sort by last modified time
    Searched refs:mBitmapFrames (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_view_PointerIcon.cpp 39 jfieldID mBitmapFrames;
92 env->GetObjectField(pointerIconObj, gPointerIconClassInfo.mBitmapFrames)));
140 gPointerIconClassInfo.mBitmapFrames = GetFieldIDOrDie(env, gPointerIconClassInfo.clazz,
141 "mBitmapFrames", "[Landroid/graphics/Bitmap;");
  /frameworks/base/core/java/android/view/
PointerIcon.java 151 private Bitmap mBitmapFrames[];
440 mBitmapFrames = new Bitmap[frames - 1];
455 mBitmapFrames[i - 1] = ((BitmapDrawable)drawableFrame).getBitmap();

Completed in 62 milliseconds