Searched refs:color (Results 276 - 283 of 283) sorted by relevance

<<1112

/frameworks/base/core/java/android/widget/
H A DEditor.java2573 // The first span dictates the background color of the highlighted text
2644 // Fallback on the default highlight color when the first span does not provide one
4040 final int color = (mTextView.mHighlightColor & 0x00FFFFFF) +
4042 mPaint.setColor(color);
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java3182 notification.color = mContext.getResources().getColor(
3183 com.android.internal.R.color.system_notification_accent_color);
H A DInputMethodManagerService.java1600 mImeSwitcherNotification.color = mContext.getResources().getColor(
1601 com.android.internal.R.color.system_notification_accent_color);
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java3117 notification.color = contextForUser.getResources().getColor(
3118 com.android.internal.R.color.system_notification_accent_color);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java907 R.color.config_defaultNotificationColor);
/frameworks/base/tools/aapt/
H A DResource.cpp212 || type == "color" || type == "menu" || type == "mipmap";
1192 ASSIGN_IT(color);
1215 !applyFileOverlay(bundle, assets, &colors, "color") ||
1323 err = makeFileResources(bundle, assets, &table, colors, "color");
1469 ResourceDirIterator it(colors, String8("color"));
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java1752 com.android.internal.R.color.system_notification_accent_color))
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1587 notification.color = mContext.getResources().getColor(
1588 com.android.internal.R.color.system_notification_accent_color);

Completed in 553 milliseconds

<<1112