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;
98 pointerIconObj, gPointerIconClassInfo.mDurationPerFrame);
146 gPointerIconClassInfo.mDurationPerFrame = GetFieldIDOrDie(env, gPointerIconClassInfo.clazz,
147 "mDurationPerFrame", "I");
  /frameworks/base/core/java/android/view/
PointerIcon.java 156 private int mDurationPerFrame;
470 mDurationPerFrame = animationDrawable.getDuration(0);

Completed in 2768 milliseconds