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

123456789

/packages/apps/Mms/src/com/android/mms/ui/
H A DViewInterface.java31 int getHeight(); method in interface:ViewInterface
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DTexture.java41 public int getHeight(); method in interface:Texture
H A DProgressSpinner.java40 mHeight = Math.max(mOuter.getHeight(), mInner.getHeight());
47 public int getHeight() { method in class:ProgressSpinner
73 mOuter.draw(canvas, -mOuter.getWidth() / 2, -mOuter.getHeight() / 2);
75 mInner.draw(canvas, -mInner.getWidth() / 2, -mInner.getHeight() / 2);
H A DStaticBackground.java36 setOrientation(getWidth() >= getHeight());
59 //mBackground.draw(canvas, 0, 0, getWidth(), getHeight());
60 canvas.fillRect(0, 0, getWidth(), getHeight(), 0xFF000000);
H A DFadeInTexture.java43 mHeight = mTexture.getHeight();
69 public int getHeight() { method in class:FadeInTexture
H A DSlideshowView.java68 mCurrentTexture.getWidth(), mCurrentTexture.getHeight(),
72 mCurrentTexture.getHeight(), mCurrentTexture.getWidth(),
106 -mPrevTexture.getHeight() / 2);
116 -mCurrentTexture.getHeight() / 2);
142 int viewHeight = getHeight();
H A DColorTexture.java55 public int getHeight() { method in class:ColorTexture
H A DMultiLineTexture.java33 super(layout.getWidth(), layout.getHeight());
H A DBitmapTileProvider.java38 mImageHeight = bitmap.getHeight();
42 || bitmap.getHeight() > maxBackupSize) {
/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();
H A DHVGALayoutParameters.java51 public int getHeight() { method in class:HVGALayoutParameters
/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();
H A DImageViewTouchBase.java195 mBitmapDisplayed.getBitmap().getHeight());
205 int viewHeight = getHeight();
211 deltaY = getHeight() - rect.bottom;
261 float viewHeight = getHeight();
264 float h = bitmap.getHeight();
302 float fh = (float) mBitmapDisplayed.getHeight() / (float) mThisHeight;
342 float cy = getHeight() / 2F;
349 float cy = getHeight() / 2F;
372 float cy = getHeight() / 2F;
384 float cy = getHeight() /
[all...]
/packages/apps/Mms/src/org/w3c/dom/smil/
H A DElementLayout.java42 public int getHeight(); method in interface:ElementLayout
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DProgressBar.java70 mProgressLeftBitmap.getHeight());
76 public int getHeight() { method in class:ProgressBar
77 return mProgressLeftBitmap.getHeight();
H A DZoomControl.java147 final float y = -(ev.getY() - (getHeight() / 2));
157 mThumbY = (int)((getHeight() / 2) - (mRadius * Math.sin(alpha)));
161 mThumbY = (int)((getHeight() / 2) - (mRadius * Math.sin(alpha)));
165 mThumbY = (int)((getHeight() / 2) + (mRadius * Math.sin(alpha)));
169 mThumbY = (int)((getHeight() / 2) + (mRadius * Math.sin(alpha)));
246 mThumbY = (int)((getHeight() / 2) - (mRadius * Math.sin(alpha)));
250 mThumbY = (int)((getHeight() / 2) + (mRadius * Math.sin(alpha)));
254 mThumbY = (int)((getHeight() / 2) - (mRadius * Math.sin(alpha)));
258 mThumbY = (int)((getHeight() / 2) + (mRadius * Math.sin(alpha)));
H A DImageViewTouchBase.java265 final float viewHeight = getHeight();
268 final float h = bitmap.getHeight();
315 final float fh = (float)mBitmapDisplayed.getHeight() / mThisHeight;
377 final float cy = getHeight() / 2F;
391 final float cy = getHeight() / 2F;
432 float cy = getHeight() / 2F;
454 float cy = getHeight() / 2F;
484 mBitmapDisplayed.getHeight());
493 int viewHeight = getHeight();
499 deltaY = getHeight()
[all...]
/packages/apps/Gallery2/tests/src/com/android/gallery3d/data/
H A DMockItem.java50 public int getHeight() { method in class:MockItem
/packages/apps/Phone/src/com/android/phone/
H A DBitmapUtils.java68 if (DBG) log("- input bitmap: " + bitmap.getWidth() + " x " + bitmap.getHeight());
76 if (DBG) log("- after resize: " + bitmap.getWidth() + " x " + bitmap.getHeight());
79 if (DBG) log("- after blur: " + bitmap.getWidth() + " x " + bitmap.getHeight());
94 int height = source.getHeight();
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFastBitmapDrawable.java39 mHeight = mBitmap.getHeight();
99 mHeight = mBitmap.getHeight();
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DBitmapUtils.java118 int height = bitmap.getHeight();
128 int height = Math.round(bitmap.getHeight() * scale);
130 && height == bitmap.getHeight()) return bitmap;
151 int srcHeight = bitmap.getHeight();
162 int srcHeight = bitmap.getHeight();
172 int height = bitmap.getHeight();
188 int h = bitmap.getHeight();
194 (float) size / bitmap.getHeight());
197 int height = Math.round(scale * bitmap.getHeight());
219 int h = source.getHeight();
[all...]
/packages/apps/Gallery/src/com/android/camera/gallery/
H A DIImage.java65 public abstract int getHeight(); method in interface:IImage
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DMediaItem.java91 public abstract int getHeight(); method in class:MediaItem
/packages/apps/Mms/tests/src/com/android/mms/util/
H A DSmileyParserUnitTests.java77 int height1 = bitmap1.getHeight();
78 int height2 = bitmap2.getHeight();

Completed in 369 milliseconds

123456789