Searched defs:dpToPixel (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DGalleryUtils.java108 public static float dpToPixel(float dp) { method in class:GalleryUtils
112 public static int dpToPixel(int dp) { method in class:GalleryUtils
113 return Math.round(dpToPixel((float) dp));
118 return Math.round(dpToPixel(meter * 39.37f * 160));
/packages/apps/LegacyCamera/src/com/android/camera/
H A DUtil.java108 public static int dpToPixel(int dp) { method in class:Util
/packages/apps/Camera/src/com/android/camera/
H A DUtil.java149 public static int dpToPixel(int dp) { method in class:Util
/packages/apps/Camera2/src/com/android/camera/util/
H A DCameraUtil.java138 public static int dpToPixel(int dp) { method in class:CameraUtil

Completed in 470 milliseconds