/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/ |
D | HistogramView.java | 81 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/ |
D | ImageCurves.java | 367 private void drawHistogram(Canvas canvas, int[] histogram, int color, PorterDuff.Mode mode) { in drawHistogram() argument 369 for (int i = 0; i < histogram.length; i++) { in drawHistogram() 370 if (histogram[i] > max) { in drawHistogram() 371 max = histogram[i]; in drawHistogram() 377 float wl = w / histogram.length; in drawHistogram() 392 for (int i = 0; i < histogram.length; i++) { in drawHistogram() 394 float l = histogram[i] * wh; in drawHistogram()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | KeyboardParams.java | 171 private static int updateHistogramCounter(final SparseIntArray histogram, final int key) { in updateHistogramCounter() argument 172 final int index = histogram.indexOfKey(key); in updateHistogramCounter() 173 final int count = (index >= 0 ? histogram.get(key) : 0) + 1; in updateHistogramCounter() 174 histogram.put(key, count); in updateHistogramCounter()
|
/packages/inputmethods/LatinIME/tools/make-keyboard-text/res/src/com/android/inputmethod/keyboard/internal/ |
D | KeyboardTextsTable.tmpl | 85 // /* index:histogram */ "name",
|
/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/ |
D | EmergencyContactsPreference.java | 214 MetricsLogger.histogram(getContext(), in setEmergencyContacts()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | cs_wordlist.combined.gz |
|
D | pl_wordlist.combined.gz | 1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ... |
D | sv_wordlist.combined.gz | 1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ... |
D | ro_wordlist.combined.gz | 1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ... |