Loading src/com/android/gallery3d/filtershow/PanelController.java +3 −1 Original line number Diff line number Diff line Loading @@ -359,7 +359,6 @@ public class PanelController implements OnClickListener { if (mCurrentEditor != null) { mCurrentEditor.reflectCurrentFilter(); } } } Loading Loading @@ -590,6 +589,9 @@ public class PanelController implements OnClickListener { mUtilityPanel.showMenu(false); if (view instanceof FilterIconButton) { if (mCurrentEditor != null) { mCurrentEditor.detach(); } mCurrentEditor = null; FilterIconButton component = (FilterIconButton) view; FilterRepresentation representation = component.getFilterRepresentation(); Loading src/com/android/gallery3d/filtershow/editors/Editor.java +4 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,6 @@ public class Editor implements OnSeekBarChangeListener, SwapButton.SwapButtonLis return mID; } public byte showParameterValue() { return mShowParameter; } Loading Loading @@ -271,4 +270,8 @@ public class Editor implements OnSeekBarChangeListener, SwapButton.SwapButtonLis public void swapRight(MenuItem item) { } public void detach() { } } Loading
src/com/android/gallery3d/filtershow/PanelController.java +3 −1 Original line number Diff line number Diff line Loading @@ -359,7 +359,6 @@ public class PanelController implements OnClickListener { if (mCurrentEditor != null) { mCurrentEditor.reflectCurrentFilter(); } } } Loading Loading @@ -590,6 +589,9 @@ public class PanelController implements OnClickListener { mUtilityPanel.showMenu(false); if (view instanceof FilterIconButton) { if (mCurrentEditor != null) { mCurrentEditor.detach(); } mCurrentEditor = null; FilterIconButton component = (FilterIconButton) view; FilterRepresentation representation = component.getFilterRepresentation(); Loading
src/com/android/gallery3d/filtershow/editors/Editor.java +4 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,6 @@ public class Editor implements OnSeekBarChangeListener, SwapButton.SwapButtonLis return mID; } public byte showParameterValue() { return mShowParameter; } Loading Loading @@ -271,4 +270,8 @@ public class Editor implements OnSeekBarChangeListener, SwapButton.SwapButtonLis public void swapRight(MenuItem item) { } public void detach() { } }