Searched defs:highlightColor (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
H A DModeIconView.java118 * @param highlightColor color for the highlight state
120 public void setHighlightColor(int highlightColor) { argument
121 mHighlightColor = highlightColor;
125 * @return The highlightColor color the the highlight state.
H A DModeSelectorItem.java213 * @param highlightColor color for the highlight state
215 public void setHighlightColor(int highlightColor) { argument
216 mIcon.setHighlightColor(highlightColor);
220 * @return highlightColor color for the highlight state
/packages/apps/Settings/src/com/android/settings/drawable/
H A DCircleFramedDrawable.java65 int highlightColor = res.getColor(R.color.circle_avatar_frame_pressed_color);
69 highlightColor);
76 int highlightColor) {
83 mHighlightColor = highlightColor;
73 CircleFramedDrawable(Bitmap icon, int size, int frameColor, float strokeWidth, int frameShadowColor, float shadowRadius, int highlightColor) argument

Completed in 89 milliseconds