summaryrefslogtreecommitdiffstats
path: root/src/com/cyanogenmod/trebuchet/AppsCustomizePagedView.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/cyanogenmod/trebuchet/AppsCustomizePagedView.java')
-rw-r--r--src/com/cyanogenmod/trebuchet/AppsCustomizePagedView.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/com/cyanogenmod/trebuchet/AppsCustomizePagedView.java b/src/com/cyanogenmod/trebuchet/AppsCustomizePagedView.java
index 9f7595d96..8170bfb8d 100644
--- a/src/com/cyanogenmod/trebuchet/AppsCustomizePagedView.java
+++ b/src/com/cyanogenmod/trebuchet/AppsCustomizePagedView.java
@@ -309,7 +309,7 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
CubeIn,
CubeOut,
Stack,
- Accordian,
+ Accordion,
CylinderIn,
CylinderOut
}
@@ -1972,7 +1972,7 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
}
- private void screenScrolledAccordian(int screenScroll) {
+ private void screenScrolledAccordion(int screenScroll) {
for (int i = 0; i < getChildCount(); i++) {
View v = getPageAt(i);
if (v != null) {
@@ -2147,8 +2147,8 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
case Stack:
screenScrolledStack(scroll);
break;
- case Accordian:
- screenScrolledAccordian(scroll);
+ case Accordion:
+ screenScrolledAccordion(scroll);
break;
case CylinderIn:
screenScrolledCylinder(scroll, true);