Home
last modified time | relevance | path

Searched refs:verticalScale (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/flutter/packages/flutter/lib/src/gestures/
Dscale.dart71 /// The [focalPoint], [scale], [horizontalScale], [verticalScale], [rotation]
72 /// arguments must not be null. The [scale], [horizontalScale], and [verticalScale]
79 this.verticalScale = 1.0,
84 assert(verticalScale != null && verticalScale >= 0.0),
117 /// * [verticalScale], which is the scale along the vertical axis.
128 /// * [verticalScale], which is the scale along the vertical axis.
140 final double verticalScale;
149 …FocalPoint, scale: $scale, horizontalScale: $horizontalScale, verticalScale: $verticalScale, rotat…
441 verticalScale: _verticalScaleFactor,
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
Dcommon.cpp56 t_ilm_float verticalScale = targetLayerProperties.sourceHeight ? in getSurfaceScreenCoordinates() local
59 t_ilm_float targetY1 = targetLayerProperties.destY + verticalScale in getSurfaceScreenCoordinates()
61 t_ilm_float targetY2 = targetY1 + verticalScale * targetSurfaceProperties.destHeight; in getSurfaceScreenCoordinates()
/third_party/flutter/flutter/packages/flutter/test/gestures/
Dscale_test.dart32 updatedVerticalScale = details.verticalScale;