Home
last modified time | relevance | path

Searched refs:getImageHeight (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Mms/src/com/android/mms/model/
DLayoutModel.java88 mRootLayout.getWidth(), mLayoutParams.getImageHeight()); in createDefaultImageRegion()
97 TEXT_REGION_ID, 0, mLayoutParams.getImageHeight(), in createDefaultTextRegion()
197 mTextRegion.setTop(mLayoutParams.getImageHeight()); in changeTo()
/packages/apps/Mms/src/com/android/mms/layout/
DLayoutParameters.java43 int getImageHeight(); in getImageHeight() method
DHVGALayoutParameters.java79 public int getImageHeight() { in getImageHeight() method in HVGALayoutParameters
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DBitmapTileProvider.java59 public int getImageHeight() { in getImageHeight() method in BitmapTileProvider
DTileImageViewAdapter.java167 public int getImageHeight() { in getImageHeight() method in TileImageViewAdapter
DCropView.java193 public int getImageHeight() { in getImageHeight() method in CropView
744 mImageWidth = dataModel.getImageHeight(); in setDataModel()
748 mImageHeight = dataModel.getImageHeight(); in setDataModel()
DTileImageView.java131 public int getImageHeight(); in getImageHeight() method
173 mImageHeight = mModel.getImageHeight(); in notifyModelInvalidated()
DPhotoView.java719 int imageH = mPositionController.getImageHeight(); in setTileViewPosition()
DPositionController.java1201 public int getImageHeight() { in getImageHeight() method in PositionController
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPhotoDataAdapter.java492 public int getImageHeight() { in getImageHeight() method in PhotoDataAdapter
493 return mTileProvider.getImageHeight(); in getImageHeight()
DCropImage.java608 mCropView.getImageHeight(), 360 - rotation); in getCroppedImage()
638 mCropView.getImageHeight(), 360 - rotation); in getCroppedImage()