OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dpToPixel
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/util/
GalleryUtils.java
108
public static float
dpToPixel
(float dp) {
112
public static int
dpToPixel
(int dp) {
113
return Math.round(
dpToPixel
((float) dp));
118
return Math.round(
dpToPixel
(meter * 39.37f * 160));
/packages/apps/LegacyCamera/src/com/android/camera/
Util.java
108
public static int
dpToPixel
(int dp) {
Completed in 1108 milliseconds