Home
last modified time | relevance | path

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

/packages/apps/SpareParts/src/com/android/spare_parts/
DSpareParts.java205 String[] indices = getResources().getStringArray(resid); in floatToIndex() local
206 float lastVal = Float.parseFloat(indices[0]); in floatToIndex()
207 for (int i=1; i<indices.length; i++) { in floatToIndex()
208 float thisVal = Float.parseFloat(indices[i]); in floatToIndex()
214 return indices.length-1; in floatToIndex()
/packages/apps/Settings/src/com/android/settings/
DDisplaySettings.java180 String[] indices = getResources().getStringArray(R.array.entryvalues_font_size); in floatToIndex() local
181 float lastVal = Float.parseFloat(indices[0]); in floatToIndex()
182 for (int i=1; i<indices.length; i++) { in floatToIndex()
183 float thisVal = Float.parseFloat(indices[i]); in floatToIndex()
189 return indices.length-1; in floatToIndex()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DSpellCheckerProximityInfo.java43 final TreeMap<Integer, Integer> indices) { in buildProximityIndices() argument
45 if (NUL != proximity[i]) indices.put(proximity[i], i / ROW_SIZE); in buildProximityIndices()
49 final TreeMap<Integer, Integer> indices) { in computeIndex() argument
50 final Integer result = indices.get(characterCode); in computeIndex()
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
DMediaItemView.java545 int indices[] = new int[mWantThumbnails.size()]; in requestThumbnails() local
547 indices[i] = mWantThumbnails.get(i); in requestThumbnails()
556 indices); in requestThumbnails() local
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboard.java705 int[] indices = new int[mKeys.size()]; in computeNearestNeighbors() local
719 indices[count++] = i; in computeNearestNeighbors()
723 System.arraycopy(indices, 0, cell, 0, count); in computeNearestNeighbors()
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
DGLStub.java211 java.nio.Buffer indices in glDrawElements() argument
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
DApiService.java664 long startMs, long endMs, int count, int token, int[] indices) { in getMediaItemThumbnails() argument
675 intent.putExtra(PARAM_INDICES, indices); in getMediaItemThumbnails()