Searched refs:cycles (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/animation/
H A DNativeInterpolatorFactoryHelper.java31 public static native long createCycleInterpolator(float cycles); argument
/frameworks/base/core/java/android/view/animation/
H A DCycleInterpolator.java31 * Repeats the animation for a specified number of cycles. The
37 public CycleInterpolator(float cycles) { argument
38 mCycles = cycles;
/frameworks/base/core/jni/
H A Dcom_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp51 static jlong createCycleInterpolator(JNIEnv* env, jobject clazz, jfloat cycles) { argument
52 return reinterpret_cast<jlong>(new CycleInterpolator(cycles));
/frameworks/base/libs/hwui/
H A DInterpolator.h75 CycleInterpolator(float cycles) : mCycles(cycles) {} argument
/frameworks/av/services/audioflinger/
H A DThreads.cpp220 CentralTendencyStatistics mHzStats; // statistics on thread CPU usage in cycles
259 // ignore sample for purposes of cycles
265 double cycles = wcNs * cpukHz * 0.000001; local
266 mHzStats.sample(cycles);
2848 // When it wakes up after a maximum latency, it runs a few cycles quickly before

Completed in 122 milliseconds