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.java297 protected void setTextColor(int textColor) { argument
298 mPaintBig.setColor(textColor);
299 mPaintBigThin.setColor(textColor);
300 mPaintMed.setColor(textColor);
301 mPaintLabel.setColor(textColor);
593 int textColor;
595 textColor = mPressedColor;
598 textColor = mDefaultColor;
600 mPaintBig.setColor(textColor);
601 mPaintBigThin.setColor(textColor);
[all...]

Completed in 164 milliseconds