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

/packages/apps/VideoEditor/src/com/android/videoeditor/util/
H A DImageUtils.java296 * @param textColor The text color
303 int textColor, String title, String subTitle, int width, int height) {
313 p.setColor(textColor);
339 * @param textColor The text color
346 int textColor, String title, String subTitle, int width, int height) {
355 p.setColor(textColor);
423 int textColor, String title, String subTitle, int startX, int startY, int width,
434 p.setColor(textColor);
302 drawCenterOverlay(Context context, Canvas canvas, int drawableId, int textColor, String title, String subTitle, int width, int height) argument
345 drawBottomOverlay(Context context, Canvas canvas, int drawableId, int textColor, String title, String subTitle, int width, int height) argument
422 drawOverlayPreview(Context context, Canvas canvas, int drawableId, int textColor, String title, String subTitle, int startX, int startY, int width, int height) argument
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DBalloonHint.java132 * @param textColor The text color used to show label.
141 boolean textBold, int textColor, int width, int height) {
142 mBalloonView.setTextConfig(label, textSize, textBold, textColor);
377 boolean textBold, int textColor) {
383 mPaintLabel.setColor(textColor);
140 setBalloonConfig(String label, float textSize, boolean textBold, int textColor, int width, int height) argument
376 setTextConfig(String label, float fontSize, boolean textBold, int textColor) argument
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DCountingTimerView.java310 protected void setTextColor(int textColor) { argument
311 mPaintBigThin.setColor(textColor);
312 mPaintMed.setColor(textColor);
630 int textColor;
632 textColor = mPressedColor;
635 textColor = mDefaultColor;
637 mPaintBigThin.setColor(textColor);
638 mPaintMed.setColor(textColor);

Completed in 201 milliseconds