HomeSort by relevance Sort by last modified time
    Searched refs:setStyle (Results 126 - 150 of 400) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/skia/tests/
DrawPathTest.cpp 239 paint.setStyle(SkPaint::kStroke_Style);
258 paint.setStyle(SkPaint::kStroke_Style);
  /external/webkit/Source/WebCore/rendering/
RenderRubyRun.cpp 200 rb->setStyle(newStyle.release());
210 rr->setStyle(newStyle.release());
RenderTextControlSingleLine.cpp 440 innerBlockRenderer->setStyle(createInnerBlockStyle(style()));
444 resultsRenderer->setStyle(createResultsButtonStyle(style()));
447 cancelRenderer->setStyle(createCancelButtonStyle(style()));
450 spinRenderer->setStyle(createOuterSpinButtonStyle());
453 spinRenderer->setStyle(createInnerSpinButtonStyle());
457 speechRenderer->setStyle(createSpeechButtonStyle());
843 m_cancelButton->renderer()->setStyle(cancelButtonStyle);
    [all...]
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLRoot.cpp 79 block->setStyle(indexStyle.release());
88 block->setStyle(baseStyle.release());
  /external/webkit/Source/WebKit/android/plugins/
ANPPaintInterface.cpp 60 paint->setStyle(static_cast<SkPaint::Style>(style));
188 ASSIGN(i, setStyle);
  /external/webkit/Tools/DumpRenderTree/qt/
main.cpp 145 QApplication::setStyle(new QWindowsStyle);
150 f.setStyle(QFont::StyleNormal);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorOpacityView.java 70 mDotPaint.setStyle(Paint.Style.FILL);
74 mBarPaint1.setStyle(Paint.Style.FILL);
ColorValueView.java 66 mDotPaint.setStyle(Paint.Style.FILL);
69 mBarPaint1.setStyle(Paint.Style.FILL);
  /packages/apps/Settings/src/com/android/settings/widget/
PieChartView.java 89 mPaintOutline.setStyle(Style.STROKE);
102 paint.setStyle(Style.FILL_AND_STROKE);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
SimpleMonthView.java 272 mMonthTitlePaint.setStyle(Style.FILL);
279 mMonthTitleBGPaint.setStyle(Style.FILL);
286 mSelectedCirclePaint.setStyle(Style.FILL);
294 mMonthDayLabelPaint.setStyle(Style.FILL);
301 mMonthNumPaint.setStyle(Style.FILL);
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java 403 mMonthNumPaint.setStyle(Style.FILL);
435 mEventExtrasPaint.setStyle(Style.FILL);
447 mEventDeclinedExtrasPaint.setStyle(Style.FILL);
455 mWeekNumPaint.setStyle(Style.FILL);
463 mDNATimePaint.setStyle(Style.FILL_AND_STROKE);
467 mDNAAllDayPaint.setStyle(Style.FILL_AND_STROKE);
563 p.setStyle(Style.STROKE);
570 p.setStyle(Style.FILL);
    [all...]
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DisplayModifier.java 102 paint.setStyle(Paint.Style.FILL);
108 paint.setStyle(Paint.Style.STROKE);
116 paint.setStyle(Paint.Style.FILL_AND_STROKE);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlWheel.java 129 mBackgroundPaint.setStyle(Paint.Style.STROKE);
468 mBackgroundPaint.setStyle(Paint.Style.FILL_AND_STROKE);
473 mBackgroundPaint.setStyle(Paint.Style.STROKE);
  /packages/experimental/DreamTheater/src/com/android/dreamtheater/
BouncyDroid.java 404 pt.setStyle(Paint.Style.FILL);
406 pt.setStyle(Paint.Style.STROKE);
411 pt.setStyle(Paint.Style.STROKE);
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
ShapeTest.java 100 paint.setStyle(Style.FILL);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentDialog.java 144 setStyle(style, theme);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
SensorTest.java 185 paint.setStyle(Paint.Style.FILL);
ShapeDrawable1.java 64 mStrokePaint.setStyle(Paint.Style.STROKE);
TextAlign.java 84 mPathPaint.setStyle(Paint.Style.STROKE);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentDialogSupport.java 144 setStyle(style, theme);
  /development/samples/training/notify-user/src/com/example/android/pingme/
PingService.java 97 .setStyle(new NotificationCompat.BigTextStyle()
  /external/chromium/chrome/browser/ui/views/
detachable_toolbar_view.cc 83 border_paint.setStyle(SkPaint::kStroke_Style);
theme_install_bubble_view.cc 121 paint.setStyle(SkPaint::kFill_Style);
  /external/skia/bench/
RepeatTileBench.cpp 33 p.setStyle(SkPaint::kStroke_Style);
  /external/skia/gm/
shadertext3.cpp 84 outlinePaint.setStyle(SkPaint::kStroke_Style);

Completed in 1509 milliseconds

1 2 3 4 56 7 8 91011>>