Searched defs:getHeight (Results 1 - 25 of 50) sorted by relevance

12

/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.java39 public int getHeight(); method in interface:Texture
H A DBitmapScreenNail.java35 public int getHeight() { method in class:BitmapScreenNail
36 return mBitmapTexture.getHeight();
H A DScreenNail.java22 public int getHeight(); method in interface:ScreenNail
H A DColorTexture.java60 public int getHeight() { method in class:ColorTexture
H A DFadeTexture.java59 public int getHeight() { method in class:FadeTexture
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 DSurfaceTextureScreenNail.java101 public int getHeight() { method in class:SurfaceTextureScreenNail
/packages/apps/Gallery2/tests/src/com/android/gallery3d/data/
H A DMockItem.java50 public int getHeight() { method in class:MockItem
/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/data/
H A DSnailItem.java80 public int getHeight() { method in class:SnailItem
H A DActionImage.java100 public int getHeight() { method in class:ActionImage
H A DMtpImage.java168 public int getHeight() { method in class:MtpImage
/packages/apps/Mms/src/com/android/mms/layout/
H A DLayoutParameters.java39 int getHeight(); method in interface:LayoutParameters
H A DHVGALayoutParameters.java74 public int getHeight() { method in class:HVGALayoutParameters
/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();
/packages/apps/Mms/src/com/android/mms/dom/smil/
H A DSmilRootLayoutElementImpl.java39 public int getHeight() { method in class:SmilRootLayoutElementImpl
/packages/apps/Camera/src/com/android/camera/ui/
H A DOverlayRenderer.java85 public int getHeight() { method in class:OverlayRenderer
/packages/apps/Contacts/src/com/android/contacts/util/
H A DStreamItemPhotoEntry.java76 public int getHeight() { method in class:StreamItemPhotoEntry
/packages/apps/Gallery/src/com/android/camera/gallery/
H A DIImage.java65 public abstract int getHeight(); method in interface:IImage
H A DUriImage.java145 public int getHeight() { method in class:UriImage
H A DVideoObject.java83 public int getHeight() { method in class:VideoObject
/packages/apps/Gallery/tests/src/com/android/camera/gallery/
H A DMockImage.java69 public int getHeight() { method in class:MockImage
/packages/apps/Mms/src/com/android/mms/model/
H A DImageModel.java94 mHeight = uriImage.getHeight();
107 mHeight = uriImage.getHeight();
130 public int getHeight() { method in class:ImageModel
195 if (image.getHeight() > image.getWidth()) {
204 + " image.getHeight(): " + image.getHeight()
216 image.getHeight() <= heightLimit &&

Completed in 491 milliseconds

12