Home
last modified time | relevance | path

Searched refs:mChangeActionOnButton (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DGhostComponent.java30 private boolean mChangeActionOnButton; field in GhostComponent
51 mChangeActionOnButton = false; in reset()
117 && !mChangeActionOnButton) { in update()
119 } else if (mChangeActionOnButton && jumpButton.getPressed()) { in update()
233 mChangeActionOnButton = true; in changeActionOnButton()