Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DGameOverActivity.java144 final int pearlsTotal = prefs.getInt(PreferenceConstants.PREFERENCE_PEARLS_TOTAL, 0); in onCreate() local
148 if (pearlsCollected > 0 && pearlsTotal > 0) { in onCreate()
149 mPearlView.setTargetValue((int)((pearlsCollected / (float)pearlsTotal) * 100.0f)); in onCreate()