Home | History | Annotate | Download | only in config

Lines Matching defs:BACKGROUND

62  * (highlight color [second arm], background color, unread notifications, etc.).
73 * <p>Color configuration options for both highlight (seconds hand) and background color.
77 * <p>Background image complication configuration for changing background image of watch face.
90 BACKGROUND,
141 ComplicationLocation.BACKGROUND);
402 // Only update background colors for preview if background complications are disabled.
404 // Updates background color.
418 // Inform user that they need to disable background image for color to work.
419 CharSequence text = "Selected image overrides background color.";
489 // Since we can't get the background complication image outside of the
490 // watch face, we set the icon for that provider instead with a gray background.
503 // Clears icon for background if it was present before.
531 ImageButton button, ImageView background) {
538 background.setVisibility(View.VISIBLE);
542 background.setVisibility(View.INVISIBLE);
557 // Initializes background color to gray (updates to color or complication icon based
558 // on whether the background complication is live or not.
604 * background color, etc.
741 /** Displays button to trigger background image complication selector. */
768 Log.d(TAG, "Background Complication onClick() position: " + position);
774 ComplicationLocation.BACKGROUND);
780 ComplicationLocation.BACKGROUND);