Home
last modified time | relevance | path

Searched refs:ScaleType (Results 1 – 25 of 1452) sorted by relevance

12345678910>>...59

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/javatests/src/org/chromium/chrome/browser/feed/library/piet/
H A DLoadImageCallbackTest.java26 import android.widget.ImageView.ScaleType;
81 LoadImageCallback callback = new LoadImageCallback(imageView, ScaleType.CENTER, in testInitialDrawable_fromImageView()
99 LoadImageCallback callback = new LoadImageCallback(imageView, ScaleType.CENTER, in testInitialDrawable_transparent()
117 LoadImageCallback callback = new LoadImageCallback(imageView, ScaleType.CENTER, in testQuickLoad_doesntFade_fadingDisabled()
130 LoadImageCallback callback = new LoadImageCallback(imageView, ScaleType.CENTER, in testQuickLoad_doesntFade_loadsBeforeTimeout()
142 LoadImageCallback callback = new LoadImageCallback(imageView, ScaleType.CENTER, in testDelayedTask()
161 LoadImageCallback callback = new LoadImageCallback(imageView, ScaleType.CENTER, in testSetsScaleType()
165 assertThat(imageView.getScaleType()).isEqualTo(ScaleType.CENTER); in testSetsScaleType()
173 imageView, ScaleType.CENTER, color, NO_FADE_IMAGE, mParameters, mFrameContext); in testSetsOverlayColor()
183 LoadImageCallback callback = new LoadImageCallback(imageView, ScaleType.CENTER, in testSetsOverlayColor_null()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/home/
H A DTopSitesGridItemView.java13 import android.widget.ImageView.ScaleType;
37 private static final ScaleType SCALE_TYPE_FAVICON = ScaleType.CENTER;
38 private static final ScaleType SCALE_TYPE_RESOURCE = ScaleType.CENTER;
39 private static final ScaleType SCALE_TYPE_THUMBNAIL = ScaleType.CENTER_CROP;
40 private static final ScaleType SCALE_TYPE_URL = ScaleType.CENTER_INSIDE;
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/home/
H A DTopSitesGridItemView.java17 import android.widget.ImageView.ScaleType;
42 private static final ScaleType SCALE_TYPE_FAVICON = ScaleType.CENTER;
43 private static final ScaleType SCALE_TYPE_RESOURCE = ScaleType.CENTER;
44 private static final ScaleType SCALE_TYPE_THUMBNAIL = ScaleType.CENTER_CROP;
45 private static final ScaleType SCALE_TYPE_URL = ScaleType.CENTER_INSIDE;
/dports/graphics/kooka/kooka-3ed25fb9a1a62b88240a4f0f403b1ad49cf0adeb/libkookascan/
H A Dimagecanvas.h79 enum ScaleType { enum
221 void setScaleType(ImageCanvas::ScaleType type);
229 ImageCanvas::ScaleType scaleType() const;
247 void setDefaultScaleType(ImageCanvas::ScaleType type) in setDefaultScaleType()
257 ImageCanvas::ScaleType defaultScaleType() const in defaultScaleType()
657 ImageCanvas::ScaleType mScaleType;
658 ImageCanvas::ScaleType mDefaultScaleType;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/
H A Dpaint_info_unittest.cc141 PaintInfo::ScaleType::kScaleWithEdgeSnapping, false)); in GetPaintInfoSetup()
145 PaintInfo::ScaleType::kScaleWithEdgeSnapping, false)); in GetPaintInfoSetup()
148 PaintInfo::ScaleType::kScaleWithEdgeSnapping, false)); in GetPaintInfoSetup()
151 PaintInfo::ScaleType::kScaleWithEdgeSnapping, false)); in GetPaintInfoSetup()
154 PaintInfo::ScaleType::kScaleWithEdgeSnapping, false)); in GetPaintInfoSetup()
158 PaintInfo::ScaleType::kScaleWithEdgeSnapping, false)); in GetPaintInfoSetup()
161 PaintInfo::ScaleType::kScaleWithEdgeSnapping, false)); in GetPaintInfoSetup()
164 PaintInfo::ScaleType::kScaleWithEdgeSnapping, false)); in GetPaintInfoSetup()
276 PaintInfo::ScaleType::kScaleWithEdgeSnapping, true); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/
H A Dpaint_info_unittest.cc141 PaintInfo::ScaleType::kScaleWithEdgeSnapping, false)); in GetPaintInfoSetup()
145 PaintInfo::ScaleType::kScaleWithEdgeSnapping, false)); in GetPaintInfoSetup()
148 PaintInfo::ScaleType::kScaleWithEdgeSnapping, false)); in GetPaintInfoSetup()
151 PaintInfo::ScaleType::kScaleWithEdgeSnapping, false)); in GetPaintInfoSetup()
154 PaintInfo::ScaleType::kScaleWithEdgeSnapping, false)); in GetPaintInfoSetup()
158 PaintInfo::ScaleType::kScaleWithEdgeSnapping, false)); in GetPaintInfoSetup()
161 PaintInfo::ScaleType::kScaleWithEdgeSnapping, false)); in GetPaintInfoSetup()
164 PaintInfo::ScaleType::kScaleWithEdgeSnapping, false)); in GetPaintInfoSetup()
276 PaintInfo::ScaleType::kScaleWithEdgeSnapping, true); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/async_image/
H A DForegroundDrawableCompat.java84 private ImageView.ScaleType mScaleType = ImageView.ScaleType.FIT_CENTER;
145 public void setScaleType(ImageView.ScaleType type) { in setScaleType()
239 if (mScaleType == ImageView.ScaleType.FIT_START) { in computeBounds()
242 } else if (mScaleType == ImageView.ScaleType.FIT_CENTER) { in computeBounds()
245 } else if (mScaleType == ImageView.ScaleType.FIT_END) { in computeBounds()
248 } else if (mScaleType == ImageView.ScaleType.CENTER) { in computeBounds()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Transform/include/
H A DitkSimilarity2DTransform.h87 using ScaleType = TParametersValueType; variable
130 void SetScale(ScaleType scale);
132 itkGetConstReferenceMacro(Scale, ScaleType);
232 void SetVarScale(ScaleType scale) in SetVarScale()
238 ScaleType m_Scale;
H A DitkScaleTransform.h78 using ScaleType = FixedArray<TParametersValueType, NDimensions>; variable
133 void SetScale(const ScaleType & scale);
143 void Scale(const ScaleType & scale, bool pre = false);
186 itkGetConstReferenceMacro(Scale, ScaleType);
199 ScaleType m_Scale; // Scales of the transformation
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/
H A DScaleDraw.h45 enum ScaleType{Numeric = 0, Text = 1, Day = 2, Month = 3, Time = 4, Date = 5, ColHeader = 6};
53 ScaleDraw(Graph *plot, const QStringList& labels, const QString& format, ScaleType type = Text);
82 ScaleType scaleType(){return d_type;};
83 void setScaleType(ScaleType type){d_type = type;};
117 ScaleType d_type;
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/preview/monitor/mgmt/2017-05-01-preview/insights/
H A Denums.go274 type ScaleType string type
278 ChangeCount ScaleType = "ChangeCount"
280 ExactCount ScaleType = "ExactCount"
282 PercentChangeCount ScaleType = "PercentChangeCount"
286 func PossibleScaleTypeValues() []ScaleType {
287 return []ScaleType{ChangeCount, ExactCount, PercentChangeCount}
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/services/preview/monitor/mgmt/2017-05-01-preview/insights/
H A Denums.go274 type ScaleType string type
278 ChangeCount ScaleType = "ChangeCount"
280 ExactCount ScaleType = "ExactCount"
282 PercentChangeCount ScaleType = "PercentChangeCount"
286 func PossibleScaleTypeValues() []ScaleType {
287 return []ScaleType{ChangeCount, ExactCount, PercentChangeCount}
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/services/preview/monitor/mgmt/2017-05-01-preview/insights/
H A Denums.go274 type ScaleType string type
278 ChangeCount ScaleType = "ChangeCount"
280 ExactCount ScaleType = "ExactCount"
282 PercentChangeCount ScaleType = "PercentChangeCount"
286 func PossibleScaleTypeValues() []ScaleType {
287 return []ScaleType{ChangeCount, ExactCount, PercentChangeCount}
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/services/preview/monitor/mgmt/2017-05-01-preview/insights/
H A Denums.go274 type ScaleType string type
278 ChangeCount ScaleType = "ChangeCount"
280 ExactCount ScaleType = "ExactCount"
282 PercentChangeCount ScaleType = "PercentChangeCount"
286 func PossibleScaleTypeValues() []ScaleType {
287 return []ScaleType{ChangeCount, ExactCount, PercentChangeCount}
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/services/preview/monitor/mgmt/2017-05-01-preview/insights/
H A Denums.go274 type ScaleType string type
278 ChangeCount ScaleType = "ChangeCount"
280 ExactCount ScaleType = "ExactCount"
282 PercentChangeCount ScaleType = "PercentChangeCount"
286 func PossibleScaleTypeValues() []ScaleType {
287 return []ScaleType{ChangeCount, ExactCount, PercentChangeCount}
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-sdk-for-go/services/preview/monitor/mgmt/2017-05-01-preview/insights/
H A Denums.go285 type ScaleType string type
289 ChangeCount ScaleType = "ChangeCount"
291 ExactCount ScaleType = "ExactCount"
293 PercentChangeCount ScaleType = "PercentChangeCount"
297 func PossibleScaleTypeValues() []ScaleType {
298 return []ScaleType{ChangeCount, ExactCount, PercentChangeCount}
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/services/preview/monitor/mgmt/2017-05-01-preview/insights/
H A Denums.go274 type ScaleType string type
278 ChangeCount ScaleType = "ChangeCount"
280 ExactCount ScaleType = "ExactCount"
282 PercentChangeCount ScaleType = "PercentChangeCount"
286 func PossibleScaleTypeValues() []ScaleType {
287 return []ScaleType{ChangeCount, ExactCount, PercentChangeCount}
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/Azure/azure-sdk-for-go/services/preview/monitor/mgmt/2017-05-01-preview/insights/
H A Denums.go285 type ScaleType string type
289 ChangeCount ScaleType = "ChangeCount"
291 ExactCount ScaleType = "ExactCount"
293 PercentChangeCount ScaleType = "PercentChangeCount"
297 func PossibleScaleTypeValues() []ScaleType {
298 return []ScaleType{ChangeCount, ExactCount, PercentChangeCount}
/dports/science/bagel/bagel-1.2.2/src/df/
H A Ddfblock.h96 template <typename ScaleType, class DType>
97 void ax_plus_y(const ScaleType a, const DType& o) { btas::axpy(a, o, *this); } in ax_plus_y()
98 template <typename ScaleType, class DType>
99 void ax_plus_y(const ScaleType a, const std::shared_ptr<DType>& o) { ax_plus_y(a, *o); } in ax_plus_y()
100 template <typename ScaleType>
101 void scale(const ScaleType a) { btas::scal(a, *this); } in scale()
/dports/biology/figtree/figtree-1.4.4/src/figtree/treeviewer/painters/
H A DNodeShapePainter.java68 public enum ScaleType { enum in NodeShapePainter
72 ScaleType(String name) { in ScaleType() method in NodeShapePainter.ScaleType
115 public void setScaleType(ScaleType scaleType) { in setScaleType()
217 if (scaleType == ScaleType.AREA) { in createNodeShape()
269 private ScaleType scaleType = ScaleType.WIDTH;
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/yui2/src/charts/as/com/yahoo/astra/fl/charts/axes/
H A DScaleType.as8 public class ScaleType class in com.yahoo.astra.fl.charts.axes
16 * The ScaleType.LINEAR constant specifies that chart axis objects
22 * The ScaleType.LOGARITHMIC constant specifies that chart axis objects
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/yui2/src/charts/as/com/yahoo/astra/fl/charts/axes/
H A DScaleType.as8 public class ScaleType class in com.yahoo.astra.fl.charts.axes
16 * The ScaleType.LINEAR constant specifies that chart axis objects
22 * The ScaleType.LOGARITHMIC constant specifies that chart axis objects
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/preview/sqlvirtualmachine/mgmt/2017-03-01-preview/sqlvirtualmachine/
H A Denums.go153 type ScaleType string type
157 HA ScaleType = "HA"
161 func PossibleScaleTypeValues() []ScaleType {
162 return []ScaleType{HA}
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/services/preview/sqlvirtualmachine/mgmt/2017-03-01-preview/sqlvirtualmachine/
H A Denums.go153 type ScaleType string type
157 HA ScaleType = "HA"
161 func PossibleScaleTypeValues() []ScaleType {
162 return []ScaleType{HA}
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/services/preview/sqlvirtualmachine/mgmt/2017-03-01-preview/sqlvirtualmachine/
H A Denums.go153 type ScaleType string type
157 HA ScaleType = "HA"
161 func PossibleScaleTypeValues() []ScaleType {
162 return []ScaleType{HA}

12345678910>>...59