Home
last modified time | relevance | path

Searched defs:dpToPixel (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/util/
DGalleryUtils.java108 public static float dpToPixel(float dp) { in dpToPixel() method in GalleryUtils
112 public static int dpToPixel(int dp) { in dpToPixel() method in GalleryUtils
/packages/apps/LegacyCamera/src/com/android/camera/
DUtil.java108 public static int dpToPixel(int dp) { in dpToPixel() method in Util