HomeSort by relevance Sort by last modified time
    Searched refs:getScale (Results 1 - 25 of 50) sorted by null

1 2

  /libcore/luni/src/main/java/java/sql/
ParameterMetaData.java 157 public int getScale(int paramIndex) throws SQLException;
ResultSetMetaData.java 152 public int getScale(int column) throws SQLException;
  /external/collada/include/1.4/dom/
domGles_texcombiner_commandAlpha_type.h 44 xsFloat getScale() const { return attrScale; }
102 xsFloat getScale() const { return attrScale; }
domGles_texcombiner_commandRGB_type.h 48 xsFloat getScale() const { return attrScale; }
106 xsFloat getScale() const { return attrScale; }
  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 107 if (getScale() > 1.0f) {
250 protected float getScale(Matrix matrix) {
254 protected float getScale() {
255 return getScale(mSuppMatrix);
312 float oldScale = getScale();
322 final float incrementPerMs = (scale - getScale()) / durationMs;
323 final float oldScale = getScale();
364 if (getScale() >= mMaxZoom) {
390 if (getScale(tmp) < 1F) {
ViewImage.java 240 float scale = imageView.getScale();
334 if (imageView.getScale() > 1F) {
361 if (imageView.getScale() > 2F) {
    [all...]
CropImage.java 196 if (mImageView.getScale() == 1F) {
727 if (getScale() == 1F) {
769 zoom = zoom * this.getScale();
772 if ((Math.abs(zoom - getScale()) / zoom) > .1) {
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ImageViewTouchBase.java 246 public float getScale() {
362 float oldScale = getScale();
408 float oldScale = getScale();
430 if (getScale() < mMaxZoom && mBitmapDisplayed != null) {
452 if (getScale() > MIN_ZOOM_SCALE && mBitmapDisplayed != null) {
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetMetaDataTest.java 360 assertEquals(scale,rsmd2.getScale(3));
361 assertTrue(rsmd2.getScale(1) > 0);
362 assertTrue(rsmd2.getScale(2) > 0);
365 rsmd.getScale(0);
371 rsmd.getScale(5);
380 rsmd.getScale(1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasTransform.java 89 public double getScale() {
ImageControl.java 85 public float getScale() {
ImageOverlay.java 199 if (hi.getScale() < 1.0) {
SelectionOverlay.java 143 double scale = mCanvas.getScale();
MoveGesture.java 549 double horizScale = ht.getScale();
550 double verticalScale = vt.getScale();
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
KenBurnsActivity.java 86 if (mImageView.getScale() > 1F) {
102 if (mImageView.getScale() > 2F) {
125 final float newAbsoluteScale = relativeScaleFactor * mImageView.getScale();
487 final float scale = mImageView.getScale();
514 final float scale = mImageView.getScale();
  /frameworks/base/tools/layoutlib/bridge/src/android/webkit/
WebView.java 162 public float getScale() {
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 258 d.mValues = getScale(sx, sy, px, py);
404 d.preTransform(getScale(sx, sy, px, py));
415 d.preTransform(getScale(sx, sy));
504 d.postTransform(getScale(sx, sy, px, py));
515 d.postTransform(getScale(sx, sy));
1025 /*package*/ static float[] getScale(float sx, float sy) {
1036 /*package*/ static float[] getScale(float sx, float sy, float px, float py) {
1046 multiply(tmp2, tmp, getScale(sx, sy));
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
SimpleBigDecimal.java 185 public int getScale()
Tnaf.java 169 int scale = lambda0.getScale();
170 if (lambda1.getScale() != scale)
  /external/webkit/Source/WebCore/platform/graphics/android/
PaintedSurface.cpp 100 paintingLayer->getScale());
LayerAndroid.h 151 float getScale() { return m_scale; }
  /frameworks/base/core/tests/coretests/src/android/webkit/
ZoomManagerTest.java 115 assertEquals(actualScale, zoomManager.getScale());
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java 236 method = "getScale",
250 float currScale = mWebView.getScale();
255 currScale = mWebView.getScale();
261 currScale = mWebView.getScale();
267 currScale = mWebView.getScale();
271 currScale = mWebView.getScale();
278 currScale = mWebView.getScale();
284 currScale = mWebView.getScale();
290 currScale = mWebView.getScale();
297 currScale = mWebView.getScale();
    [all...]
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
EventSenderImpl.java 76 return new Point(Math.round(x * mWebView.getScale()) - mWebView.getScrollX(),
77 Math.round(y * mWebView.getScale()) - mWebView.getScrollY());
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCResultSetMetaData.java 128 public int getScale(int column) throws java.sql.SQLException {

Completed in 339 milliseconds

1 2