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

  /external/chromium_org/third_party/skia/src/effects/
SkDashPathEffect.cpp 158 SkScalar halfWidth, halfHeight;
161 halfHeight = SkScalarHalf(rec.getWidth());
164 halfHeight = SkScalarHalf(clampedInitialDashLength);
168 results->fFirst.addRect(x - halfWidth, y - halfHeight,
169 x + halfWidth, y + halfHeight);
209 SkScalar halfWidth, halfHeight;
212 halfHeight = SkScalarHalf(rec.getWidth());
215 halfHeight = SkScalarHalf(temp);
217 results->fLast.addRect(x - halfWidth, y - halfHeight,
218 x + halfWidth, y + halfHeight);
    [all...]
  /external/skia/src/effects/
SkDashPathEffect.cpp 158 SkScalar halfWidth, halfHeight;
161 halfHeight = SkScalarHalf(rec.getWidth());
164 halfHeight = SkScalarHalf(clampedInitialDashLength);
168 results->fFirst.addRect(x - halfWidth, y - halfHeight,
169 x + halfWidth, y + halfHeight);
209 SkScalar halfWidth, halfHeight;
212 halfHeight = SkScalarHalf(rec.getWidth());
215 halfHeight = SkScalarHalf(temp);
217 results->fLast.addRect(x - halfWidth, y - halfHeight,
218 x + halfWidth, y + halfHeight);
    [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);
  /frameworks/base/graphics/java/android/graphics/drawable/
RippleBackground.java 116 final float halfHeight = mBounds.height() / 2.0f;
117 mOuterRadius = (float) Math.sqrt(halfWidth * halfWidth + halfHeight * halfHeight);
132 final float halfHeight = mBounds.height() / 2.0f;
133 mOuterRadius = (float) Math.sqrt(halfWidth * halfWidth + halfHeight * halfHeight);
Ripple.java 131 final float halfHeight = mBounds.height() / 2.0f;
132 mOuterRadius = (float) Math.sqrt(halfWidth * halfWidth + halfHeight * halfHeight);
166 final float halfHeight = mBounds.height() / 2.0f;
167 mOuterRadius = (float) Math.sqrt(halfWidth * halfWidth + halfHeight * halfHeight);
  /external/chromium_org/content/shell/renderer/test_runner/
WebTestThemeEngineMock.cpp 330 int halfHeight = irect.height() / 2;
355 left + quarterWidth, top + halfHeight,
363 right - quarterWidth, top + halfHeight,
386 left + gripLongIndent, top + halfHeight,
387 right - gripLongIndent, top + halfHeight,
407 int longOffset = halfHeight - gripLongIndent;
425 int longOffset = halfHeight - notchLongOffset;
485 checkIndent, halfHeight,
486 checkIndent, halfHeight,
502 halfHeight = irect.height() / 2
    [all...]
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageResizer.java 241 final int halfHeight = height / 2;
246 while ((halfHeight / inSampleSize) > reqHeight
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageResizer.java 241 final int halfHeight = height / 2;
246 while ((halfHeight / inSampleSize) > reqHeight
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageResizer.java 241 final int halfHeight = height / 2;
246 while ((halfHeight / inSampleSize) > reqHeight
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp 623 float halfHeight = size.height() / 2;
627 endCorner.set(halfWidth, halfHeight);
629 endCorner.set(halfWidth, -halfHeight);
631 endCorner.set(-halfWidth, -halfHeight);
633 endCorner.set(-halfWidth, halfHeight);
642 secondPoint.set(halfWidth + endX, halfHeight - endY);
644 firstPoint.set(halfWidth - endX, halfHeight + endY);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
ScreenRotationAnimation.java 482 final int halfHeight = (finalHeight + mOriginalHeight) / 2;
486 halfWidth, halfHeight);
487 mStartExitAnimation.initialize(halfWidth, halfHeight,
490 halfWidth, halfHeight);
491 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/core/java/com/android/internal/widget/
ResolverDrawerLayout.java 371 final int halfHeight = height / 2;
373 final float distance = halfHeight + halfHeight *
  /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 580 int halfHeight = display.getHeight() /2;
583 new LinearLayout.LayoutParams(halfWidth, halfHeight);
594 assertEquals(rect.top + halfHeight, rect.bottom);
634 int halfHeight = display.getHeight() /2;
637 new LinearLayout.LayoutParams(halfWidth, halfHeight);
648 assertEquals(rect.top + halfHeight, rect.bottom);
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]
  /external/zxing/core/
core.jar 

Completed in 760 milliseconds