HomeSort by relevance Sort by last modified time
    Searched refs:setStyle (Results 351 - 375 of 494) sorted by null

<<11121314151617181920

  /external/chromium/chrome/browser/ui/views/
status_bubble_views.cc 120 void SetStyle(BubbleStyle style);
331 void StatusBubbleViews::StatusView::SetStyle(BubbleStyle style) {
340 paint.setStyle(SkPaint::kFill_Style);
748 view_->SetStyle(StatusView::STYLE_BOTTOM);
750 view_->SetStyle(StatusView::STYLE_FLOATING);
752 view_->SetStyle(StatusView::STYLE_STANDARD);
768 view_->SetStyle(StatusView::STYLE_STANDARD_RIGHT);
785 view_->SetStyle(StatusView::STYLE_STANDARD);
  /external/chromium/chrome/browser/ui/views/tabs/
tab.cc 581 paint.setStyle(SkPaint::kFill_Style);
  /external/chromium_org/ash/system/tray/
tray_background_view.cc 221 paint.setStyle(SkPaint::kFill_Style);
  /external/chromium_org/ash/wm/
maximize_bubble_controller.cc 174 paint.setStyle(SkPaint::kFill_Style);
  /external/chromium_org/cc/output/
software_renderer.cc 299 current_paint_.setStyle(SkPaint::kStroke_Style);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderNamedFlowThread.cpp 100 setStyle(newStyle);
TextAutosizer.cpp 262 renderer->setStyle(newStyle.release());
RenderObject.cpp     [all...]
RenderBlock.cpp 359 currCont->setStyle(newStyle);
571 cloneBlock->setStyle(style());
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkDevice.cpp 456 paintWithShader.setStyle(SkPaint::kFill_Style);
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/src/core/
SkDevice.cpp 456 paintWithShader.setStyle(SkPaint::kFill_Style);
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /frameworks/base/core/java/android/gesture/
GestureOverlayView.java 180 gesturePaint.setStyle(Paint.Style.STROKE);
  /frameworks/base/core/java/com/android/internal/app/
MediaRouteChooserDialogFragment.java 89 setStyle(STYLE_NO_TITLE, R.style.Theme_DeviceDefault_Dialog);
  /frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java 299 mPaint.setStyle(Paint.Style.STROKE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseView.java 460 pt.setStyle(Paint.Style.STROKE);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
Spline.java 313 paint.setStyle(Paint.Style.STROKE);
ImageShow.java 576 paint.setStyle(Paint.Style.STROKE);
580 paint.setStyle(Paint.Style.FILL);
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
ChartSweepView.java 138 mOutlinePaint.setStyle(Style.STROKE);
  /packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
PolarClockWallpaper.java 366 paint.setStyle(Paint.Style.STROKE);
  /frameworks/base/core/java/android/app/
Notification.java     [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 139 stroke_paint.setStyle(SkPaint::kStroke_Style);
750 paint.setStyle(SkPaint::kFill_Style);
753 paint.setStyle(SkPaint::kStroke_Style);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 379 sFoldersPaint.setStyle(Paint.Style.FILL);
386 sFoldersPaint.setStyle(Paint.Style.FILL);
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]

Completed in 768 milliseconds

<<11121314151617181920