Searched defs:mHeight (Results 101 - 125 of 140) sorted by relevance

123456

/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayWindow.java64 private int mHeight; field in class:OverlayDisplayWindow
146 mHeight = height;
150 mName, mWidth, mHeight, mDensityDpi);
204 mTextureView.getLayoutParams().height = mHeight;
246 scale = Math.min(scale, (float)mDefaultDisplayInfo.logicalHeight / mHeight);
251 int height = (int)(mHeight * scale);
H A DVirtualDisplayAdapter.java178 private int mHeight; field in class:VirtualDisplayAdapter.VirtualDisplayDevice
198 mHeight = height;
243 SurfaceControl.setDisplaySize(getDisplayTokenLocked(), mWidth, mHeight);
264 if (mWidth != width || mHeight != height || mDensityDpi != densityDpi) {
268 mHeight = height;
297 mInfo.height = mHeight;
H A DWifiDisplayAdapter.java582 private final int mHeight; field in class:WifiDisplayAdapter.WifiDisplayDevice
597 mHeight = height;
632 mInfo.height = mHeight;
641 mInfo.setAssumedDensityForExternalDisplay(mWidth, mHeight);
H A DOverlayDisplayAdapter.java253 mModes[i] = createMode(mode.mWidth, mode.mHeight, refreshRate);
459 mName, mode.mWidth, mode.mHeight, mode.mDensityDpi, mGravity, mSecure,
498 window.resize(mode.mWidth, mode.mHeight, mode.mDensityDpi);
508 final int mHeight; field in class:OverlayDisplayAdapter.OverlayMode
513 mHeight = height;
521 .append(", height=").append(mHeight)
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
H A DRsRenderStatesRS.java35 int mHeight; field in class:RsRenderStatesRS
43 mHeight = mRS.getHeight();
54 mHeight = mRS.getHeight();
57 proj.loadOrthoWindow(mWidth, mHeight);
215 proj.loadOrthoWindow(mWidth, mHeight);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DSceneManager.java70 int mHeight; field in class:SceneManager
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
H A DFilters.java306 private int mHeight; field in class:Filters
352 mHeight = mInPixelsAllocation.getType().getY();
356 tb.setY(mHeight);
/frameworks/base/core/java/android/view/
H A DDisplayListCanvas.java49 private int mHeight; field in class:DisplayListCanvas
129 return mHeight;
159 mHeight = height;
H A DDisplay.java971 private final int mHeight; field in class:Display.Mode
980 mHeight = height;
1020 return mHeight;
1037 mHeight == height &&
1050 return mModeId == that.mModeId && matches(that.mWidth, that.mHeight, that.mRefreshRate);
1058 hash = hash * 17 + mHeight;
1068 .append(", height=").append(mHeight)
1087 out.writeInt(mHeight);
H A DSurfaceView.java163 int mHeight = -1; field in class:SurfaceView
448 final boolean sizeChanged = mWidth != myWidth || mHeight != myHeight;
467 mHeight = myHeight;
520 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight,
H A DThreadedRenderer.java86 private int mWidth, mHeight; field in class:ThreadedRenderer
197 mHeight = height;
247 return mHeight;
/frameworks/base/media/java/android/media/
H A DImageReader.java130 mHeight = height;
185 return mHeight;
617 private final int mHeight; field in class:ImageReader
H A DImageWriter.java607 private int mHeight = -1; field in class:ImageWriter.WriterSurfaceImage
644 if (mHeight == -1) {
645 mHeight = nativeGetHeight();
648 return mHeight;
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java342 private int mHeight = 0; field in class:VideoDumpView.VideoDumpRenderer
439 GLES20.glReadPixels(mStartX, mStartY, mWidth, mHeight,
477 mHeight = Math.min(VideoDumpConfig.MAX_DUMP_HEIGHT, video_height);
479 mStartY = video_height / mHeight / 2 * mHeight;
482 + "size " + mWidth + "x" + mHeight);
484 int image_size = mWidth * mHeight * VideoDumpConfig.BYTES_PER_PIXEL;
497 prop.setProperty("height", Integer.toString(mHeight));
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBatteryMeterView.java65 private int mHeight; field in class:BatteryMeterView
227 mHeight = h;
297 final int height = mHeight - pt - pb;
393 pctY = (mHeight + mTextHeight) * 0.47f;
417 final float y = (mHeight + mWarningTextHeight) * 0.48f;
/frameworks/base/services/core/java/com/android/server/wm/
H A DScreenRotationAnimation.java53 int mWidth, mHeight; field in class:ScreenRotationAnimation
137 pw.print(" mHeight="); pw.println(mHeight);
227 mHeight = originalWidth;
230 mHeight = originalHeight;
252 mWidth, mHeight,
258 mWidth, mHeight,
310 float[] srcPnts = new float[] { 0, 0, mWidth, mHeight };
350 createRotationMatrix(delta, mWidth, mHeight, mSnapshotInitialMatrix);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DImageProcessingActivity2.java93 int mHeight; field in class:ImageProcessingActivity2.SizedTV
98 mHeight = 450;
104 mHeight = 450;
110 mHeight = 450;
114 setMeasuredDimension(mWidth, mHeight);
742 mDisplayViewIO.mHeight = th;
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java99 int mHeight; field in class:ImageProcessingActivityJB.SizedTV
104 mHeight = 450;
110 mHeight = 450;
116 mHeight = 450;
120 setMeasuredDimension(mWidth, mHeight);
702 mDisplayView.mHeight = th;
/frameworks/base/core/java/android/app/
H A DActivityOptions.java174 private int mHeight; field in class:ActivityOptions
311 opts.mHeight = height;
338 opts.mHeight = height;
491 opts.mHeight = targetHeight;
652 mHeight = opts.getInt(KEY_ANIM_HEIGHT, 0);
663 mHeight = opts.getInt(KEY_ANIM_HEIGHT, 0);
726 return mHeight;
815 mHeight = otherOptions.mHeight;
832 mHeight
[all...]
H A DWallpaperManager.java156 private final int mHeight; field in class:WallpaperManager.FastBitmapDrawable
164 mHeight = bitmap.getHeight();
166 setBounds(0, 0, mWidth, mHeight);
185 mDrawTop = top + (bottom-top - mHeight) / 2;
215 return mHeight;
225 return mHeight;
/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp118 void setBufferHeight(int height) { mHeight = height; }
119 int getBufferHeight() { return mHeight; }
135 int mHeight; member in class:JNIImageReaderContext
H A Dandroid_media_ImageWriter.cpp86 void setBufferHeight(int height) { mHeight = height; }
87 int getBufferHeight() { return mHeight; }
98 int mHeight; member in class:JNIImageWriterContext
106 mHeight(-1) {
/frameworks/rs/
H A DrsContext.h194 uint32_t getHeight() const {return mHeight;}
307 uint32_t mHeight; member in class:android::renderscript::Context
/frameworks/support/v4/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java116 private double mHeight; field in class:MaterialProgressDrawable
137 mHeight = progressCircleHeight * screenDensity;
142 ring.setInsets((int) mWidth, (int) mHeight);
217 return (int) mHeight;
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java148 int mHeight; field in class:WallpaperService.Engine
541 out.print(" mHeight="); out.print(mHeight);
601 boolean sizeChanged = mWidth != myWidth || mHeight != myHeight;
615 mHeight = myHeight;
676 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight,

Completed in 607 milliseconds

123456