HomeSort by relevance Sort by last modified time
    Searched refs:halfHeight (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestThemeControlWin.cpp 264 int halfHeight = m_height / 2;
313 nestedBoxes(checkIndent, halfHeight, checkIndent, halfHeight, m_bgColor, m_fgColor);
317 circle(SkIntToScalar(halfHeight), m_bgColor);
321 circle(SkIntToScalar(halfHeight), m_bgColor);
322 circle(SkIntToScalar(halfHeight - checkIndent), m_fgColor);
327 int longOffset = halfHeight - notchLongOffset;
335 int longOffset = halfHeight - notchLongOffset;
376 line(m_left + gripLongIndent, m_top + halfHeight, m_right - gripLongIndent, m_top + halfHeight, m_fgColor)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupStartIndicatorView.java 102 final float halfHeight = height / 2.0f;
108 path.lineTo(0.0f, halfHeight);
113 path.lineTo(width, halfHeight);
  /external/replicaisland/src/com/replica/replicaisland/
SimpleCollisionComponent.java 63 final float halfHeight = parentObject.height / 2.0f;
69 parentObject.getPosition().y = mHitPoint.y - halfHeight;
GameRenderer.java 215 final float halfHeight = mHalfHeight;
223 y = (y - mCameraY) + halfHeight;
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
CustomArrayAdapter.java 128 int halfHeight = bitmap.getHeight() / 2;
130 canvas.drawCircle(halfWidth, halfHeight, Math.max(halfWidth, halfHeight), paint);
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
CustomArrayAdapter.java 121 int halfHeight = bitmap.getHeight()/2;
123 canvas.drawCircle(halfWidth, halfHeight, Math.max(halfWidth, halfHeight), paint);
  /external/chromium_org/third_party/skia/src/effects/
SkDashPathEffect.cpp 462 SkScalar halfWidth, halfHeight;
465 halfHeight = SkScalarHalf(rec.getWidth());
468 halfHeight = SkScalarHalf(clampedInitialDashLength);
472 results->fFirst.addRect(x - halfWidth, y - halfHeight,
473 x + halfWidth, y + halfHeight);
513 SkScalar halfWidth, halfHeight;
516 halfHeight = SkScalarHalf(rec.getWidth());
519 halfHeight = SkScalarHalf(temp);
521 results->fLast.addRect(x - halfWidth, y - halfHeight,
522 x + halfWidth, y + halfHeight);
    [all...]
  /external/skia/src/effects/
SkDashPathEffect.cpp 462 SkScalar halfWidth, halfHeight;
465 halfHeight = SkScalarHalf(rec.getWidth());
468 halfHeight = SkScalarHalf(clampedInitialDashLength);
472 results->fFirst.addRect(x - halfWidth, y - halfHeight,
473 x + halfWidth, y + halfHeight);
513 SkScalar halfWidth, halfHeight;
516 halfHeight = SkScalarHalf(rec.getWidth());
519 halfHeight = SkScalarHalf(temp);
521 results->fLast.addRect(x - halfWidth, y - halfHeight,
522 x + halfWidth, y + halfHeight);
    [all...]
  /development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/
ImageResizer.java 236 final int halfHeight = height / 2;
241 while ((halfHeight / inSampleSize) > reqHeight
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Cylinder.java 246 float halfHeight = 0.5f * height;
309 float z = -halfHeight + height * axisFraction;
349 pb.put(0).put(0).put(-halfHeight); // bottom center
352 pb.put(0).put(0).put(halfHeight); // top center
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ZoomControl.java 126 final int halfHeight = mThumb.getIntrinsicHeight() / 2;
127 mThumb.setBounds(mThumbX - halfWidth, mThumbY - halfHeight, mThumbX + halfWidth,
128 mThumbY + halfHeight);
AudioTrackView.java 239 final int halfHeight =
257 mNormalizedGains[i] = value * value * halfHeight;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp 617 float halfHeight = size.height() / 2;
621 endCorner.set(halfWidth, halfHeight);
623 endCorner.set(halfWidth, -halfHeight);
625 endCorner.set(-halfWidth, -halfHeight);
627 endCorner.set(-halfWidth, halfHeight);
636 secondPoint.set(halfWidth + endX, halfHeight - endY);
638 firstPoint.set(halfWidth - endX, halfHeight + endY);
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java 476 final int halfHeight = (finalHeight + mOriginalHeight) / 2;
480 halfWidth, halfHeight);
481 mStartExitAnimation.initialize(halfWidth, halfHeight,
484 halfWidth, halfHeight);
485 mFinishExitAnimation.initialize(halfWidth, halfHeight,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java     [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
SlidingChallengeLayout.java 414 final int halfHeight = childHeight / 2;
416 final float distance = halfHeight + halfHeight *
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 575 int halfHeight = display.getHeight() /2;
578 new LinearLayout.LayoutParams(halfWidth, halfHeight);
589 assertEquals(rect.top + halfHeight, rect.bottom);
629 int halfHeight = display.getHeight() /2;
632 new LinearLayout.LayoutParams(halfWidth, halfHeight);
643 assertEquals(rect.top + halfHeight, rect.bottom);
    [all...]
  /frameworks/base/services/input/
InputReader.cpp     [all...]
  /external/zxing/core/
core.jar 

Completed in 1298 milliseconds