Home
last modified time | relevance | path

Searched defs:dy (Results 1 – 25 of 144) sorted by relevance

123456

/frameworks/base/media/mca/filterpacks/native/base/
Dgeometry.cpp82 const float dy = height * (current_ratio / ratio - 1.0f); in ExpandToAspectRatio() local
99 const float dy = height * (length / current_length - 1.0f); in ExpandToMinLength() local
124 const float dy = height * (f - 1.0f); in ScaleWithLengthLimit() local
138 Point dy = vert_axis; in FromCenterAxisAndLengths() local
/frameworks/base/graphics/java/android/graphics/
DLayerRasterizer.java30 public void addLayer(Paint paint, float dx, float dy) { in addLayer()
39 …rivate static native void nativeAddLayer(long native_layer, long native_paint, float dx, float dy); in nativeAddLayer()
DPath.java343 public void rMoveTo(float dx, float dy) { in rMoveTo()
370 public void rLineTo(float dx, float dy) { in rLineTo()
670 public void addPath(Path src, float dx, float dy) { in addPath()
703 public void offset(float dx, float dy, @Nullable Path dst) { in offset()
718 public void offset(float dx, float dy) { in offset()
737 public void setLastPoint(float dx, float dy) { in setLastPoint()
817 private static native void native_rMoveTo(long nPath, float dx, float dy); in native_rMoveTo()
819 private static native void native_rLineTo(long nPath, float dx, float dy); in native_rLineTo()
846 private static native void native_addPath(long nPath, long src, float dx, float dy); in native_addPath()
849 private static native void native_offset(long nPath, float dx, float dy); in native_offset()
[all …]
/frameworks/base/media/mca/filterfw/native/core/
Dgeometry.cpp83 const float dy = height * (current_ratio / ratio - 1.0f); in ExpandToAspectRatio() local
100 const float dy = height * (length / current_length - 1.0f); in ExpandToMinLength() local
125 const float dy = height * (f - 1.0f); in ScaleWithLengthLimit() local
/frameworks/native/libs/ui/
DRegion.cpp376 Region& Region::orSelf(const Region& rhs, int dx, int dy) { in orSelf()
379 Region& Region::xorSelf(const Region& rhs, int dx, int dy) { in xorSelf()
382 Region& Region::andSelf(const Region& rhs, int dx, int dy) { in andSelf()
385 Region& Region::subtractSelf(const Region& rhs, int dx, int dy) { in subtractSelf()
388 Region& Region::operationSelf(const Region& rhs, int dx, int dy, int op) { in operationSelf()
408 const Region Region::operation(const Region& rhs, int dx, int dy, int op) const { in operation()
587 const Region& rhs, int dx, int dy) in boolean_operation()
697 const Rect& rhs, int dx, int dy) in boolean_operation()
736 void Region::translate(Region& reg, int dx, int dy) in translate()
755 void Region::translate(Region& dst, const Region& reg, int dx, int dy) in translate()
/frameworks/support/v4/java/android/support/v4/widget/
DViewDragHelper.java171 public void onViewPositionChanged(View changedView, int left, int top, int dx, int dy) {} in onViewPositionChanged()
319 public int clampViewPositionVertical(View child, int top, int dy) { in clampViewPositionVertical()
588 final int dy = finalTop - startTop; in forceSettleCapturedViewAt() local
604 private int computeSettleDuration(View child, int dx, int dy, int xvel, int yvel) { in computeSettleDuration()
728 final int dy = y - mCapturedView.getTop(); in continueSettling() local
920 protected boolean canScroll(View v, boolean checkV, int dx, int dy, int x, int y) { in canScroll()
1024 final float dy = y - mInitialMotionY[pointerId]; in shouldInterceptTouchEvent() local
1177 final float dy = y - mInitialMotionY[pointerId]; in processTouchEvent() local
1245 private void reportNewEdgeDrags(float dx, float dy, int pointerId) { in reportNewEdgeDrags()
1293 private boolean checkTouchSlop(View child, float dx, float dy) { in checkTouchSlop()
[all …]
DScrollerCompat.java45 void startScroll(Object scroller, int startX, int startY, int dx, int dy); in startScroll()
46 void startScroll(Object scroller, int startX, int startY, int dx, int dy, int duration); in startScroll()
97 public void startScroll(Object scroller, int startX, int startY, int dx, int dy) { in startScroll()
102 public void startScroll(Object scroller, int startX, int startY, int dx, int dy, in startScroll()
190 public void startScroll(Object scroller, int startX, int startY, int dx, int dy) { in startScroll()
195 public void startScroll(Object scroller, int startX, int startY, int dx, int dy, in startScroll()
361 public void startScroll(int startX, int startY, int dx, int dy) { in startScroll()
378 public void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll()
/frameworks/base/core/java/android/transition/
DPatternPathMotion.java119 float dy = endY - startY; in setPatternPath() local
132 double dy = endY - startY; in getPath() local
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
DomxVCM4P10_InterpolateChroma.c85 OMX_S32 dy, in omxVCM4P10_InterpolateChroma()
DomxVCM4P10_InterpolateLuma.c84 OMX_S32 dy, in omxVCM4P10_InterpolateLuma()
DarmVCM4P10_Interpolate_Chroma.c68 OMX_U32 dy in armVCM4P10_Interpolate_Chroma()
DarmVCM4P10_Interpolate_Luma.c112 OMX_U32 dy in armVCM4P10_Interpolate_Luma()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
DomxVCM4P10_InterpolateChroma.c82 OMX_S32 dy, in omxVCM4P10_InterpolateChroma()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
DomxVCM4P10_InterpolateChroma.c82 OMX_S32 dy, in omxVCM4P10_InterpolateChroma()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DLayerRasterizer_Delegate.java64 … /*package*/ static void nativeAddLayer(long native_layer, long native_paint, float dx, float dy) { in nativeAddLayer()
DPath_Delegate.java233 /*package*/ static void native_rMoveTo(long nPath, float dx, float dy) { in native_rMoveTo()
253 /*package*/ static void native_rLineTo(long nPath, float dx, float dy) { in native_rLineTo()
406 /*package*/ static void native_addPath(long nPath, long src, float dx, float dy) { in native_addPath()
426 /*package*/ static void native_offset(long nPath, float dx, float dy) { in native_offset()
436 /*package*/ static void native_setLastPoint(long nPath, float dx, float dy) { in native_setLastPoint()
653 public void rMoveTo(float dx, float dy) { in rMoveTo()
684 public void rLineTo(float dx, float dy) { in rLineTo()
856 public void offset(float dx, float dy) { in offset()
/frameworks/base/core/java/com/android/internal/widget/
DResolverDrawerLayout.java255 final float dy = y - mInitialTouchY; in onInterceptTouchEvent() local
317 final float dy = y - mInitialTouchY; in onTouchEvent() local
325 final float dy = y - mLastTouchY; in onTouchEvent() local
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dmotion_comp.cpp128 int dx, dy; in eLumaMotionComp() local
782 int blkwidth, int blkheight, int dy) in eVertInterp1MC()
1149 int blkwidth, int blkheight, int dy) in eVertInterp3MC()
1810 int dx, dy; in eChromaMotionComp() local
1833 void eChromaDiagonalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, in eChromaDiagonalMC_SIMD()
1925 void eChromaHorizontalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, in eChromaHorizontalMC_SIMD()
1974 void eChromaVerticalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, in eChromaVerticalMC_SIMD()
2017 void eChromaDiagonalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, in eChromaDiagonalMC2_SIMD()
2060 void eChromaHorizontalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, in eChromaHorizontalMC2_SIMD()
2082 void eChromaVerticalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, in eChromaVerticalMC2_SIMD()
[all …]
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
DVerticalGridViewEx.java23 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy()
DHorizontalGridViewEx.java23 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy()
/frameworks/base/core/java/android/view/animation/
DTranslateYAnimation.java52 float dy = mFromYDelta + ((mToYDelta - mFromYDelta) * interpolatedTime); in applyTransformation() local
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
DTextViewBindingAdapter.java285 float dy = view.getShadowDy(); in setShadowColor() local
295 float dy = view.getShadowDy(); in setShadowDx() local
302 public static void setShadowDy(TextView view, float dy) { in setShadowDy()
316 float dy = view.getShadowDy(); in setShadowRadius() local
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dpp_semaphore_chroma_inter.cpp117 int dy, /* i */ in pp_semaphore_chroma_inter()
/frameworks/base/core/java/android/gesture/
DGestureStroke.java139 float dy = Math.abs(y - mY); in makePath() local
188 float dy = Math.abs(y - mY); in toPath() local
DGestureUtils.java381 float dy = points[i + 3] - points[i + 1]; in computeTotalLength() local
390 float dy = points[3] - points[1]; in computeStraightness() local
396 float dy = points[3] - points[1]; in computeStraightness() local
576 static float[] translate(float[] points, float dx, float dy) { in translate()

123456