Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dandroid_view_PointerIcon.cpp40 jfieldID mDurationPerFrame; member
98 pointerIconObj, gPointerIconClassInfo.mDurationPerFrame); in android_view_PointerIcon_getLoadedIcon()
146 gPointerIconClassInfo.mDurationPerFrame = GetFieldIDOrDie(env, gPointerIconClassInfo.clazz, in register_android_view_PointerIcon()
/aosp12/frameworks/base/core/java/android/view/
H A DPointerIcon.java167 private int mDurationPerFrame; field in PointerIcon
500 mDurationPerFrame = animationDrawable.getDuration(0); in loadResource()