OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dpToPixel
(Results
1 - 13
of
13
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
UndoBarView.java
63
mBarHeight = GalleryUtils.
dpToPixel
(48);
64
mBarMargin = GalleryUtils.
dpToPixel
(4);
65
mUndoTextMargin = GalleryUtils.
dpToPixel
(16);
66
mIconMargin = GalleryUtils.
dpToPixel
(8);
67
mIconSize = GalleryUtils.
dpToPixel
(32);
68
mSeparatorRightMargin = GalleryUtils.
dpToPixel
(12);
69
mSeparatorTopMargin = GalleryUtils.
dpToPixel
(10);
70
mSeparatorBottomMargin = GalleryUtils.
dpToPixel
(10);
71
mSeparatorWidth = GalleryUtils.
dpToPixel
(1);
72
mDeletedTextMargin = GalleryUtils.
dpToPixel
(16)
[
all
...]
PhotoView.java
[
all
...]
PositionController.java
104
private static final int IMAGE_GAP = GalleryUtils.
dpToPixel
(16);
105
private static final int HORIZONTAL_SLACK = GalleryUtils.
dpToPixel
(12);
[
all
...]
/packages/apps/LegacyCamera/src/com/android/camera/ui/
ZoomControlBar.java
32
private static final int THRESHOLD_FIRST_MOVE = Util.
dpToPixel
(10); // pixels
34
private static final int ICON_SPACING = Util.
dpToPixel
(12);
IndicatorControlWheelContainer.java
53
mShutterButtonRadius = Util.
dpToPixel
(SHUTTER_BUTTON_RADIUS);
106
mCenterX = right - left - Util.
dpToPixel
(FULL_WHEEL_RADIUS);
IndicatorControlBar.java
37
public static final int ICON_SPACING = Util.
dpToPixel
(16);
ZoomControlWheel.java
82
mStrokeWidth = Util.
dpToPixel
(IndicatorControlWheelContainer.STROKE_WIDTH);
146
mCenterX = right - left - Util.
dpToPixel
(
IndicatorControlWheel.java
160
mStrokeWidth = Util.
dpToPixel
(IndicatorControlWheelContainer.STROKE_WIDTH);
337
mCenterX = right - left - Util.
dpToPixel
(
SecondLevelIndicatorControlBar.java
37
private static int ICON_SPACING = Util.
dpToPixel
(16);
/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) {
/packages/apps/Camera/src/com/android/camera/
Util.java
149
public static int
dpToPixel
(int dp) {
/packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java
172
public static int
dpToPixel
(int dp) {
[
all
...]
Completed in 6561 milliseconds