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/RubikScreenDone.java
42 42

  
43 43
///////////////////////////////////////////////////////////////////////////////////////////////////
44 44

  
45
  void leaveState(RubikActivity act)
45
  void leaveScreen(RubikActivity act)
46 46
    {
47 47

  
48 48
    }
49 49

  
50 50
///////////////////////////////////////////////////////////////////////////////////////////////////
51 51

  
52
  void enterState(final RubikActivity act)
52
  void enterScreen(final RubikActivity act)
53 53
    {
54 54
    float width = act.getScreenWidthInPixels();
55 55
    float titleSize = width*RubikActivity.TITLE_TEXT_SIZE;

Also available in: Unified diff