/aosp14/frameworks/base/media/mca/filterpacks/native/base/ |
H A 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
|
/aosp14/frameworks/base/media/mca/filterfw/native/core/ |
H A 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
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | ChooserRecyclerViewAccessibilityDelegate.java | 67 int dy = 0; in ensureViewOnScreenVisibility() local 81 private void nestedVerticalScrollBy(RecyclerView recyclerView, int dy) { in nestedVerticalScrollBy()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubblesNavBarMotionEventHandler.java | 67 float dy = motionEvent.getY() - mTouchDown.y; in onMotionEvent() local 159 void onMove(float dx, float dy); in onMove()
|
/aosp14/frameworks/base/core/java/android/transition/ |
H A D | PatternPathMotion.java | 119 float dy = endY - startY; in setPatternPath() local 132 double dy = endY - startY; in getPath() local
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | LayerRasterizer.java | 31 public void addLayer(Paint paint, float dx, float dy) { } in addLayer()
|
H A D | Path.java | 333 public void rMoveTo(float dx, float dy) { in rMoveTo() 359 public void rLineTo(float dx, float dy) { in rLineTo() 677 public void addPath(@NonNull Path src, float dx, float dy) { in addPath() 707 public void offset(float dx, float dy, @Nullable Path dst) { in offset() 722 public void offset(float dx, float dy) { in offset() 732 public void setLastPoint(float dx, float dy) { in setLastPoint() 841 private static native void nRMoveTo(long nPath, float dx, float dy); in nRMoveTo() 843 private static native void nRLineTo(long nPath, float dx, float dy); in nRLineTo() 868 private static native void nAddPath(long nPath, long src, float dx, float dy); in nAddPath() 871 private static native void nOffset(long nPath, float dx, float dy); in nOffset() [all …]
|
H A D | Matrix.java | 319 public void setTranslate(float dx, float dy) { in setTranslate() 399 public boolean preTranslate(float dx, float dy) { in preTranslate() 463 public boolean postTranslate(float dx, float dy) { in postTranslate() 888 private static native void nSetTranslate(long nObject, float dx, float dy); in nSetTranslate() 909 private static native void nPreTranslate(long nObject, float dx, float dy); in nPreTranslate() 925 private static native void nPostTranslate(long nObject, float dx, float dy); in nPostTranslate()
|
H A D | Point.java | 70 public final void offset(int dx, int dy) { in offset()
|
/aosp14/frameworks/base/core/java/android/view/animation/ |
H A D | TranslateYAnimation.java | 54 float dy = mFromYDelta + ((mToYDelta - mFromYDelta) * interpolatedTime); in applyTransformation() local
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ResolverDrawerLayout.java | 349 final float dy = y - mInitialTouchY; in onInterceptTouchEvent() local 427 final float dy = y - mInitialTouchY; in onTouchEvent() local 435 final float dy = y - mLastTouchY; in onTouchEvent() local
|
H A 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()
|
H A D | NestedScrollingChild.java | 174 boolean dispatchNestedPreScroll(int dx, int dy, @Nullable int[] consumed, in dispatchNestedPreScroll()
|
H A D | SlidingTab.java | 248 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getBottom() in hide() local 266 int dy = horiz ? 0: (alignment == ALIGN_TOP ? tab.getHeight() : -tab.getHeight()); in show() local 309 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getTop() in reset() local
|
/aosp14/frameworks/base/core/java/android/gesture/ |
H A D | GestureStroke.java | 139 float dy = Math.abs(y - mY); in makePath() local 188 float dy = Math.abs(y - mY); in toPath() local
|
H A 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()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/ |
H A D | RelativeTouchListener.kt | 99 val dy = ev.rawY - touchDown.y regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/udfps/ |
H A D | EllipseOverlapDetector.kt | 102 val dy = cY - y regex
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
H A D | TvPipKeepClearAlgorithm.kt | 276 val dy = candidateBounds.top - pipAnchorBounds.top regex 315 val dy = event.pos - pipAnchorBounds.bottom - padding regex 328 val dy = event.pos - pipAnchorBounds.top + padding regex 408 val dy = abs(it.top - bounds.top) regex
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
H A D | DragDetector.java | 95 float dy = ev.getRawY(dragPointerIndex) - mInputDownPoint.y; in onMotionEvent() local
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A 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
|
/aosp14/frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/ |
H A D | MainActivity.java | 64 int dy = adapterView.getHeight(); in onItemClick() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
H A D | MenuListViewTouchHandler.java | 60 final float dy = motionEvent.getRawY() - mDown.y; in onInterceptTouchEvent() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | AbsSeekBarTest.java | 148 private Rect offset(Rect rect, int dx, int dy) { in offset()
|
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/ |
H A D | Rectangle.java | 61 Point dy = vAxis.scaledTo(size.y / 2.0f); in fromCenterVerticalAxis() local
|