Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DReplaceStringsVisitor.java394 Integer rating = Integer.valueOf(10000 + 1000 * superType + argsLen); in findContextCandidates() local
395 if (!results.containsKey(rating)) { in findContextCandidates()
398 results.put(rating, mi); in findContextCandidates()
414 Integer rating = Integer.valueOf(superType); in findContextCandidates() local
415 results.put(rating, mAst.newSimpleName(var.getName())); in findContextCandidates()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletionvalues1-expected-completion32.txt145 android:isIndicator : Whether this rating bar is an indicator (and non-changeable by the user). […
182 android:numStars : The number of stars (or rating items) to show. [integer]
208 android:rating : The rating to set by default. [float]
257 android:stepSize : The step size of the rating. [float]