Searched refs:highlightColor (Results 1 - 2 of 2) sorted by last modified time

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackControlsRow.java323 * @param highlightColor Color to display the repeat-all and repeat0one icons.
325 public RepeatAction(Context context, int highlightColor) { argument
326 this(context, highlightColor, highlightColor);
377 * @param highlightColor Color for the highlighted icon state.
379 public ShuffleAction(Context context, int highlightColor) { argument
386 createBitmap(uncoloredDrawable.getBitmap(), highlightColor));
415 * @param highlightColor Color for the highlighted icon state.
417 public HighQualityAction(Context context, int highlightColor) { argument
424 createBitmap(uncoloredDrawable.getBitmap(), highlightColor));
455 ClosedCaptioningAction(Context context, int highlightColor) argument
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardCircleFramedDrawable.java53 int highlightColor) {
60 mHighlightColor = highlightColor;
165 int frameShadowColor, float shadowRadius, int highlightColor) {
171 && mHighlightColor == highlightColor;
50 KeyguardCircleFramedDrawable(Bitmap bitmap, int size, int frameColor, float strokeWidth, int frameShadowColor, float shadowRadius, int highlightColor) argument
164 verifyParams(float iconSize, int frameColor, float stroke, int frameShadowColor, float shadowRadius, int highlightColor) argument

Completed in 41 milliseconds