Searched defs:a4 (Results 1 - 4 of 4) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/animation/ |
H A D | AnimatorSetActivityTest.java | 17 private ValueAnimator a4,a5; field in class:AnimatorSetActivityTest 60 a4 = ValueAnimator.ofInt(100, 200).setDuration(450); 70 a4 = null; 151 s3.play(a1).after(a2).with(a4); 160 // No cycle in the set, run a2, a1, a3 in sequence, and a2, a4, a5 together 163 s5.play(a2).with(a4).with(a5); 166 long a4Duration = a4.getDuration() + a4.getStartDelay(); 182 s.play(a1).before(a2).before(a3).after(a4).after(a5); 206 assertEquals(duration, a4 [all...] |
/frameworks/base/core/java/com/android/internal/util/function/pooled/ |
H A D | PooledLambdaImpl.java | 161 R invoke(Object a1, Object a2, Object a3, Object a4, Object a5, Object a6) { argument 166 new Object[] { a1, a2, a3, a4, a5, a6 }, 171 && fillInArg(a4) && fillInArg(a5) && fillInArg(a6);
|
/frameworks/base/rs/java/android/renderscript/ |
H A D | RenderScript.java | 675 int mip, int face, int a1, int a2, int a3, int a4); 677 int mip, int face, int a1, int a2, int a3, int a4) { 679 rsnAllocationAdapterOffset(mContext, id, x, y, z, mip, face, a1, a2, a3, a4); 674 rsnAllocationAdapterOffset(long con, long id, int x, int y, int z, int mip, int face, int a1, int a2, int a3, int a4) argument 676 nAllocationAdapterOffset(long id, int x, int y, int z, int mip, int face, int a1, int a2, int a3, int a4) argument
|
/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1638 jint a1, jint a2, jint a3, jint a4) 1642 (uint32_t)lod, (uint32_t)a1, (uint32_t)a2, (uint32_t)a3, (uint32_t)a4 1646 (RsContext)con, (RsAllocation)alloc, x, y, z, face, lod, a1, a2, a3, a4); 1636 nAllocationAdapterOffset(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint x, jint y, jint z, jint face, jint lod, jint a1, jint a2, jint a3, jint a4) argument
|
Completed in 38 milliseconds