Home | History | Annotate | Download | only in palette

Lines Matching refs:BLACK

544                         Color.BLACK, mRgb, MIN_CONTRAST_BODY_TEXT);
546 Color.BLACK, mRgb, MIN_CONTRAST_TITLE_TEXT);
550 mBodyTextColor = ColorUtils.setAlphaComponent(Color.BLACK, darkBodyAlpha);
551 mTitleTextColor = ColorUtils.setAlphaComponent(Color.BLACK, darkTitleAlpha);
560 : ColorUtils.setAlphaComponent(Color.BLACK, darkBodyAlpha);
563 : ColorUtils.setAlphaComponent(Color.BLACK, darkTitleAlpha);
986 * @return true if the color represents a color which is close to black.