HomeSort by relevance Sort by last modified time
    Searched full:halfheight (Results 26 - 44 of 44) sorted by null

12

  /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/replicaisland/src/com/replica/replicaisland/
GameRenderer.java 215 final float halfHeight = mHalfHeight;
223 y = (y - mCameraY) + halfHeight;
  /frameworks/base/services/core/java/com/android/server/wm/
ScreenRotationAnimation.java 491 final int halfHeight = (finalHeight + mOriginalHeight) / 2;
495 halfWidth, halfHeight);
496 mStartExitAnimation.initialize(halfWidth, halfHeight,
499 halfWidth, halfHeight);
500 mFinishExitAnimation.initialize(halfWidth, halfHeight,
    [all...]
AppTransition.java     [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
planar_functions.cc 455 int halfheight = (height + 1) >> 1; local
463 halfheight = (height + 1) >> 1;
465 src_u = src_u + (halfheight - 1) * src_stride_u;
466 src_v = src_v + (halfheight - 1) * src_stride_v;
475 MirrorPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
476 MirrorPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
1163 int halfheight = (height + 1) >> 1; local
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ResolverDrawerLayout.java 489 final int halfHeight = height / 2;
491 final float distance = halfHeight + halfHeight *
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java     [all...]
  /external/libyuv/files/source/
convert_argb.cc 1198 int halfheight = (abs_src_height + 1) \/ 2; local
    [all...]
scale.cc 2936 int halfheight = (src_height + 1) >> 1; local
2999 int halfheight = (src_height + 1) >> 1; local
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 752 int halfHeight = display.getHeight() /2;
755 new LinearLayout.LayoutParams(halfWidth, halfHeight);
767 assertEquals(rect.top + halfHeight, rect.bottom);
809 int halfHeight = display.getHeight() /2;
812 new LinearLayout.LayoutParams(halfWidth, halfHeight);
824 assertEquals(rect.top + halfHeight, rect.bottom);
    [all...]
  /external/skia/tests/
RoundRectTest.cpp 715 SkScalar halfHeight = SkScalarHalf(dst.height());
721 SkScalarNearlyEqual(dst.radii((SkRRect::Corner)i).fY, halfHeight));
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
scale.c 3777 int halfheight; local
3820 int halfheight; local
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/
ImageUtils.java 204 final int halfHeight = height / 2;
209 while ((!checkHeight || (halfHeight / inSampleSize) > reqHeight)
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic/
Blend.cpp 137 double halfheight = height / 2.0; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 142 double halfheight = height / 2.0; local
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]
  /external/zxing/core/
core.jar 

Completed in 5152 milliseconds

12