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

1 2 3 4 5 67 8 91011>>

  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/
BitmapRegionTileSource.java 60 int mHeight;
101 mHeight = mDecoder.getHeight();
121 mWidth, mHeight,
139 return mHeight;
189 mOverlapRegion.set(0, 0, mWidth, mHeight);
220 float scale = (float) targetSize / Math.max(mWidth, mHeight);
  /frameworks/base/services/java/com/android/server/display/
OverlayDisplayWindow.java 64 private final int mHeight;
101 mHeight = height;
108 mName, mWidth, mHeight, mDensityDpi);
192 mTextureView.getLayoutParams().height = mHeight;
234 scale = Math.min(scale, (float)mDefaultDisplayInfo.logicalHeight / mHeight);
239 int height = (int)(mHeight * scale);
  /packages/apps/Launcher3/src/com/android/photos/
BitmapRegionTileSource.java 60 int mHeight;
101 mHeight = mDecoder.getHeight();
121 mWidth, mHeight,
139 return mHeight;
189 mOverlapRegion.set(0, 0, mWidth, mHeight);
220 float scale = (float) targetSize / Math.max(mWidth, mHeight);
  /packages/apps/VideoEditor/src/com/android/videoeditor/
ProjectPickerAdapter.java 247 private int mHeight;
259 mHeight = height;
277 mHeight,
280 final Bitmap bitmap = Bitmap.createBitmap(mWidth, mHeight,
288 (mHeight - previewBitmap.getHeight()) / 2,
303 result = Bitmap.createBitmap(mWidth, mHeight, Bitmap.Config.ARGB_8888);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoCarousel.java 59 private int mHeight;
212 if (width < mWidth && height < mHeight) {
279 mHeight = bottom - top;
282 mOrientation = (mWidth > mHeight ? LANDSCAPE : PORTRAIT);
284 mLongSide = (int) Math.max(mWidth, mHeight);
285 mShortSide = (int) Math.min(mWidth, mHeight);
  /frameworks/av/include/media/stagefright/
YUVImage.h 71 int32_t height() const {return mHeight;}
121 int32_t mHeight;
ColorConverter.h 58 size_t mWidth, mHeight;
  /frameworks/base/core/java/android/view/
GLES20RenderLayer.java 61 mHeight = height;
112 canvas.setViewport(mWidth, mHeight);
  /frameworks/base/libs/hwui/
RenderBufferCache.cpp 85 deltaInt = int(lhs.mHeight) - int(rhs.mHeight);
PathCache.h 123 float mHeight;
132 float mHeight;
136 float mHeight;
140 float mHeight;
  /frameworks/rs/driver/
rsdFrameBufferObj.cpp 32 mHeight = 0;
148 RSD_CALL_GL(glViewport, 0, 0, mWidth, mHeight);
  /packages/wallpapers/Galaxy4/src/com/android/galaxy4/
GalaxyRS.java 41 private int mHeight;
61 mHeight = height;
149 mHeight = h;
151 proj.loadOrthoWindow(mWidth, mHeight);
152 Matrix4f projNorm = getProjectionNormalized(mWidth, mHeight);
164 proj.loadOrthoWindow(mWidth, mHeight);
171 updateProjectionMatrices(mWidth, mHeight);
270 mHeight = height;
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
SwapChain11.cpp 38 mHeight = -1;
185 const int previousHeight = mHeight;
335 mHeight = backbufferHeight;
342 sourceBox.top = std::max(previousHeight - mHeight, 0);
348 const int yoffset = std::max(mHeight - previousHeight, 0);
355 swapRect(0, 0, mWidth, mHeight);
616 float y1 = (y / float(mHeight)) * 2.0f - 1.0f;
618 float y2 = ((y + height) / float(mHeight)) * 2.0f - 1.0f;
621 float v1 = y / float(mHeight);
623 float v2 = (y + height) / float(mHeight);
    [all...]
  /cts/suite/pts/deviceTests/opengl/jni/reference/scene/glowing/
GlowingScene.cpp 116 mTextureIds.add(GLUtils::genTexture(mWidth, mHeight, 0)); // fbo
117 mTextureIds.add(GLUtils::genTexture(mWidth, mHeight, 0)); // tmp1
118 mTextureIds.add(GLUtils::genTexture(mWidth, mHeight, 0)); // tmp2
194 glViewport(0, 0, mWidth, mHeight);
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.h 128 int32_t mHeight;
  /frameworks/av/media/libstagefright/include/
SoftVideoDecoderOMXComponent.h 73 uint32_t mWidth, mHeight;
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 52 mHeight(height),
123 def->format.video.nFrameHeight = mHeight;
129 def->format.video.nFrameHeight = mHeight;
140 mCropHeight = mHeight;
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.h 208 uint32_t getHeight() const { return mHeight; }
228 uint32_t mHeight;
293 uint32_t getHeight() const { return mHeight; }
322 uint32_t mHeight;
  /frameworks/base/cmds/bootanimation/
BootAnimation.h 92 int mHeight;
  /frameworks/base/media/java/android/media/
ImageReader.java 106 mHeight = height;
154 return mHeight;
511 private final int mHeight;
583 return ImageReader.this.mHeight;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
AutoFixFilter.java 155 private int mHeight = 0;
252 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
254 mHeight = inputFormat.getHeight();
255 createHistogramFrame(context, mWidth, mHeight, input.getInts());
  /frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
DisplaySourceService.java 175 private final int mHeight;
182 mHeight = height;
188 MediaFormat format = MediaFormat.createVideoFormat("video/avc", mWidth, mHeight);
201 DISPLAY_NAME, mWidth, mHeight, mDensityDpi, surface, 0);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
Camera2Source.java 62 private int mHeight = 480;
169 yuvBuilder.setY(mHeight);
176 mBitmap = Bitmap.createBitmap(mWidth, mHeight, Bitmap.Config.ARGB_8888);
219 mWidth, mHeight
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
UriImage.java 56 private int mHeight;
178 mHeight = decoder.getHeight();
253 if (mWidth != 0 && mHeight != 0) {
255 details.addDetail(MediaDetails.INDEX_HEIGHT, mHeight);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorHueView.java 45 private float mHeight;
161 mHeight = h;
162 mDotY = mHeight / 2;
175 mRect.bottom = mHeight;

Completed in 658 milliseconds

1 2 3 4 5 67 8 91011>>