Project

General

Profile

« Previous | Next » 

Revision 2afc6754

Added by Leszek Koltunski over 2 years ago

Move RubikControl to objectlib (as 'ObjectAutomator')
Hide ObjectPreRender inside objectlib and move its APi to ObjectControl.

View differences:

src/main/java/org/distorted/helpers/LockController.java
29 29
import org.distorted.main.R;
30 30
import org.distorted.main.RubikActivity;
31 31
import org.distorted.objectlib.helpers.TwistyActivity;
32
import org.distorted.objectlib.main.ObjectPreRender;
33 32

  
34 33
///////////////////////////////////////////////////////////////////////////////////////////////////
35 34

  
......
37 36
  {
38 37
  private static final int LOCK_TIME = 300;
39 38

  
40
  private ObjectPreRender mPre;
41 39
  private ImageButton mLockButton;
42 40
  private long mLockTime;
43 41
  private Timer mTimer;

Also available in: Unified diff