OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scale_height
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
MtpImageView.java
163
float
scale_height
= ((float) vheight) / (iheight * OVERLAY_ICON_SIZE_DENOMINATOR);
local
165
if (
scale_height
>= 1f && scale_width >= 1f) {
171
float scale = Math.min(
scale_height
, scale_width);
Completed in 92 milliseconds