Home
last modified time | relevance | path

Searched refs:cycles (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/core/java/android/view/animation/
DCycleInterpolator.java37 public CycleInterpolator(float cycles) { in CycleInterpolator() argument
38 mCycles = cycles; in CycleInterpolator()
/frameworks/base/core/jni/
Dcom_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp49 static jlong createCycleInterpolator(JNIEnv* env, jobject clazz, jfloat cycles) { in createCycleInterpolator() argument
50 return reinterpret_cast<jlong>(new CycleInterpolator(cycles)); in createCycleInterpolator()
/frameworks/base/libs/hwui/
DInterpolator.h76 CycleInterpolator(float cycles) : mCycles(cycles) {} in CycleInterpolator() argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/view/animation/
DNativeInterpolatorFactoryHelper_Delegate.java77 /*package*/ static long createCycleInterpolator(float cycles) { in createCycleInterpolator() argument
78 return sManager.addNewDelegate(new CycleInterpolator(cycles)); in createCycleInterpolator()
/frameworks/base/core/java/com/android/internal/view/animation/
DNativeInterpolatorFactoryHelper.java31 public static native long createCycleInterpolator(float cycles); in createCycleInterpolator() argument
/frameworks/native/cmds/flatland/
DREADME.txt16 that consume much CPU cycles, memory bandwidth, or might otherwise interfere
/frameworks/base/docs/html/training/improving-layouts/
Dsmooth-scrolling.jd119 cycles.</p>
/frameworks/base/docs/html/guide/topics/resources/
Danimation-resource.jd653 cycles for the {@link android.view.animation.CycleInterpolator}. In order to do so, you need to
722 <dd>Repeats the animation for a specified number of cycles. The rate of change follows a
726 <dt><code>android:cycles</code></dt>
727 <dd><em>Integer</em>. The number of cycles (default is 1).</dd>
/frameworks/native/opengl/specs/
DEGL_ANDROID_blob_cache.txt38 programming for a long time. It can consume seconds of CPU cycles during
/frameworks/base/docs/html/training/graphics/opengl/
Ddraw.jd134 in terms of CPU cycles and processing time, so you should avoid doing this more than once. If you do
/frameworks/base/docs/html/google/play/billing/
Dbilling_subscriptions.jd193 monthly and annual subscriptions, billing cycles will always match subscription
194 cycles, based on the purchase date. (Seasonal subscriptions are charged
/frameworks/base/docs/html/google/play/licensing/
Dadding-licensing.jd156 accessible across application invocations and device power cycles. For example,
276 data is secure and persists across device power cycles. ServerManagedPolicy
369 application invocations and device power cycles. For example, a {@code Policy} would
/frameworks/base/docs/html/training/monitoring-device-state/
Ddoze-standby.jd188 cycles without modification. In some cases, you must optimize the way
/frameworks/base/docs/html/training/location/
Dgeofencing.jd306 power and CPU cycles on the device. You can stop geofence monitoring
/frameworks/base/docs/html/training/testing/
Dperformance.jd515 <li>Animations during async wait cycles
/frameworks/base/docs/html/distribute/essentials/quality/
Dcore.jd1130 Repeat <em>Core Suite</em> across Doze and App Standby cycles.
/frameworks/base/docs/html/guide/topics/graphics/
Dopengl.jd457 shape, saving time, memory and processing cycles:</p>
Dprop-animation.jd355 <td>An interpolator whose animation repeats for a specified number of cycles.</td>
/frameworks/av/services/audioflinger/
DThreads.cpp374 double cycles = wcNs * cpukHz * 0.000001; in sample() local
375 mHzStats.sample(cycles); in sample()
/frameworks/base/docs/html/about/versions/
Dkitkat.jd365 delivery of events between batch cycles.
Dandroid-5.0.jd922 switching action (usually touching a Globe icon on the soft keyboard) cycles
/frameworks/base/docs/html/training/articles/
Dsmp.jd876 release the lock, we can just burn a few cycles while we wait our turn.
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt454 field public static final int cycles = 16843220; // 0x10101d4
/frameworks/base/api/
Dcurrent.txt434 field public static final int cycles = 16843220; // 0x10101d4

12