HomeSort by relevance Sort by last modified time
    Searched refs:mHeight (Results 126 - 150 of 327) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 46 CHECK(meta->findInt32(kKeyHeight, &mHeight));
53 mCropBottom = mHeight - 1;
161 mWidth, mHeight,
168 const uint8_t *src_u = (const uint8_t *)data + mWidth * mHeight;
169 const uint8_t *src_v = src_u + (mWidth / 2 * mHeight / 2);
201 (const uint8_t *)data + mWidth * (mHeight - mCropTop / 2);
  /packages/apps/Gallery2/src/com/android/photos/
BitmapRegionTileSource.java 56 int mHeight;
73 mHeight = mDecoder.getHeight();
93 mWidth, mHeight,
111 return mHeight;
161 mOverlapRegion.set(0, 0, mWidth, mHeight);
191 float scale = (float) targetSize / Math.max(mWidth, mHeight);
  /packages/apps/Mms/src/com/android/mms/model/
ImageModel.java 67 private int mHeight;
94 mHeight = uriImage.getHeight();
107 mHeight = uriImage.getHeight();
110 Log.v(TAG, "Image bounds: " + mWidth + "x" + mHeight);
131 return mHeight;
156 byte[] data = UriImage.getResizedImageData(mWidth, mHeight,
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
LeaveBehindItem.java 55 private int mHeight;
118 mHeight = height;
162 return new LeaveBehindData(getData(), mUndoOp, mHeight);
175 final ObjectAnimator height = ObjectAnimator.ofInt(this, "animatedHeight", mHeight, 0);
176 setMinimumHeight(mHeight);
285 MeasureSpec.makeMeasureSpec(mHeight, MeasureSpec.EXACTLY));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardId.java 68 public final int mHeight;
85 mHeight = params.mKeyboardHeight;
110 id.mHeight,
131 && other.mHeight == mHeight
192 mWidth, mHeight,
  /packages/apps/Calendar/src/com/android/calendar/month/
