Revision 71c8884f
Added by Leszek Koltunski over 6 years ago
| src/main/java/org/distorted/examples/TableOfContents.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples; |
| src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldActivity.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.aroundtheworld; |
| src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldEffectsManager.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.aroundtheworld; |
| src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldRenderer.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.aroundtheworld; |
| src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldRendererPicker.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.aroundtheworld; |
| src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldSurfaceView.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.aroundtheworld; |
| src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldSurfaceViewPicker.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.aroundtheworld; |
| src/main/java/org/distorted/examples/bean/BeanActivity.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.bean; |
| src/main/java/org/distorted/examples/bean/BeanRenderer.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.bean; |
| src/main/java/org/distorted/examples/bean/BeanSurfaceView.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.bean; |
| src/main/java/org/distorted/examples/blur/BlurActivity.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.blur; |
| src/main/java/org/distorted/examples/blur/BlurRenderer.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.blur; |
| src/main/java/org/distorted/examples/blur/BlurSurfaceView.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.blur; |
| src/main/java/org/distorted/examples/catanddog/CatAndDogActivity.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.catanddog; |
| src/main/java/org/distorted/examples/catanddog/CatAndDogRenderer.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.catanddog; |
| src/main/java/org/distorted/examples/catanddog/CatAndDogSurfaceView.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.catanddog; |
| src/main/java/org/distorted/examples/check/CheckActivity.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.check; |
| src/main/java/org/distorted/examples/check/CheckRenderer.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.check; |
| src/main/java/org/distorted/examples/check/CheckSurfaceView.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.check; |
| src/main/java/org/distorted/examples/deform/DeformActivity.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.deform; |
| src/main/java/org/distorted/examples/deform/DeformRenderer.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.deform; |
| src/main/java/org/distorted/examples/deform/DeformSurfaceView.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.deform; |
| src/main/java/org/distorted/examples/differentbitmaps/DifferentBitmapsActivity.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.differentbitmaps; |
| src/main/java/org/distorted/examples/differentbitmaps/DifferentBitmapsRenderer.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.differentbitmaps; |
| src/main/java/org/distorted/examples/differentbitmaps/DifferentBitmapsSurfaceView.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.differentbitmaps; |
| src/main/java/org/distorted/examples/differenteffects/DifferentEffectsActivity.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.differenteffects; |
| src/main/java/org/distorted/examples/differenteffects/DifferentEffectsRenderer.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.differenteffects; |
| src/main/java/org/distorted/examples/differenteffects/DifferentEffectsSurfaceView.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.differenteffects; |
| src/main/java/org/distorted/examples/dynamic/DynamicActivity.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.dynamic; |
| src/main/java/org/distorted/examples/dynamic/DynamicRenderer.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.dynamic; |
| src/main/java/org/distorted/examples/dynamic/DynamicSurfaceView.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.dynamic; |
| src/main/java/org/distorted/examples/earth/EarthActivity.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.earth; |
| src/main/java/org/distorted/examples/earth/EarthRenderer.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.earth; |
| src/main/java/org/distorted/examples/earth/EarthSurfaceView.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.earth; |
| src/main/java/org/distorted/examples/earth/EarthSurfaceViewPicker.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.earth; |
| src/main/java/org/distorted/examples/effectqueue/EffectQueueActivity.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.effectqueue; |
| src/main/java/org/distorted/examples/effectqueue/EffectQueueRenderer.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.effectqueue; |
| src/main/java/org/distorted/examples/effectqueue/EffectQueueSurfaceView.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.effectqueue; |
| src/main/java/org/distorted/examples/flag/FlagActivity.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.flag; |
| src/main/java/org/distorted/examples/flag/FlagRenderer.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.flag; |
| src/main/java/org/distorted/examples/flag/FlagSurfaceView.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.flag; |
| src/main/java/org/distorted/examples/generic/GenericActivity.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.generic; |
| src/main/java/org/distorted/examples/generic/GenericActivity2.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.generic; |
| ... | ... | |
| 315 | 315 |
DistortedLibrary.onDestroy(); |
| 316 | 316 |
super.onDestroy(); |
| 317 | 317 |
} |
| 318 |
} |
|
| 318 |
} |
|
| src/main/java/org/distorted/examples/generic/GenericEffect.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.generic; |
| src/main/java/org/distorted/examples/generic/GenericRenderer.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.generic; |
| src/main/java/org/distorted/examples/generic/GenericSurfaceView.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.generic; |
| src/main/java/org/distorted/examples/generic/GenericTab.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2018 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.generic; |
| src/main/java/org/distorted/examples/generic/GenericViewPager.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2018 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.generic; |
| src/main/java/org/distorted/examples/girl/GirlActivity.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.girl; |
| src/main/java/org/distorted/examples/girl/GirlRenderer.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.girl; |
| src/main/java/org/distorted/examples/girl/GirlSurfaceView.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. //
|
|
| 4 |
// This file is part of Distorted. // |
|
| 5 | 5 |
// // |
| 6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
| 6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
| 7 | 7 |
// it under the terms of the GNU General Public License as published by // |
| 8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
| 9 | 9 |
// (at your option) any later version. // |
| 10 | 10 |
// // |
| 11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
| 11 |
// Distorted is distributed in the hope that it will be useful, // |
|
| 12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
| 13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
| 14 | 14 |
// GNU General Public License for more details. // |
| 15 | 15 |
// // |
| 16 | 16 |
// You should have received a copy of the GNU General Public License // |
| 17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
| 17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
| 18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.examples.girl; |
| src/main/java/org/distorted/examples/glow/GlowActivity.java | ||
|---|---|---|
| 1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | 2 |
// Copyright 2016 Leszek Koltunski // |
| 3 | 3 |
// // |
| 4 |
// This file is part of DistortedLibrary. // |
|
Also available in: Unified diff
Correct the Legal notice.