OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPhotoHeight
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
FullscreenToolView.java
70
protected float
getPhotoHeight
() {
DoodleView.java
70
RectF r = new RectF(0, 0, getPhotoWidth(),
getPhotoHeight
());
CropView.java
96
if (bounds.height() *
getPhotoHeight
() < MIN_CROP_WIDTH_HEIGHT) {
155
float minHeight = MIN_CROP_WIDTH_HEIGHT * displayBounds.height() /
getPhotoHeight
();
Completed in 39 milliseconds