Searched refs:setStyle (Results 1 - 25 of 91) sorted by relevance

1234

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
H A DCategorySelected.java25 mPaint.setStyle(Paint.Style.STROKE);
/packages/apps/Camera/src/com/android/camera/
H A DPanoProgressBar.java53 mDoneAreaPaint.setStyle(Paint.Style.FILL);
56 mBackgroundPaint.setStyle(Paint.Style.FILL);
59 mIndicatorPaint.setStyle(Paint.Style.FILL);
/packages/apps/Camera2/src/com/android/camera/
H A DPanoProgressBar.java55 mDoneAreaPaint.setStyle(Paint.Style.FILL);
58 mBackgroundPaint.setStyle(Paint.Style.FILL);
61 mIndicatorPaint.setStyle(Paint.Style.FILL);
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DPanoProgressBar.java52 mDoneAreaPaint.setStyle(Paint.Style.FILL);
55 mBackgroundPaint.setStyle(Paint.Style.FILL);
58 mIndicatorPaint.setStyle(Paint.Style.FILL);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DBadgeSpan.java94 mWorkPaint.setStyle(Paint.Style.FILL);
102 mWorkPaint.setStyle(prevStyle);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
H A DColorRectView.java80 mDotPaint.setStyle(Paint.Style.FILL);
83 mWheelPaint1.setStyle(Paint.Style.FILL);
84 mWheelPaint2.setStyle(Paint.Style.FILL);
85 mWheelPaint3.setStyle(Paint.Style.FILL);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
H A DSetupStepIndicatorView.java37 mIndicatorPaint.setStyle(Paint.Style.FILL);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DEclipseControl.java198 paint.setStyle(Paint.Style.FILL);
215 paint.setStyle(Paint.Style.FILL);
233 paint.setStyle(Paint.Style.STROKE);
249 paint.setStyle(Paint.Style.STROKE);
269 paint.setStyle(Paint.Style.FILL);
277 paint.setStyle(Paint.Style.STROKE);
H A DImageDraw.java86 mBorderPaint.setStyle(Paint.Style.STROKE);
88 mShadowPaint.setStyle(Paint.Style.FILL);
125 public void setStyle(byte style) { method in class:ImageDraw
265 mIconPaint.setStyle(Paint.Style.STROKE);
H A DImagePoint.java64 paint.setStyle(Style.STROKE);
H A DGradControl.java189 paint.setStyle(Paint.Style.FILL);
202 paint.setStyle(Paint.Style.FILL);
215 mPaint.setStyle(Paint.Style.STROKE);
/packages/apps/Camera/src/com/android/camera/ui/
H A DZoomRenderer.java63 mPaint.setStyle(Paint.Style.STROKE);
65 mTextPaint.setStyle(Paint.Style.FILL);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
H A DFramedTextButton.java106 gPaint.setStyle(Paint.Style.STROKE);
121 gPaint.setStyle(Paint.Style.FILL_AND_STROKE);
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DPercentageBarChart.java68 mEmptyPaint.setStyle(Paint.Style.FILL);
153 p.setStyle(Paint.Style.FILL);
/packages/apps/Camera2/src/com/android/camera/ui/
H A DProgressRenderer.java123 paint.setStyle(Paint.Style.STROKE);
/packages/apps/Camera2/src/com/android/camera/widget/
H A DSettingsCling.java48 mClingPaint.setStyle(Paint.Style.FILL);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilterDraw.java81 public void setStyle(byte style) { method in class:ImageFilterDraw
119 paint.setStyle(Style.STROKE);
165 paint.setStyle(Style.STROKE);
228 paint.setStyle(Style.STROKE);
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartNetworkSeriesView.java119 mPaintStroke.setStyle(Style.STROKE);
124 mPaintFill.setStyle(Style.FILL);
129 mPaintFillSecondary.setStyle(Style.FILL);
135 mPaintEstimate.setStyle(Style.STROKE);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/
H A DHistogramView.java100 mPaint.setStyle(Paint.Style.STROKE);
105 mPaint.setStyle(Paint.Style.FILL);
133 mPaint.setStyle(Paint.Style.STROKE);
/packages/apps/Settings/src/com/android/settings/applications/
H A DLinearColorBar.java65 mPaint.setStyle(Paint.Style.FILL);
66 mColorGradientPaint.setStyle(Paint.Style.FILL);
68 mEdgeGradientPaint.setStyle(Paint.Style.STROKE);
/packages/apps/Calendar/src/com/android/calendar/month/
H A DSimpleWeekView.java322 p.setStyle(Style.FILL);
329 mMonthNumPaint.setStyle(Style.FILL);
409 p.setStyle(Style.FILL);
437 p.setStyle(Style.FILL);
480 p.setStyle(Style.STROKE);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropDrawingUtils.java32 p.setStyle(Paint.Style.STROKE);
51 p.setStyle(Paint.Style.STROKE);
61 p.setStyle(Paint.Style.FILL);
/packages/apps/Settings/src/com/android/settings/sim/
H A DSimPreferenceDialog.java228 holder.swatch.getPaint().setStyle(Paint.Style.FILL_AND_STROKE);
240 holder.swatch.getPaint().setStyle(Paint.Style.FILL_AND_STROKE);
242 holder.swatch.getPaint().setStyle(Paint.Style.STROKE);
/packages/apps/Calendar/src/com/android/calendar/
H A DColorChipView.java69 mPaint.setStyle(Style.FILL_AND_STROKE);
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DAlertDialogFragment.java73 setStyle(STYLE_NO_TITLE, android.R.attr.alertDialogTheme);

Completed in 882 milliseconds

1234