/frameworks/base/core/java/android/view/animation/ |
D | CycleInterpolator.java | 37 public CycleInterpolator(float cycles) { in CycleInterpolator() argument 38 mCycles = cycles; in CycleInterpolator()
|
/frameworks/base/core/jni/ |
D | com_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp | 51 static jlong createCycleInterpolator(JNIEnv* env, jobject clazz, jfloat cycles) { in createCycleInterpolator() argument 52 return reinterpret_cast<jlong>(new CycleInterpolator(cycles)); in createCycleInterpolator()
|
/frameworks/base/libs/hwui/ |
D | Interpolator.h | 75 CycleInterpolator(float cycles) : mCycles(cycles) {} in CycleInterpolator() argument
|
/frameworks/base/core/java/com/android/internal/view/animation/ |
D | NativeInterpolatorFactoryHelper.java | 31 public static native long createCycleInterpolator(float cycles); in createCycleInterpolator() argument
|
/frameworks/native/cmds/flatland/ |
D | README.txt | 16 that consume much CPU cycles, memory bandwidth, or might otherwise interfere
|
/frameworks/base/docs/html/training/improving-layouts/ |
D | smooth-scrolling.jd | 119 cycles.</p>
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | animation-resource.jd | 653 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/ |
D | EGL_ANDROID_blob_cache.txt | 38 programming for a long time. It can consume seconds of CPU cycles during
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | draw.jd | 134 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/ |
D | billing_subscriptions.jd | 177 monthly and annual subscriptions, billing cycles will always match subscription 178 cycles, based on the purchase date. (Seasonal subscriptions are charged
|
/frameworks/base/docs/html/google/play/licensing/ |
D | adding-licensing.jd | 156 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/google/play/billing/v2/ |
D | billing_subscriptions.jd | 375 …><code>0</code></td><td>Sent at original purchase only (not at recurring billing cycles).</td></tr>
|
/frameworks/av/services/audioflinger/ |
D | Threads.cpp | 265 double cycles = wcNs * cpukHz * 0.000001; in sample() local 266 mHzStats.sample(cycles); in sample()
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | opengl.jd | 457 shape, saving time, memory and processing cycles:</p>
|
D | prop-animation.jd | 355 <td>An interpolator whose animation repeats for a specified number of cycles.</td>
|
/frameworks/base/docs/html/about/versions/ |
D | android-5.0.jd | 923 switching action (usually touching a Globe icon on the soft keyboard) cycles
|
D | kitkat.jd | 366 delivery of events between batch cycles.
|
/frameworks/base/docs/html/training/articles/ |
D | smp.jd | 876 release the lock, we can just burn a few cycles while we wait our turn.
|
/frameworks/base/api/ |
D | system-current.txt | 524 field public static final int cycles = 16843220; // 0x10101d4
|
D | current.txt | 454 field public static final int cycles = 16843220; // 0x10101d4
|