/packages/apps/Camera2/src/com/android/camera/data/ |
SimpleViewData.java | 37 private final int mHeight; 47 mHeight = height; 74 return mHeight;
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
BaseImage.java | 56 private int mHeight = UNKNOWN_LENGTH; 149 mHeight = options.outHeight; 152 mHeight = 0; 164 if (mHeight == UNKNOWN_LENGTH) setupDimension(); 165 return mHeight;
|
/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);
|
ColorCompareView.java | 45 private float mHeight; 99 if (x> mWidth-2*mHeight) { 115 mHeight = h; 126 mOrigRegion.lineTo(mWidth, mHeight); 127 mOrigRegion.lineTo(mWidth - mHeight * 2, mHeight); 128 mOrigRegion.lineTo(mWidth - mHeight, 0); 132 mRegion.lineTo(mWidth - mHeight, 0); 133 mRegion.lineTo(mWidth - mHeight * 2, mHeight); [all...] |
ColorSVRectView.java | 57 private int mHeight; 149 y = Math.max(Math.min(y, mHeight - mBorder), mBorder); 152 float sat = 1 - (mDotY - mBorder) / (mHeight - 2 * mBorder); 157 float value = (mDotX - mBorder) / (mHeight - 2 * mBorder); 171 mHeight = h; 186 mDotX = (float) (mBorder + (mHeight - 2 * mBorder) * sat); 187 mDotY = (float) ((1 - val) * (mHeight - 2 * mBorder) + mBorder);
|
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);
|
ColorValueView.java | 42 private float mHeight; 98 if (mDotY > mHeight - mBorder) { 99 mDotY = mHeight - mBorder; 101 mHSVO[2] = (mDotY - mBorder) / (mHeight - mBorder * 2); 113 float pos = mHSVO[2] * (mHeight - mBorder * 2); 126 mHeight = h; 139 Shader sg = new LinearGradient(mBorder, mBorder, mBorder, mHeight - mBorder, color1, color2, 148 canvas.drawRect(mBorder, mBorder, mWidth - mBorder, mHeight - mBorder, mBarPaint1); 149 canvas.drawLine(mDotX, mDotY, mDotX, mHeight - mBorder, mLinePaint2);
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
BasicTexture.java | 45 protected int mHeight = UNSPECIFIED; 80 mHeight = height; 104 return mHeight;
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
SlideshowView.java | 123 private final int mHeight; 130 mHeight = height; 133 MOVE_SPEED * mHeight * (random.nextFloat() - 0.5f)); 143 viewWidth / mWidth, (float) viewHeight / mHeight);
|
SurfaceTextureScreenNail.java | 38 private int mWidth, mHeight; 47 mExtTexture.setSize(mWidth, mHeight); 49 setDefaultBufferSize(mSurfaceTexture, mWidth, mHeight); 87 mHeight = height; 92 mExtTexture.setSize(mWidth, mHeight); 93 setDefaultBufferSize(mSurfaceTexture, mWidth, mHeight); 104 return mHeight;
|
TiledScreenNail.java | 49 private int mHeight; 57 mHeight = bitmap.getHeight(); 82 mHeight = Math.round(scale * height); 101 mHeight = newer.mHeight; 127 return mHeight;
|
/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/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
BasicTexture.java | 45 protected int mHeight = UNSPECIFIED; 80 mHeight = height; 104 return 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);
|
/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/ |
ThumbnailLoadTask.java | 49 private final int mHeight; 89 mHeight = height; 131 final int hDivider = Math.max(opts.outHeight / mHeight, 1); 135 opts.outWidth, opts.outHeight, mWidth, mHeight, opts.inSampleSize);
|
/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,
|
/pdk/apps/TestingCamera/src/com/android/testingcamera/ |
CallbackProcessor.java | 41 private int mHeight; 56 mHeight = height; 61 int inputSize = TestingCamera.getCallbackBufferSize(mWidth, mHeight, 76 swizzleScript.invoke_init_convert(mWidth, mHeight,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
TexImageTransform.java | 49 private final int mHeight; 76 mHeight = height; 97 mNewValue = createTexture(mTextureDataFile, mWidth, mHeight); 100 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;
|
/external/replicaisland/src/com/replica/replicaisland/ |
BackgroundCollisionComponent.java | 29 private int mHeight; 61 mHeight = height; 106 mHeight = height; 145 final int top = bottom + mHeight; 147 final float centerOffsetY = ((mHeight) / 2.0f) + bottom;
|
/frameworks/base/libs/hwui/ |
PathCache.h | 123 float mHeight; 132 float mHeight; 136 float mHeight; 140 float mHeight;
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/ |
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/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--) {
|
/frameworks/base/services/java/com/android/server/display/ |
OverlayDisplayAdapter.java | 192 private final int mHeight; 207 mHeight = height; 239 mInfo.height = mHeight; 264 private final int mHeight; 276 mHeight = height; 295 mWidth, mHeight, refreshRate, mDensityDpi, mSecure, surfaceTexture); 315 pw.println(" mHeight=" + mHeight); 333 mName, mWidth, mHeight, mDensityDpi, mGravity, mSecure,
|