Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dandroid_view_PointerIcon.cpp39 jfieldID mDurationPerFrame; member
99 pointerIconObj, gPointerIconClassInfo.mDurationPerFrame); in android_view_PointerIcon_getLoadedIcon()
147 gPointerIconClassInfo.mDurationPerFrame = GetFieldIDOrDie(env, gPointerIconClassInfo.clazz, in register_android_view_PointerIcon()
/aosp14/frameworks/base/core/java/android/view/
H A DPointerIcon.java171 private int mDurationPerFrame; field in PointerIcon
505 mDurationPerFrame = animationDrawable.getDuration(0); in loadResource()