/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | IconPalette.java | 130 double[] lab = new double[3]; in findContrastColor() local 131 ColorUtils.colorToLAB(bg, lab); in findContrastColor() 132 double bgL = lab[0]; in findContrastColor() 133 ColorUtils.colorToLAB(fg, lab); in findContrastColor() 134 double fgL = lab[0]; in findContrastColor() 138 final double a = lab[1], b = lab[2]; in findContrastColor()
|
/packages/apps/Car/Notification/src/com/android/car/notification/template/ |
D | NotificationColorUtil.java | 75 double[] lab = new double[3]; in findContrastColorAgainstLightBackground() local 76 ColorUtils.colorToLAB(foregroundColor, lab); in findContrastColorAgainstLightBackground() 79 double high = lab[0]; in findContrastColorAgainstLightBackground() 80 double a = lab[1]; in findContrastColorAgainstLightBackground() 81 double b = lab[2]; in findContrastColorAgainstLightBackground()
|
/packages/apps/Settings/src/com/android/settings/development/ |
D | SelectDebugAppPreferenceController.java | 108 final CharSequence lab = mPackageManager.getApplicationLabel(ai); in getAppLabel() local 109 return lab != null ? lab.toString() : debugApp; in getAppLabel()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/ |
D | SelectDebugAppPreferenceController.java | 108 final CharSequence lab = mPackageManager.getApplicationLabel(ai); in getAppLabel() local 109 return lab != null ? lab.toString() : debugApp; in getAppLabel()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/ |
D | DevelopmentFragment.java | 769 CharSequence lab = getActivity().getPackageManager().getApplicationLabel(ai); in updateDebuggerOptions() local 770 label = lab != null ? lab.toString() : mDebugApp; in updateDebuggerOptions()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | lv_wordlist.combined.gz |
|
D | tr_wordlist.combined.gz |
|
D | sl_wordlist.combined.gz | 1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ... |
D | cs_wordlist.combined.gz | 1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ... |
D | en_US_wordlist.combined.gz |
|
D | en_GB_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | ro_wordlist.combined.gz |
|
D | nl_wordlist.combined.gz |
|
D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | pl_wordlist.combined.gz | 1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ... |
D | hr_wordlist.combined.gz | 1dictionary=main:hr,locale=hr,description=Hrvatski,date=1393228135, ... |
D | lt_wordlist.combined.gz | 1dictionary=main:lt,locale=lt,description=Lietuvių,date=1393228136, ... |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
D | de_wordlist.combined.gz | 1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ... |