Home
last modified time | relevance | path

Searched defs:scaleY (Results 1 – 25 of 85) sorted by relevance

1234

/external/lottie/lottie/src/main/java/com/airbnb/lottie/value/
DScaleXY.java5 private float scaleY; field in ScaleXY
24 public void set(float scaleX, float scaleY) { in set()
29 public boolean equals(float scaleX, float scaleY) { in equals()
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/jobs/
DZoomJob.java25 …public static ZoomJob getInstance(ViewPortHandler viewPortHandler, float scaleX, float scaleY, flo… in getInstance()
44 protected float scaleY; field in ZoomJob
48 …public ZoomJob(ViewPortHandler viewPortHandler, float scaleX, float scaleY, float xValue, float yV… in ZoomJob()
DAnimatedZoomJob.java27 …iew v, Transformer trans, YAxis axis, float xAxisRange, float scaleX, float scaleY, float xOrigin,… in getInstance()
54 …iew v, Transformer trans, YAxis axis, float xAxisRange, float scaleX, float scaleY, float xOrigin,… in AnimatedZoomJob()
71 float scaleY = yOrigin + (yValue - yOrigin) * phase; in onAnimationUpdate() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/
DTransformationRequest.java36 private float scaleY; field in TransformationRequest.Builder
109 public Builder setScale(float scaleX, float scaleY) { in setScale()
265 public final float scaleY; field in TransformationRequest
305 float scaleY, in TransformationRequest()
DScaleToFitFrameProcessor.java45 private float scaleY; field in ScaleToFitFrameProcessor.Builder
70 public Builder setScale(float scaleX, float scaleY) { in setScale()
114 Context context, float scaleX, float scaleY, float rotationDegrees) { in ScaleToFitFrameProcessor()
/external/proguard/src/proguard/gui/splash/
DImageSprite.java36 private final VariableDouble scaleY; field in ImageSprite
51 VariableDouble scaleY) in ImageSprite()
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/utils/
DViewPortHandler.java243 public Matrix zoom(float scaleX, float scaleY) { in zoom()
250 public void zoom(float scaleX, float scaleY, Matrix outputMatrix) { in zoom()
265 public Matrix zoom(float scaleX, float scaleY, float x, float y) { in zoom()
272 public void zoom(float scaleX, float scaleY, float x, float y, Matrix outputMatrix) { in zoom()
285 public Matrix setZoom(float scaleX, float scaleY) { in setZoom()
292 public void setZoom(float scaleX, float scaleY, Matrix outputMatrix) { in setZoom()
307 public Matrix setZoom(float scaleX, float scaleY, float x, float y) { in setZoom()
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
DSprite.java16 private float scaleY = 1; field in Sprite
41 public void setScale(float scaleX, float scaleY) { in setScale()
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/listener/
DBarLineChartTouchListener.java378 float scaleY = (mChart.isScaleYEnabled()) ? scale : 1f; in performZoom() local
415 float scaleY = yDist / mSavedYDist; // y-axis scale in performZoom() local
584 float scaleY = mChart.isScaleYEnabled() ? 1.4f : 1f; in onDoubleTap() local
DOnChartGestureListener.java66 void onChartScale(MotionEvent me, float scaleX, float scaleY); in onChartScale()
/external/replicaisland/src/com/replica/replicaisland/
DTiledBackgroundVertexGrid.java37 public void draw(float x, float y, float scaleX, float scaleY) { in draw()
DDrawableObject.java29 public abstract void draw(float x, float y, float scaleX, float scaleY); in draw()
DScrollableBitmap.java37 public void draw(float x, float y, float scaleX, float scaleY) { in draw()
DGameRenderer.java213 final float scaleY = mScaleY; in onDrawFrame() local
273 float scaleY = (float)h / mHeight; in onSurfaceChanged() local
/external/setupdesign/main/src/com/google/android/setupdesign/
DGlifPatternDrawable.java150 float scaleY = drawableHeight / VIEWBOX_HEIGHT; in createBitmapCache() local
248 float scaleY = drawableBounds.height() / (float) bitmapHeight; in scaleCanvasToBounds() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowViewRenderNode.java23 private float scaleY = 1f; field in ShadowViewRenderNode
128 public boolean setScaleY(float scaleY) { in setScaleY()
DShadowRenderNode.java24 private float scaleY = 1f; field in ShadowRenderNode
129 public boolean setScaleY(float scaleY) { in setScaleY()
DShadowVectorDrawable.java164 float scaleY; field in ShadowVectorDrawable.Group
216 float scaleY, in nUpdateGroupProperties()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVectorDrawable.java164 float scaleY; field in ShadowVectorDrawable.Group
216 float scaleY, in nUpdateGroupProperties()
DShadowRenderNode.java32 private float scaleY = 1f; field in ShadowRenderNode
141 protected boolean setScaleY(float scaleY) { in setScaleY()
DShadowRenderNodeQ.java27 private float scaleY = 1f; field in ShadowRenderNodeQ
136 protected boolean setScaleY(float scaleY) { in setScaleY()
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowRenderNodeTest.java148 float scaleY = renderNode.getScaleY(); in testGetScaleY_unset_returnsOne() local
158 float scaleY = renderNode.getScaleY(); in testGetScaleY_set_returnsSetScale() local
653 boolean setScaleY(float scaleY); in setScaleY()
831 public boolean setScaleY(float scaleY) { in setScaleY()
1043 public boolean setScaleY(float scaleY) { in setScaleY()
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/charts/
DBarLineChartBase.java663 public void zoom(float scaleX, float scaleY, float x, float y) { in zoom()
685 public void zoom(float scaleX, float scaleY, float xValue, float yValue, AxisDependency axis) { in zoom()
697 public void zoomToCenter(float scaleX, float scaleY) { in zoomToCenter()
717 …public void zoomAndCenterAnimated(float scaleX, float scaleY, float xValue, float yValue, AxisDepe… in zoomAndCenterAnimated()
752 public void setScaleMinima(float scaleX, float scaleY) { in setScaleMinima()
/external/skia/src/gpu/ganesh/
DGrPipeline.cpp122 float scaleY = 1.f; in setDstTextureUniforms() local
/external/MPAndroidChart/MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/fragments/
DBarChartFrag.java103 public void onChartScale(MotionEvent me, float scaleX, float scaleY) { in onChartScale()

1234