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

  /frameworks/base/core/jni/
android_view_PointerIcon.cpp 40 jfieldID mDurationPerFrame;
95 pointerIconObj, gPointerIconClassInfo.mDurationPerFrame);
143 gPointerIconClassInfo.mDurationPerFrame = GetFieldIDOrDie(env, gPointerIconClassInfo.clazz,
144 "mDurationPerFrame", "I");
  /frameworks/base/core/java/android/view/
PointerIcon.java 152 private int mDurationPerFrame;
439 mDurationPerFrame = animationDrawable.getDuration(0);

Completed in 67 milliseconds