Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DHudSystem.java60 private DrawableBitmap mStompButtonEnabledDrawable; field in HudSystem
132 mStompButtonEnabledDrawable = null; in reset()
184 mStompButtonEnabledDrawable = stompEnabled; in setButtonDrawables()
332 if (mStompButtonEnabledDrawable != null && mStompButtonDepressedDrawable != null) { in update()
334 DrawableBitmap bitmap = mStompButtonEnabledDrawable; in update()