Searched refs:getHeight (Results 1 - 25 of 466) sorted by relevance

1234567891011>>

/packages/apps/Mms/src/com/android/mms/ui/
H A DViewInterface.java31 int getHeight(); method in interface:ViewInterface
/packages/inputmethods/LatinIME/tools/dicttool/compat/com/android/inputmethod/keyboard/
H A DKey.java23 public final int getHeight() { return 0; } method in class:Key
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DWhitenessUtils.java61 final int[] rgbPixels = new int[smallBitmap.getWidth() * smallBitmap.getHeight()];
63 smallBitmap.getWidth(), smallBitmap.getHeight());
67 for (int y = 0; y < smallBitmap.getHeight() * HEIGHT_PERCENT_ANALYZED; y++) {
76 int totalPixels = (int) (smallBitmap.getHeight() * smallBitmap.getWidth()
84 for (int y = (int) (smallBitmap.getHeight() * (1 - HEIGHT_PERCENT_ANALYZED));
85 y < smallBitmap.getHeight(); y++) {
94 totalPixels = (int) (smallBitmap.getHeight()
118 final int minDimension = Math.min(bitmap.getWidth(), bitmap.getHeight());
128 Math.round(bitmap.getHeight() * scaleRatio),
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DTexture.java40 public int getHeight(); method in interface:Texture
H A DFadeInTexture.java30 super(texture.getWidth(), texture.getHeight(), texture.isOpaque());
H A DFadeOutTexture.java29 super(texture.getWidth(), texture.getHeight(), texture.isOpaque());
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DTexture.java40 public int getHeight(); method in interface:Texture
/packages/apps/Mms/src/com/android/mms/layout/
H A DLayoutParameters.java39 int getHeight(); method in interface:LayoutParameters
H A DLayoutManager.java52 + ": " + mLayoutParams.getWidth() + "x" + mLayoutParams.getHeight());
102 return mLayoutParams.getHeight();
/packages/apps/Gallery/src/com/android/camera/
H A DRotateBitmap.java61 int cy = mBitmap.getHeight() / 2;
64 matrix.postTranslate(getWidth() / 2, getHeight() / 2);
73 public int getHeight() { method in class:RotateBitmap
77 return mBitmap.getHeight();
83 return mBitmap.getHeight();
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DScreenNail.java24 public int getHeight(); method in interface:ScreenNail
H A DProgressSpinner.java42 mHeight = Math.max(mOuter.getHeight(), mInner.getHeight());
49 public int getHeight() { method in class:ProgressSpinner
75 mOuter.draw(canvas, -mOuter.getWidth() / 2, -mOuter.getHeight() / 2);
77 mInner.draw(canvas, -mInner.getWidth() / 2, -mInner.getHeight() / 2);
H A DBitmapScreenNail.java38 public int getHeight() { method in class:BitmapScreenNail
39 return mBitmapTexture.getHeight();
H A DSlideshowView.java69 mCurrentTexture.getWidth(), mCurrentTexture.getHeight(),
73 mCurrentTexture.getHeight(), mCurrentTexture.getWidth(),
105 -mPrevTexture.getHeight() / 2);
115 -mCurrentTexture.getHeight() / 2);
140 int viewHeight = getHeight();
/packages/apps/Mms/src/org/w3c/dom/smil/
H A DElementLayout.java42 public int getHeight(); method in interface:ElementLayout
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFastBitmapView.java41 invalidate(0, 0, mBitmap.getWidth(), mBitmap.getHeight());
45 invalidate(0, 0, mBitmap.getWidth(), mBitmap.getHeight());
H A DPendingAppWidgetHostView.java167 getHeight() - getPaddingTop() - getPaddingBottom()));
171 mRect.offsetTo((getWidth() - mRect.width()) / 2, (getHeight() - mRect.height()) / 2);
187 int availableHeight = getHeight() - paddingTop - paddingBottom;
196 availableHeight - mSetupTextLayout.getHeight()));
199 (getHeight() - mRect.height() - mSetupTextLayout.getHeight()
212 getHeight() - paddingTop - paddingBottom));
214 mRect.offsetTo((getWidth() - mRect.width()) / 2, (getHeight() - mRect.height()) / 2);
/packages/apps/Camera2/src/com/android/camera/filmstrip/
H A DImageData.java47 * {@link ImageData#getHeight()}. When SIZE_FULL is returned for
60 * {@link ImageData#getHeight()}.
70 * {@link ImageData#getHeight()}.
72 public int getHeight(); method in interface:ImageData
/packages/apps/Camera2/src/com/android/camera/util/
H A DSize.java34 converted[i] = new Size(sizes[i].getWidth(), sizes[i].getHeight());
54 this.height = size.getHeight();
66 public int getHeight() { method in class:Size
/packages/apps/Camera2/src/com/android/camera/
H A DCaptureModuleUtil.java63 if (s.getHeight() <= MAX_ASPECT_HEIGHT) {
71 if (s.getHeight() <= MAX_ASPECT_HEIGHT) {
72 camera1Sizes.add(new Size(s.getWidth(), s.getHeight()));
85 if (s.getWidth() == optimal.getWidth() && s.getHeight() == optimal.getHeight()) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
H A DIconFactory.java48 int sourceHeight = sourceImage.getHeight();
75 int sourceHeight = sourceImage.getHeight();
77 int iconHeight = dest.getHeight();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
H A DIconView.java111 int y = canvas.getHeight() - 2*mMargin;
182 getHeight() - mTextSize - 2*mMargin);
185 mBitmapBounds = new Rect(mMargin/2, mMargin, getWidth()/2, getHeight());
187 mBitmapBounds = new Rect(mMargin/2, mMargin, getWidth() - mMargin/2, getHeight());
206 m.setRectToRect(new RectF(0, 0, mBitmap.getWidth(), mBitmap.getHeight()),
210 float scaleHeight = mBitmapBounds.height() / (float) mBitmap.getHeight();
213 float dy = (mBitmapBounds.height() - (mBitmap.getHeight() * scale)) / 2f;
227 float start = getHeight() - 2 * mMargin - 2 * mTextSize;
228 float end = getHeight();
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
H A DBitmapUtil.java101 original.getWidth(), original.getHeight(), Bitmap.Config.ARGB_8888);
105 tempCanvas.rotate(angle, original.getWidth()/2, original.getHeight()/2);
H A DViewUtil.java62 outline.setOval(0, 0, view.getWidth(), view.getHeight());
69 outline.setRect(0, 0, view.getWidth(), view.getHeight());
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFastBitmapDrawable.java39 mHeight = mBitmap.getHeight();
100 mHeight = mBitmap.getHeight();

Completed in 560 milliseconds

1234567891011>>