Searched refs:fg (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | IconPalette.java | 125 private static int findContrastColor(int fg, int bg, double minRatio) { in findContrastColor() argument 126 if (ColorUtils.calculateContrast(fg, bg) >= minRatio) { in findContrastColor() 127 return fg; in findContrastColor() 133 ColorUtils.colorToLAB(fg, lab); in findContrastColor() 141 fg = ColorUtils.LABToColor(l, a, b); in findContrastColor() 142 if (ColorUtils.calculateContrast(fg, bg) > minRatio) { in findContrastColor()
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | FolderAdaptiveIcon.java | 54 private FolderAdaptiveIcon(Drawable bg, Drawable fg, Drawable badge, Path mask) { in FolderAdaptiveIcon() argument 55 super(bg, fg); in FolderAdaptiveIcon() 59 mConstantState = new MyConstantState(bg.getConstantState(), fg.getConstantState(), in FolderAdaptiveIcon() 158 MyConstantState(ConstantState bg, ConstantState fg, ConstantState badge, Path mask) { in MyConstantState() argument 160 mFg = fg; in MyConstantState()
|
/packages/apps/Gallery2/jni/filters/ |
D | fx.c | 70 float fg = g*scale_G; in JNIFUNCF() local 73 int lut_g = (int)fg; in JNIFUNCF() 78 float dg = fg-lut_g; in JNIFUNCF()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/ |
D | ColorPickerDialog.java | 152 float[] fg = new float[] { in setButtonColor() local 157 button.setTextColor(Color.HSVToColor(fg)); in setButtonColor()
|
/packages/modules/Wifi/service/ServiceWifiResources/resources-certs/ |
D | key.pem | 13 c0BClsNDHvVp/0tDijs/+TgDPWe0QwIDAQABAoICAQCXq2SXlGKiqNi9G2uXh/fg
|
/packages/apps/ThemePicker/src/com/android/customization/picker/theme/ |
D | ThemeOptionPreviewer.java | 310 ImageView fg = mContentView.findViewById(mColorTileIconIds[i][0]); in setColorAndIconsSection() local 311 fg.setImageDrawable(icon); in setColorAndIconsSection()
|
/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/ |
D | ThemeComponentOption.java | 442 ImageView fg = container.findViewById(COLOR_TILES_ICON_IDS[i][0]); in bindPreview() local 443 fg.setImageDrawable(icon); in bindPreview()
|
/packages/apps/DocumentsUI/tests/res/raw/ |
D | images_tar | 2778 …ޞ��,j9$u���8$u�>�ւz��P,;�G?Ji�`Hn�1���J��)��8��)�_��������݊ȣ�fg��3�z�5e-�O�!�pz����Y… 4234 ���1�$m���+ڥ��D8$}�@8����KH��'8��LI��7���fg���8$T���!��8>��C��<�Ԡ�N�3ޚ�@c�٤!Nbܿ��y�5… 6367 …��H�d�tx������*FQ߆'=�����x��Wh�ϛ��ҷ�C���x��yW'n �H��Y�Ea+�1�k�2V8-fg�o��5��N��\�~���n��… 8261 ��H��9�3K@$YJ����Q��!@��r&��M�l�)��$9���| e� ��)�UX�X�Z�l��ޚρ�=qAH{��:��֢fg��G?t�M`��… 8337 …�0i��d�W�*��y��`�q�Ұ���_��:^�tg�����;� #뎿�aXI&͔}˞��^L��ơpH�szVޕ�4fgq�������7ȹ@��qV�… 16634 �l�=})��7Q��ZRg>�8>�nxSN�fg�\�ưK���bv��?��LFݬ0�����P� 17161 @�u���O���[˘ъrI�'�5�|Ud$)��}�ܕ�=0;w���W}A���E�"S�wQM���Ӯ���(T�c�����<c!fgߐ��$�\�_Q�a… 18119 ����=�k��$��~��*�k�y��y��a��#�'�$�ْ�+ĬDC�`�H�_O6��do���n�Yonr$�4�Lڷ��/��fg�!ۮH柤��Z�…
|