/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | LinearGradient_Delegate.java | 102 private final float mDx; field in LinearGradient_Delegate.LinearGradientPaint 111 mDx = x1 - x0; in LinearGradientPaint() 113 mDSize2 = mDx * mDx + mDy * mDy; in LinearGradientPaint() 204 if (mDx == 0) { in getColor() 207 pos = (x - mX0) / mDx; in getColor() 210 float _x = (mDx*mDy*(y-mY0) + mDy*mDy*mX0 + mDx*mDx*x) / mDSize2; in getColor() 212 pos = (_x - mX0) / mDx; in getColor()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
H A D | DistanceClassifier.java | 192 logDebug("Horizontal swipe distance: " + Math.abs(distanceVectors.mDx)); in getPassedDistanceThreshold() 195 return Math.abs(distanceVectors.mDx) >= mHorizontalSwipeThresholdPx; in getPassedDistanceThreshold() 206 float dX = distanceVectors.mDx + distanceVectors.mVx * mVelocityToDistanceMultiplier; in getPassedFlingThreshold() 210 logDebug("Horizontal swipe and fling distance: " + distanceVectors.mDx + ", " in getPassedFlingThreshold() 223 final float mDx; field in DistanceClassifier.DistanceVectors 229 this.mDx = dX; in DistanceVectors() 237 return String.format((Locale) null, "{dx=%f, vx=%f, dy=%f, vy=%f}", mDx, mVx, mDy, mVy); in toString()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/helper/ |
H A D | ItemTouchHelper.java | 197 float mDx; field in ItemTouchHelper 720 if (mDx < 0 && leftDiff < 0) { in scrollIfNecessary() 722 } else if (mDx > 0) { in scrollIfNecessary() 994 mDx = mDy = 0f; in checkSelectForSwipe() 1065 mDx = mDy = 0f; in startDrag() 1112 mDx = mDy = 0f; in startSwipe() 1135 mDx = x - mInitialTouchX; in updateDxDy() 1138 mDx = Math.max(0, mDx); in updateDxDy() 1141 mDx = Math.min(0, mDx); in updateDxDy() 1167 if (Math.abs(mDx) > Math.abs(mDy)) { in swipeIfNecessary() [all …]
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | FloatingTaskView.java | 204 final FloatProp mDx = new FloatProp(0, prop.dX, 0, animDuration, LINEAR); in addAnimation() 214 floatingTaskViewBounds.offset(mDx.value, mDy.value); in addAnimation()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
H A D | QuickstepTransitionManager.java | 706 FloatProp mDx = new FloatProp(0, prop.dX, 0, APP_LAUNCH_DURATION, in getOpeningWindowAnimators() 767 tmpRectF.offset(mDx.value, mDy.value); in getOpeningWindowAnimators() 774 floatingIconBounds.offset(mDx.value, mDy.value); in getOpeningWindowAnimators() 941 final FloatProp mDx = new FloatProp(widgetBackgroundBounds.centerX(), in getOpeningWindowAnimatorsForWidget() 961 widgetBackgroundBounds.set(mDx.value - mWidth.value / 2f, in getOpeningWindowAnimatorsForWidget() 962 mDy.value - mHeight.value / 2f, mDx.value + mWidth.value / 2f, in getOpeningWindowAnimatorsForWidget()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | RecyclerView.java | 10957 private int mDx; field in RecyclerView.SmoothScroller.Action 10998 mDx = dx; in Action() 11039 recyclerView.mViewFlinger.smoothScrollBy(mDx, mDy); in runIfNecessary() 11041 recyclerView.mViewFlinger.smoothScrollBy(mDx, mDy, mDuration); in runIfNecessary() 11045 mDx, mDy, mDuration, mInterpolator); in runIfNecessary() 11070 return mDx; in getDx() 11075 mDx = dx; in setDx() 11120 mDx = dx; in update()
|
/aosp12/hardware/interfaces/tv/tuner/assets/ |
H A D | tuner_frontend_input.es | 431 …��_��k�7�%��%�*��������%����������1�ֽ��!Si��A����xU�oea�ez�һ�6�)#���j|�u��N�J��EHZmDx@�
|