/frameworks/base/media/mca/filterpacks/native/base/ |
D | geometry.cpp | 84 const float dy = height * (current_ratio / ratio - 1.0f); in ExpandToAspectRatio() local 101 const float dy = height * (length / current_length - 1.0f); in ExpandToMinLength() local 126 const float dy = height * (f - 1.0f); in ScaleWithLengthLimit() local 140 Point dy = vert_axis; in FromCenterAxisAndLengths() local
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | geometry.cpp | 83 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/layoutlib/bridge/src/android/view/shadow/ |
D | AmbientShadowVertexCalculator.java | 68 float dy = rays.dy[i]; in generateVertex() local 86 float dy = rays.dy[i]; in generateVertex() local 147 public final float[] dy; field in AmbientShadowVertexCalculator.Rays
|
/frameworks/native/libs/ui/ |
D | Region.cpp | 400 Region& Region::orSelf(const Region& rhs, int dx, int dy) { in orSelf() 403 Region& Region::xorSelf(const Region& rhs, int dx, int dy) { in xorSelf() 406 Region& Region::andSelf(const Region& rhs, int dx, int dy) { in andSelf() 409 Region& Region::subtractSelf(const Region& rhs, int dx, int dy) { in subtractSelf() 412 Region& Region::operationSelf(const Region& rhs, int dx, int dy, uint32_t op) { in operationSelf() 432 const Region Region::operation(const Region& rhs, int dx, int dy, uint32_t op) const { in operation() 620 const Region& rhs, int dx, int dy) in boolean_operation() 730 const Rect& rhs, int dx, int dy) in boolean_operation() 769 void Region::translate(Region& reg, int dx, int dy) in translate() 788 void Region::translate(Region& dst, const Region& reg, int dx, int dy) in translate()
|
/frameworks/base/core/java/android/transition/ |
D | PatternPathMotion.java | 119 float dy = endY - startY; in setPatternPath() local 132 double dy = endY - startY; in getPath() local
|
/frameworks/base/graphics/java/android/graphics/ |
D | LayerRasterizer.java | 31 public void addLayer(Paint paint, float dx, float dy) { } in addLayer()
|
D | Path.java | 361 public void rMoveTo(float dx, float dy) { in rMoveTo() 388 public void rLineTo(float dx, float dy) { in rLineTo() 688 public void addPath(@NonNull Path src, float dx, float dy) { in addPath() 721 public void offset(float dx, float dy, @Nullable Path dst) { in offset() 736 public void offset(float dx, float dy) { in offset() 755 public void setLastPoint(float dx, float dy) { in setLastPoint() 832 private static native void nRMoveTo(long nPath, float dx, float dy); in nRMoveTo() 834 private static native void nRLineTo(long nPath, float dx, float dy); in nRLineTo() 855 private static native void nAddPath(long nPath, long src, float dx, float dy); in nAddPath() 858 private static native void nOffset(long nPath, float dx, float dy); in nOffset() [all …]
|
D | PointF.java | 63 public final void offset(float dx, float dy) { in offset()
|
D | Matrix.java | 320 public void setTranslate(float dx, float dy) { in setTranslate() 400 public boolean preTranslate(float dx, float dy) { in preTranslate() 464 public boolean postTranslate(float dx, float dy) { in postTranslate() 887 private static native void nSetTranslate(long nObject, float dx, float dy); in nSetTranslate() 908 private static native void nPreTranslate(long nObject, float dx, float dy); in nPreTranslate() 924 private static native void nPostTranslate(long nObject, float dx, float dy); in nPostTranslate()
|
D | RectF.java | 243 public void offset(float dx, float dy) { in offset() 273 public void inset(float dx, float dy) { in inset()
|
/frameworks/layoutlib/bridge/src/android/view/math/ |
D | Math3DHelper.java | 32 float dx, float dy, int d) { in rayIntersectPoly() 246 float dy = poly2[i * 2 + 1] - poly1[j * 2 + 1]; in intersection() local 278 float dy = poly[i * 2 + 1] - poly[(i - 1) * 2 + 1]; in intersection() local 424 float dy = (x3 * y4 - y3 * x4); in lineIntersection() local 463 float dy = (float) Math.cos(Math.PI / 4 + step * i); in donutPie2() local 474 float dy = (float) Math.cos(Math.PI / 4 + step * i); in donutPie2() local 512 float dy = (float) Math.cos(Math.PI / 4 + step * i); in donutPie2() local
|
/frameworks/base/core/java/android/view/animation/ |
D | TranslateYAnimation.java | 54 float dy = mFromYDelta + ((mToYDelta - mFromYDelta) * interpolatedTime); in applyTransformation() local
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ResolverDrawerLayout.java | 298 final float dy = y - mInitialTouchY; in onInterceptTouchEvent() local 367 final float dy = y - mInitialTouchY; in onTouchEvent() local 375 final float dy = y - mLastTouchY; in onTouchEvent() local
|
D | NestedScrollingChild.java | 173 boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow); in dispatchNestedPreScroll()
|
D | LinearSmoothScroller.java | 113 final int dy = calculateDyToMakeVisible(targetView, getVerticalSnapPreference()); in onTargetFound() local 125 protected void onSeekTargetStep(int dx, int dy, RecyclerView.State state, Action action) { in onSeekTargetStep()
|
D | SlidingTab.java | 251 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getBottom() in hide() local 269 int dy = horiz ? 0: (alignment == ALIGN_TOP ? tab.getHeight() : -tab.getHeight()); in show() local 312 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getTop() in reset() local
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Path_Delegate.java | 239 /*package*/ static void nRMoveTo(long nPath, float dx, float dy) { in nRMoveTo() 259 /*package*/ static void nRLineTo(long nPath, float dx, float dy) { in nRLineTo() 412 /*package*/ static void nAddPath(long nPath, long src, float dx, float dy) { in nAddPath() 432 /*package*/ static void nOffset(long nPath, float dx, float dy) { in nOffset() 442 /*package*/ static void nSetLastPoint(long nPath, float dx, float dy) { in nSetLastPoint() 669 public void rMoveTo(float dx, float dy) { in rMoveTo() 700 public void rLineTo(float dx, float dy) { in rLineTo() 872 public void offset(float dx, float dy) { in offset()
|
/frameworks/base/core/java/android/gesture/ |
D | GestureStroke.java | 139 float dy = Math.abs(y - mY); in makePath() local 188 float dy = Math.abs(y - mY); in toPath() local
|
D | GestureUtils.java | 381 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()
|
/frameworks/base/libs/hwui/utils/ |
D | PaintUtils.h | 73 float dy; member
|
/frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/ |
D | MainActivity.java | 68 int dy = adapterView.getHeight(); in onItemClick() local
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/ |
D | KernelDataForRenderScriptF32.java | 100 float dy = dy0 + (float) v / (float) getNumSubPixels(); in generateDiskKernelArray() local
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/ |
D | KernelDataForRenderScriptd1new.java | 102 float dy = dy0 + (float) v / (float) getNumSubPixels(); in generateDiskKernelArray() local
|
/frameworks/base/core/java/android/widget/ |
D | Scroller.java | 375 public void startScroll(int startX, int startY, int dx, int dy) { in startScroll() 393 public void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll() 433 float dy = (float) (mFinalY - mStartY); in fling() local
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/ |
D | Rectangle.java | 61 Point dy = vAxis.scaledTo(size.y / 2.0f); in fromCenterVerticalAxis() local
|