Searched defs:setStyle (Results 1 - 5 of 5) sorted by relevance

/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/TV/src/com/android/exoplayer/text/
H A DSubtitleView.java126 setStyle(CaptionStyleCompat.DEFAULT);
173 public void setStyle(CaptionStyleCompat style) { method in class:SubtitleView
279 paint.setStyle(Style.FILL);
300 textPaint.setStyle(Style.FILL_AND_STROKE);
311 textPaint.setStyle(Style.FILL);
318 textPaint.setStyle(Style.FILL);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
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);
/packages/apps/TV/libs/
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
H A Dexoplayer_v2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer2/ ...

Completed in 246 milliseconds