Back to project page Infinite.
The source code is released under:
GNU General Public License
If you think the Android project Infinite listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.detel.infinite.screens; // ww w .j a v a2s .co m /** * Created by Derick on 4/13/14. */ public class ScreenPause extends ScreenBase { @Override public void show(){ } @Override public void render(float v){ } @Override public void resize(int i, int i2){ } }