aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjruesga <jorge@ruesga.com>2012-10-28 20:16:22 +0100
committerjruesga <jorge@ruesga.com>2012-10-28 20:16:22 +0100
commitef9ba793ff47f62cbefb8e6d5f663847e42084f5 (patch)
tree682353418ad558544fd3271b4e2a63accf18f221 /src
parentc745abacc04fefcec2aa3deac9f66e0a21fc0f9e (diff)
downloadandroid_packages_apps_CMFileManager-ef9ba793ff47f62cbefb8e6d5f663847e42084f5.tar.gz
android_packages_apps_CMFileManager-ef9ba793ff47f62cbefb8e6d5f663847e42084f5.tar.bz2
android_packages_apps_CMFileManager-ef9ba793ff47f62cbefb8e6d5f663847e42084f5.zip
CleanUp
Diffstat (limited to 'src')
-rw-r--r--src/com/cyanogenmod/filemanager/ui/widgets/FlingerListView.java4
-rw-r--r--src/com/cyanogenmod/filemanager/util/AndroidHelper.java6
2 files changed, 5 insertions, 5 deletions
diff --git a/src/com/cyanogenmod/filemanager/ui/widgets/FlingerListView.java b/src/com/cyanogenmod/filemanager/ui/widgets/FlingerListView.java
index 143705c6..a4730e5f 100644
--- a/src/com/cyanogenmod/filemanager/ui/widgets/FlingerListView.java
+++ b/src/com/cyanogenmod/filemanager/ui/widgets/FlingerListView.java
@@ -128,7 +128,7 @@ public class FlingerListView extends ListView {
* The default percentage for flinging remove event.
*/
private static final float DEFAULT_FLING_REMOVE_PERCENTAJE = 0.60f;
-
+
/**
* The minimum flinger threshold to start the flinger motion (in dp)
*/
@@ -461,7 +461,7 @@ public class FlingerListView extends ListView {
return super.onTouchEvent(ev);
}
-
+
/**
* Method that clean the internal variables
* @hide
diff --git a/src/com/cyanogenmod/filemanager/util/AndroidHelper.java b/src/com/cyanogenmod/filemanager/util/AndroidHelper.java
index 8e1d8560..1692242d 100644
--- a/src/com/cyanogenmod/filemanager/util/AndroidHelper.java
+++ b/src/com/cyanogenmod/filemanager/util/AndroidHelper.java
@@ -51,8 +51,8 @@ public final class AndroidHelper {
}
/**
- * This method converts dp unit to equivalent device specific value in pixels.
- *
+ * This method converts dp unit to equivalent device specific value in pixels.
+ *
* @param ctx The current context
* @param dp A value in dp (Device independent pixels) unit
* @return float A float value to represent Pixels equivalent to dp according to device
@@ -65,7 +65,7 @@ public final class AndroidHelper {
/**
* This method converts device specific pixels to device independent pixels.
- *
+ *
* @param ctx The current context
* @param px A value in px (pixels) unit
* @return A float value to represent dp equivalent to px value