Searched defs:oldWidth (Results 1 - 2 of 2) sorted by last modified time

/packages/apps/Mms/src/com/android/mms/ui/
H A DMessageListView.java75 void onSizeChanged(int width, int height, int oldWidth, int oldHeight); argument
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DGeometryMath.java97 public static float scale(float oldWidth, float oldHeight, float newWidth, float newHeight) { argument
98 if (oldHeight == 0 || oldWidth == 0)
100 return Math.min(newWidth / oldWidth , newHeight / oldHeight);

Completed in 49 milliseconds