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

  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.cpp 283 int halfHeight = m_height / 2;
336 nestedBoxes(checkIndent, halfHeight, checkIndent, halfHeight, m_bgColor, m_fgColor);
340 circle(SkIntToScalar(halfHeight), m_bgColor);
344 circle(SkIntToScalar(halfHeight), m_bgColor);
345 circle(SkIntToScalar(halfHeight - checkIndent), m_fgColor);
350 int longOffset = halfHeight - notchLongOffset;
358 int longOffset = halfHeight - notchLongOffset;
398 line(m_left + gripLongIndent, m_top + halfHeight,
399 m_right - gripLongIndent, m_top + halfHeight, m_fgColor)
    [all...]
  /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;
  /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/libyuv/files/source/
general.cc 50 const int halfHeight = (height + 1) >> 1;
55 for (hind = 0; hind < halfHeight; hind++) {
  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 506 float halfHeight = size.height() / 2;
510 endCorner.set(halfWidth, halfHeight);
512 endCorner.set(-halfWidth, halfHeight);
514 endCorner.set(-halfWidth, -halfHeight);
516 endCorner.set(halfWidth, -halfHeight);
524 secondPoint.set(halfWidth + endX, size.height() - (halfHeight + endY));
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java 442 final int halfHeight = (finalHeight + mOriginalHeight) / 2;
446 halfWidth, halfHeight);
447 mStartExitAnimation.initialize(halfWidth, halfHeight,
450 halfWidth, halfHeight);
451 mFinishExitAnimation.initialize(halfWidth, halfHeight,
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
SlidingChallengeLayout.java 403 final int halfHeight = childHeight / 2;
405 final float distance = halfHeight + halfHeight *
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 566 int halfHeight = display.getHeight() /2;
569 new LinearLayout.LayoutParams(halfWidth, halfHeight);
580 assertEquals(rect.top + halfHeight, rect.bottom);
620 int halfHeight = display.getHeight() /2;
623 new LinearLayout.LayoutParams(halfWidth, halfHeight);
634 assertEquals(rect.top + halfHeight, rect.bottom);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 564 const int halfHeight = height / 2;
565 for (int row = 0; row < halfHeight; ++row) {
    [all...]
  /frameworks/base/services/input/
InputReader.cpp     [all...]
  /external/zxing/core/
core.jar 

Completed in 847 milliseconds