diff options
Diffstat (limited to 'src/com/android/launcher2/PagedViewCellLayoutChildren.java')
-rw-r--r-- | src/com/android/launcher2/PagedViewCellLayoutChildren.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/com/android/launcher2/PagedViewCellLayoutChildren.java b/src/com/android/launcher2/PagedViewCellLayoutChildren.java index eaef682..187a22d 100644 --- a/src/com/android/launcher2/PagedViewCellLayoutChildren.java +++ b/src/com/android/launcher2/PagedViewCellLayoutChildren.java @@ -141,13 +141,6 @@ public class PagedViewCellLayoutChildren extends ViewGroup { } } - void destroyHardwareLayer() { - setLayerType(LAYER_TYPE_NONE, null); - } - void createHardwareLayer() { - setLayerType(LAYER_TYPE_HARDWARE, null); - } - public void enableCenteredContent(boolean enabled) { mCenterContent = enabled; } |