Project

General

Profile

« Previous | Next » 

Revision f5da732a

Added by Leszek Koltunski almost 3 years ago

Cube Control: step 2.

View differences:

src/main/java/org/distorted/screens/RubikScreenPattern.java
58 58

  
59 59
///////////////////////////////////////////////////////////////////////////////////////////////////
60 60

  
61
  void leaveState(RubikActivity act)
61
  void leaveScreen(RubikActivity act)
62 62
    {
63
    RubikScreenPlay play = (RubikScreenPlay) ScreenList.PLAY.getStateClass();
63
    RubikScreenPlay play = (RubikScreenPlay) ScreenList.PLAY.getScreenClass();
64 64

  
65 65
    ObjectList object = RubikPatternList.getObject(mPatternOrdinal);
66 66
    int size = RubikPatternList.getSize(mPatternOrdinal);
......
76 76

  
77 77
///////////////////////////////////////////////////////////////////////////////////////////////////
78 78

  
79
  void enterState(final RubikActivity act)
79
  void enterScreen(final RubikActivity act)
80 80
    {
81 81
    float width = act.getScreenWidthInPixels();
82 82
    mButtonSize = width*RubikActivity.BUTTON_TEXT_SIZE;

Also available in: Unified diff