/frameworks/base/media/mca/filterfw/java/android/filterfw/format/ |
D | PrimitiveFormat.java | 28 public static MutableFrameFormat createByteFormat(int count, int target) { in createByteFormat() 32 public static MutableFrameFormat createInt16Format(int count, int target) { in createInt16Format() 36 public static MutableFrameFormat createInt32Format(int count, int target) { in createInt32Format() 40 public static MutableFrameFormat createFloatFormat(int count, int target) { in createFloatFormat() 44 public static MutableFrameFormat createDoubleFormat(int count, int target) { in createDoubleFormat() 48 public static MutableFrameFormat createByteFormat(int target) { in createByteFormat() 52 public static MutableFrameFormat createInt16Format(int target) { in createInt16Format() 56 public static MutableFrameFormat createInt32Format(int target) { in createInt32Format() 60 public static MutableFrameFormat createFloatFormat(int target) { in createFloatFormat() 64 public static MutableFrameFormat createDoubleFormat(int target) { in createDoubleFormat() [all …]
|
D | ObjectFormat.java | 29 public static MutableFrameFormat fromClass(Class clazz, int count, int target) { in fromClass() 40 public static MutableFrameFormat fromClass(Class clazz, int target) { in fromClass() 44 public static MutableFrameFormat fromObject(Object object, int target) { in fromObject() 50 public static MutableFrameFormat fromObject(Object object, int count, int target) { in fromObject() 56 private static int bytesPerSampleForClass(Class clazz, int target) { in bytesPerSampleForClass()
|
D | ImageFormat.java | 40 int target) { in create() 54 int target) { in create() 62 public static MutableFrameFormat create(int colorspace, int target) { in create()
|
/frameworks/base/core/java/android/animation/ |
D | ObjectAnimator.java | 187 private ObjectAnimator(Object target, String propertyName) { in ObjectAnimator() 198 private <T> ObjectAnimator(T target, Property<T, ?> property) { in ObjectAnimator() argument 217 public static ObjectAnimator ofInt(Object target, String propertyName, int... values) { in ofInt() 240 public static ObjectAnimator ofInt(Object target, String xPropertyName, String yPropertyName, in ofInt() 262 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> property, int... values) { in ofInt() argument 281 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> xProperty, in ofInt() argument 307 public static ObjectAnimator ofMultiInt(Object target, String propertyName, int[][] values) { in ofMultiInt() 327 public static ObjectAnimator ofMultiInt(Object target, String propertyName, Path path) { in ofMultiInt() 351 public static <T> ObjectAnimator ofMultiInt(Object target, String propertyName, in ofMultiInt() 372 public static ObjectAnimator ofArgb(Object target, String propertyName, int... values) { in ofArgb() [all …]
|
D | PropertyValuesHolder.java | 786 void setupSetterAndGetter(Object target) { in setupSetterAndGetter() 862 private void setupValue(Object target, Keyframe kf) { in setupValue() 893 void setupStartValue(Object target) { in setupStartValue() 908 void setupEndValue(Object target) { in setupEndValue() 937 void setAnimatedValue(Object target) { in setAnimatedValue() 1150 void setAnimatedValue(Object target) { in setAnimatedValue() 1288 void setAnimatedValue(Object target) { in setAnimatedValue() 1385 void setAnimatedValue(Object target) { in setAnimatedValue() 1415 void setupSetterAndGetter(Object target) { in setupSetterAndGetter() 1492 void setAnimatedValue(Object target) { in setAnimatedValue() [all …]
|
/frameworks/base/core/tests/coretests/src/android/widget/gridview/ |
D | GridSetSelectionBaseTest.java | 58 final int target = mGridView.getAdapter().getCount() - 1; in testSetSelectionToTheEnd() local 66 assertEquals(mGridView.getSelectedItemPosition(), target); in testSetSelectionToTheEnd() local 74 final int target = mGridView.getAdapter().getCount() / 2; in testSetSelectionToMiddle() local 82 assertEquals(mGridView.getSelectedItemPosition(), target); in testSetSelectionToMiddle() local
|
/frameworks/base/tools/layoutlib/bridge/src/android/animation/ |
D | PropertyValuesHolder_Delegate.java | 65 /*package*/ static void nCallIntMethod(Object target, long methodID, int arg) { in nCallIntMethod() 70 /*package*/ static void nCallFloatMethod(Object target, long methodID, float arg) { in nCallFloatMethod() 75 /*package*/ static void nCallTwoIntMethod(Object target, long methodID, int arg1, in nCallTwoIntMethod() 81 /*package*/ static void nCallFourIntMethod(Object target, long methodID, int arg1, in nCallFourIntMethod() 87 /*package*/ static void nCallMultipleIntMethod(Object target, long methodID, in nCallMultipleIntMethod() 93 /*package*/ static void nCallTwoFloatMethod(Object target, long methodID, float arg1, in nCallTwoFloatMethod() 99 /*package*/ static void nCallFourFloatMethod(Object target, long methodID, float arg1, in nCallFourFloatMethod() 105 /*package*/ static void nCallMultipleFloatMethod(Object target, long methodID, in nCallMultipleFloatMethod()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLUtils.java | 106 public static void texImage2D(int target, int level, int internalformat, in texImage2D() 132 public static void texImage2D(int target, int level, int internalformat, in texImage2D() 154 public static void texImage2D(int target, int level, Bitmap bitmap, in texImage2D() 189 public static void texSubImage2D(int target, int level, int xoffset, int yoffset, in texSubImage2D() 214 public static void texSubImage2D(int target, int level, int xoffset, int yoffset, in texSubImage2D() 282 native private static int native_texImage2D(int target, int level, int internalformat, in native_texImage2D() 284 native private static int native_texSubImage2D(int target, int level, int xoffset, int yoffset, in native_texSubImage2D()
|
D | GLErrorWrapper.java | 88 public void glBindTexture(int target, int texture) { in glBindTexture() 167 public void glCompressedTexImage2D(int target, int level, in glCompressedTexImage2D() 176 public void glCompressedTexSubImage2D(int target, int level, int xoffset, in glCompressedTexSubImage2D() 185 public void glCopyTexImage2D(int target, int level, int internalformat, in glCopyTexImage2D() 193 public void glCopyTexSubImage2D(int target, int level, int xoffset, in glCopyTexSubImage2D() 384 public void glHint(int target, int mode) { in glHint() 576 public void glMultiTexCoord4f(int target, in glMultiTexCoord4f() 583 public void glMultiTexCoord4x(int target, int s, int t, int r, int q) { in glMultiTexCoord4x() 743 public void glTexEnvf(int target, int pname, float param) { in glTexEnvf() 749 public void glTexEnvfv(int target, int pname, float[] params, int offset) { in glTexEnvfv() [all …]
|
D | GLES11.java | 157 int target, in glBindBuffer() 164 int target, in glBufferData() 173 int target, in glBufferSubData() 284 int target, in glGetBufferParameteriv() 293 int target, in glGetBufferParameteriv() 480 int target, in glGetTexParameterfv() 489 int target, in glGetTexParameterfv() 497 int target, in glGetTexParameteriv() 506 int target, in glGetTexParameteriv() 514 int target, in glGetTexParameterxv() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationTemplateViewWrapper.java | 167 private void fadeIconColorFilter(final ImageView target, boolean dark, long delay) { in fadeIconColorFilter() 176 private void fadeIconAlpha(final ImageView target, boolean dark, long delay) { in fadeIconAlpha() 186 protected void fadeGrayscale(final ImageView target, final boolean dark, long delay) { in fadeGrayscale() 203 private void updateIconColorFilter(ImageView target, boolean dark) { in updateIconColorFilter() 207 private void updateIconColorFilter(ImageView target, float intensity) { in updateIconColorFilter() 219 private void updateIconAlpha(ImageView target, boolean dark) { in updateIconAlpha() 223 protected void updateGrayscale(ImageView target, boolean dark) { in updateGrayscale() 236 private static int interpolateColor(int source, int target, float t) { in interpolateColor()
|
/frameworks/base/core/java/android/net/ |
D | LinkProperties.java | 719 public boolean isIdenticalInterfaceName(LinkProperties target) { in isIdenticalInterfaceName() 730 public boolean isIdenticalAddresses(LinkProperties target) { in isIdenticalAddresses() 744 public boolean isIdenticalDnses(LinkProperties target) { in isIdenticalDnses() 763 public boolean isIdenticalRoutes(LinkProperties target) { in isIdenticalRoutes() 776 public boolean isIdenticalHttpProxy(LinkProperties target) { in isIdenticalHttpProxy() 788 public boolean isIdenticalStackedLinks(LinkProperties target) { in isIdenticalStackedLinks() 809 public boolean isIdenticalMtu(LinkProperties target) { in isIdenticalMtu() 820 public boolean isIdenticalTcpBufferSizes(LinkProperties target) { in isIdenticalTcpBufferSizes() 868 public CompareResult<LinkAddress> compareAddresses(LinkProperties target) { in compareAddresses() 897 public CompareResult<InetAddress> compareDnses(LinkProperties target) { in compareDnses() [all …]
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11ExtensionPack.java | 111 int target, in glBindFramebufferOES() 116 int target, in glBindRenderbufferOES() 121 int target, in glBindTexture() 142 int target in glCheckFramebufferStatusOES() 146 int target, in glCompressedTexImage2D() 157 int target, in glCopyTexImage2D() 194 int target, in glFramebufferRenderbufferOES() 201 int target, in glFramebufferTexture2DOES() 209 int target in glGenerateMipmapOES() 235 int target, in glGetFramebufferAttachmentParameterivOES() [all …]
|
D | GL11.java | 148 int target, in glBindBuffer() 153 int target, in glBufferData() 160 int target, in glBufferSubData() 243 int target, in glGetBufferParameteriv() 250 int target, in glGetBufferParameteriv() 378 int target, in glGetTexParameterfv() 385 int target, in glGetTexParameterfv() 391 int target, in glGetTexParameteriv() 398 int target, in glGetTexParameteriv() 404 int target, in glGetTexParameterxv() [all …]
|
/frameworks/base/core/java/android/view/ |
D | ViewParent.java | 434 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes); in onStartNestedScroll() 452 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes); in onNestedScrollAccepted() 465 public void onStopNestedScroll(View target); in onStopNestedScroll() 488 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, in onNestedScroll() 511 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed); in onNestedPreScroll() 532 public boolean onNestedFling(View target, float velocityX, float velocityY, boolean consumed); in onNestedFling() 554 public boolean onNestedPreFling(View target, float velocityX, float velocityY); in onNestedPreFling() 573 public boolean onNestedPrePerformAccessibilityAction(View target, int action, Bundle arguments); in onNestedPrePerformAccessibilityAction()
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | ListViewAutoScrollHelper.java | 29 public ListViewAutoScrollHelper(ListView target) { in ListViewAutoScrollHelper() 37 final ListView target = mTarget; in scrollTargetBy() local 60 final ListView target = mTarget; in canTargetScrollVertically() local
|
/frameworks/base/core/jni/ |
D | android_animation_PropertyValuesHolder.cpp | 77 JNIEnv* env, jclass pvhObject, jobject target, jlong methodID, jint arg) in android_animation_PropertyValuesHolder_callIntMethod() 83 JNIEnv* env, jclass pvhObject, jobject target, jlong methodID, jfloat arg) in android_animation_PropertyValuesHolder_callFloatMethod() 89 JNIEnv* env, jclass pvhObject, jobject target, jlong methodID, float arg1, float arg2) in android_animation_PropertyValuesHolder_callTwoFloatMethod() 95 JNIEnv* env, jclass pvhObject, jobject target, jlong methodID, float arg1, float arg2, in android_animation_PropertyValuesHolder_callFourFloatMethod() 102 JNIEnv* env, jclass pvhObject, jobject target, jlong methodID, jfloatArray arg) in android_animation_PropertyValuesHolder_callMultipleFloatMethod() 116 JNIEnv* env, jclass pvhObject, jobject target, jlong methodID, int arg1, int arg2) in android_animation_PropertyValuesHolder_callTwoIntMethod() 122 JNIEnv* env, jclass pvhObject, jobject target, jlong methodID, int arg1, int arg2, in android_animation_PropertyValuesHolder_callFourIntMethod() 129 JNIEnv* env, jclass pvhObject, jobject target, jlong methodID, jintArray arg) in android_animation_PropertyValuesHolder_callMultipleIntMethod()
|
/frameworks/base/core/tests/coretests/src/android/net/ |
D | LinkPropertiesTest.java | 45 public void assertLinkPropertiesEqual(LinkProperties source, LinkProperties target) { in assertLinkPropertiesEqual() 79 LinkProperties target = new LinkProperties(); in testEqualsNull() local 101 LinkProperties target = new LinkProperties(); in testEqualsSameOrder() local 198 LinkProperties target = new LinkProperties(); in testEqualsDifferentOrder() local 224 LinkProperties target = new LinkProperties(); in testEqualsDuplicated() local
|
/frameworks/rs/cpu_ref/linkloader/lib/ |
D | StubLayout.cpp | 97 uint64_t *target = reinterpret_cast<uint64_t*>(stub + 4); in setStubAddress() local 112 void **target = (void **)(stub + 4); in setStubAddress() local 139 void **target = (void **)(stub + 1); in setStubAddress() local 160 uint64_t *target = reinterpret_cast<uint64_t*>(stub + 6); in setStubAddress() local
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ELFObjectWriter.h | 49 GNULDBackend& target() { return m_Backend; } in target() function 51 const GNULDBackend& target() const { return m_Backend; } in target() function
|
D | ELFReaderIf.h | 58 const GNULDBackend& target() const { return m_Backend; } in target() function 59 GNULDBackend& target() { return m_Backend; } in target() function
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 110 int target, in glBindTexture() 231 int target, in glCompressedTexImage2D() 244 int target, in glCompressedTexSubImage2D() 258 int target, in glCopyTexImage2D() 271 int target, in glCopyTexSubImage2D() 505 int target, in glHint() 737 int target, in glMultiTexCoord4f() 747 int target, in glMultiTexCoord4x() 999 int target, in glTexEnvf() 1007 int target, in glTexEnvfv() [all …]
|
/frameworks/base/libs/hwui/ |
D | Animator.cpp | 85 void BaseRenderNodeAnimator::attach(RenderNode* target) { in attach() 234 void RenderPropertyAnimator::setValue(RenderNode* target, float value) { in setValue() 252 void CanvasPropertyPrimitiveAnimator::setValue(RenderNode* target, float value) { in setValue() 287 void CanvasPropertyPaintAnimator::setValue(RenderNode* target, float value) { in setValue() 315 void RevealAnimator::setValue(RenderNode* target, float value) { in setValue()
|
/frameworks/support/v4/java/android/support/v4/provider/ |
D | RawDocumentFile.java | 42 final File target = new File(mFile, displayName); in createFile() local 54 final File target = new File(mFile, displayName); in createDirectory() local 136 final File target = new File(mFile.getParentFile(), displayName); in renameTo() local
|
/frameworks/ex/common/java/com/android/common/ |
D | NetworkConnectivityListener.java | 101 Handler target = it.next(); in onReceive() local 170 public void registerHandler(Handler target, int what) { in registerHandler() 178 public void unregisterHandler(Handler target) { in unregisterHandler()
|