SimpleWeekView.java 136 protected int mHeight = DEFAULT_HEIGHT;
220 mHeight = params.get(VIEW_PARAMS_HEIGHT);
221 if (mHeight < MIN_HEIGHT) {
222 mHeight = MIN_HEIGHT;
414 r.bottom = mHeight - 1;
430 int y = ((mHeight + MINI_DAY_NUMBER_TEXT_SIZE) / 2) - DAY_SEPARATOR_WIDTH;
476 r.bottom = mHeight - 1;
489 canvas.drawLine(x, 0, x, mHeight, p);
520 setMeasuredDimension(MeasureSpec.getSize(widthMeasureSpec), mHeight);
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
TiledTexture.java 62 private final int mHeight;
125 mHeight = height + 2 * BORDER_SIZE;
204 mHeight = bitmap.getHeight();
208 for (int y = 0, h = mHeight; y < h; y += CONTENT_SIZE) {
215 Math.min(CONTENT_SIZE, mHeight - y));
281 float scaleY = (float) height / mHeight;
300 float scaleY = (float) height / mHeight;
344 return mHeight;
349 draw(canvas, x, y, mWidth, mHeight);
  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 64 private int mHeight;
139 mHeight = getHeight();
141 mUpperBound = Math.min(y - touchSlop, mHeight / 3);
142 mLowerBound = Math.max(y + touchSlop, mHeight * 2 /3);
195 if (y >= mHeight / 3) {
196 mUpperBound = mHeight / 3;
198 if (y <= mHeight * 2 / 3) {
199 mLowerBound = mHeight * 2 / 3;
342 speed = y > (mHeight + mLowerBound) / 2 ? 16 : 4;
  /packages/wallpapers/Basic/src/com/android/wallpaper/fall/
FallRS.java 132 proj.loadProjectionNormalized(mWidth, mHeight);
157 final int width = mWidth > mHeight ? mHeight : mWidth;
158 final int height = mWidth > mHeight ? mWidth : mHeight;
218 mWorldState.height = mHeight;
226 mWorldState.rotate = mWidth > mHeight ? 1 : 0;
304 proj.loadProjectionNormalized(mWidth, mHeight);
381 int dropY = (int) ((y / mHeight) * mMeshHeight);
  /cts/tests/tests/opengl/src/android/opengl/cts/
RendererOneColorBufferTest.java 38 private int mHeight;
211 GLES20.glReadPixels(mWidth/2, mHeight/2, 1, 1, GLES20.GL_RGBA, GLES20.GL_UNSIGNED_BYTE,
219 Log.i(TAG, "w " + mWidth + " h " + mHeight + " rgba" + r + " " + g + " " + b + " " + a);
233 mHeight = height;
235 GLES20.glViewport(0, 0, mWidth, mHeight);
  /development/samples/ApiDemos/src/com/example/android/apis/os/
Sensors.java 70 private float mHeight;
95 mHeight = h;
96 if (mWidth < mHeight) {
129 if (mWidth < mHeight) {
149 float h0 = mHeight * 0.333333f;
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
RgbPlayerActivity.java 74 private int mHeight = 0;
122 mHeight = Integer.parseInt(prop.getProperty("height"));
130 mBytesPerImage = mHeight * mBytesPerLine;
132 mBitmap = Bitmap.createBitmap(mWidth, mHeight,
194 for (int i = mHeight - 1; i >= 0; i--) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorBrightnessView.java 47 private float mHeight;
144 mHeight = h;
145 mDotY = mHeight / 2;
170 canvas.drawRect(mBorder, mBorder, mWidth - mBorder, mHeight - mBorder, mCheckPaint);
171 canvas.drawRect(mBorder, mBorder, mWidth - mBorder, mHeight - mBorder, mBarPaint1);
ColorOpacityView.java 47 private float mHeight;
149 mHeight = h;
150 mDotY = mHeight / 2;
170 canvas.drawRect(mBorder, 0, mWidth - mBorder, mHeight, mCheckPaint);
171 canvas.drawRect(mBorder, 0, mWidth - mBorder, mHeight, mBarPaint1);
ColorSaturationView.java 47 private float mHeight;
144 mHeight = h;
145 mDotY = mHeight / 2;
169 canvas.drawRect(mBorder, mBorder, mWidth - mBorder, mHeight - mBorder, mCheckPaint);
170 canvas.drawRect(mBorder, mBorder, mWidth - mBorder, mHeight - mBorder, mBarPaint1);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
MediaResourceGetter.java 34 private final int mHeight;
40 mHeight = height;
51 private int getHeight() { return mHeight; }
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
SurfaceTextureSource.java 91 private int mHeight;
159 mOutputFormat = ImageFormat.create(mWidth, mHeight,
254 mOutputFormat.setDimensions(mWidth, mHeight);
CameraSource.java 63 private int mHeight = 240;
127 mOutputFormat = ImageFormat.create(mWidth, mHeight,
261 int closestSize[] = findClosestSize(mWidth, mHeight, mCameraParameters);
263 mHeight = closestSize[1];
264 mCameraParameters.setPreviewSize(mWidth, mHeight);
276 params.setPreviewSize(mWidth, mHeight);
  /frameworks/base/services/java/com/android/server/display/
VirtualDisplayAdapter.java 101 private final int mHeight;
117 mHeight = height;
153 mInfo.height = mHeight;
  /packages/apps/Camera/src/com/android/camera/
PanoProgressBar.java 43 private float mHeight;
102 mHeight = h;
103 mDrawBounds.set(0, 0, mWidth, mHeight);
  /packages/apps/Camera2/src/com/android/camera/
PanoProgressBar.java 43 private float mHeight;
102 mHeight = h;
103 mDrawBounds.set(0, 0, mWidth, mHeight);
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoProgressBar.java 42 private float mHeight;
99 mHeight = h;
100 mDrawBounds.set(0, 0, mWidth, mHeight);
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Renderbuffer.cpp 306 mHeight = 0;
333 return mHeight;
375 mHeight = mRenderTarget->getHeight();
389 mHeight = height;
420 mHeight = mDepthStencil->getHeight();
433 mHeight = mDepthStencil->getHeight();
  /frameworks/base/libs/hwui/
DisplayList.h 359 mHeight = mBottom - mTop;
387 mHeight = mBottom - mTop;
403 mHeight = mBottom - mTop;
417 mHeight = mBottom - mTop;
453 return mHeight;
518 int mWidth, mHeight;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
MediaEncoderFilter.java 119 private int mHeight = 0;
250 if (mWidth > 0 && mHeight > 0) {
251 mMediaRecorder.setVideoSize(mWidth, mHeight);
256 mMediaRecorder.setVideoSize(mWidth, mHeight);
306 boolean widthHeightSpecified = mWidth > 0 && mHeight > 0;
314 height = mHeight;

Completed in 374 milliseconds

1 2 3 4 56 7 8 91011>>