Guest User

Untitled

a guest
Jul 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. static TouchSurfaceView TSV;
  2. static DrawRenderer mRenderer;
  3. static UserInterface mUI;
  4. DownloadData mDD = new DownloadData();
  5. static float zoom = 1.f;
  6.  
  7. mDD.execute();
  8. mUI = new UserInterface();
  9. setContentView(mUI);
  10.  
  11. static TouchSurfaceView TSV;
  12. static DrawRenderer mRenderer;
  13. static UserInterface mUI;
  14. DownloadData mDD = new DownloadData();
  15. static float zoom = 1.f;
  16.  
  17. mDD.execute();
  18. mUI = new UserInterface();
  19. setContentView(mUI);
  20.  
  21. TextView tv = new TextView(context);
  22. this.addView(tv);
  23.  
  24. TextView tv2 = new TextView(context);
  25. this.addView(tv2);
  26.  
  27. public static volatile float zoom = 1.f;
Add Comment
Please, Sign In to add comment