Home
last modified time | relevance | path

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

1234

/aosp14/frameworks/base/media/mca/filterpacks/native/base/
H A Dgeometry.cpp84 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 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
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DChooserRecyclerViewAccessibilityDelegate.java67 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 DBubblesNavBarMotionEventHandler.java67 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 DPatternPathMotion.java119 float dy = endY - startY; in setPatternPath() local
132 double dy = endY - startY; in getPath() local
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DLayerRasterizer.java31 public void addLayer(Paint paint, float dx, float dy) { } in addLayer()
H A DPath.java333 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 DMatrix.java319 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 DPoint.java70 public final void offset(int dx, int dy) { in offset()
/aosp14/frameworks/base/core/java/android/view/animation/
H A DTranslateYAnimation.java54 float dy = mFromYDelta + ((mToYDelta - mFromYDelta) * interpolatedTime); in applyTransformation() local
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DResolverDrawerLayout.java349 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 DLinearSmoothScroller.java113 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 DNestedScrollingChild.java174 boolean dispatchNestedPreScroll(int dx, int dy, @Nullable int[] consumed, in dispatchNestedPreScroll()
H A DSlidingTab.java248 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 DGestureStroke.java139 float dy = Math.abs(y - mY); in makePath() local
188 float dy = Math.abs(y - mY); in toPath() local
H A 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()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
H A DRelativeTouchListener.kt99 val dy = ev.rawY - touchDown.y regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/udfps/
H A DEllipseOverlapDetector.kt102 val dy = cY - y regex
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipKeepClearAlgorithm.kt276 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 DDragDetector.java95 float dy = ev.getRawY(dragPointerIndex) - mInputDownPoint.y; in onMotionEvent() local
/aosp14/frameworks/base/core/java/android/widget/
H A DScroller.java375 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 DMainActivity.java64 int dy = adapterView.getHeight(); in onItemClick() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuListViewTouchHandler.java60 final float dy = motionEvent.getRawY() - mDown.y; in onInterceptTouchEvent() local
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DAbsSeekBarTest.java148 private Rect offset(Rect rect, int dx, int dy) { in offset()
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DRectangle.java61 Point dy = vAxis.scaledTo(size.y / 2.0f); in fromCenterVerticalAxis() local

1234