Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/
DHistogramView.java81 private void drawHistogram(Canvas canvas, int[] histogram, int color, PorterDuff.Mode mode) { in drawHistogram() argument
83 for (int i = 0; i < histogram.length; i++) { in drawHistogram()
84 if (histogram[i] > max) { in drawHistogram()
85 max = histogram[i]; in drawHistogram()
91 float wl = w / histogram.length; in drawHistogram()
114 for (int i = 0; i < histogram.length; i++) { in drawHistogram()
116 float l = histogram[i] * wh; in drawHistogram()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageCurves.java368 private void drawHistogram(Canvas canvas, int[] histogram, int color, PorterDuff.Mode mode) { in drawHistogram() argument
370 for (int i = 0; i < histogram.length; i++) { in drawHistogram()
371 if (histogram[i] > max) { in drawHistogram()
372 max = histogram[i]; in drawHistogram()
378 float wl = w / histogram.length; in drawHistogram()
393 for (int i = 0; i < histogram.length; i++) { in drawHistogram()
395 float l = histogram[i] * wh; in drawHistogram()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardParams.java133 private static int updateHistogramCounter(final SparseIntArray histogram, final int key) { in updateHistogramCounter() argument
134 final int index = histogram.indexOfKey(key); in updateHistogramCounter()
135 final int count = (index >= 0 ? histogram.get(key) : 0) + 1; in updateHistogramCounter()
136 histogram.put(key, count); in updateHistogramCounter()
/packages/inputmethods/LatinIME/tools/make-keyboard-text/res/src/com/android/inputmethod/keyboard/internal/
DKeyboardTextsTable.tmpl85 // /* index:histogram */ "name",
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1402373178, ...
Dnb_wordlist.combined.gz1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ...
Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1393228136, ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
Dcs_wordlist.combined.gz
Dpl_wordlist.combined.gz1dictionary=main:pl,locale=pl,description=Polski,date=1393228143, ...
Dsv_wordlist.combined.gz1dictionary=main:sv,locale=sv,description=Svenska,date=1393228154, ...
Dro_wordlist.combined.gz1dictionary=main:ro,locale=ro,description=Româna,date=1408019089, ...