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

1 2 3 4 5 6 78 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropView.java 340 p.setStyle(Paint.Style.FILL);
351 wpPaint.setStyle(Paint.Style.STROKE);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 603 mPaint.setStyle(Style.FILL);
717 mPaint.setStyle(Style.FILL);
749 mPaint.setStyle(Style.FILL);
DraggableDot.java 104 mGlow.setStyle(Paint.Style.STROKE);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ConfigTab.java 553 fdItalic.setStyle(SWT.ITALIC);
556 fdBold.setStyle(SWT.BOLD);
559 fdBoldItalic.setStyle(SWT.BOLD | SWT.ITALIC);
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextSkia.cpp 329 paint.setStyle(SkPaint::kStroke_Style);
412 paint.setStyle(SkPaint::kFill_Style);
576 paint.setStyle(SkPaint::kStroke_Style);
  /external/webkit/Source/WebCore/rendering/
RenderMenuList.cpp 130 m_buttonText->setStyle(style());
211 m_buttonText->setStyle(style());
221 m_buttonText->setStyle(style());
  /packages/apps/Browser/src/com/android/browser/
TabBar.java 115 mActiveShaderPaint.setStyle(Paint.Style.FILL);
118 mInactiveShaderPaint.setStyle(Paint.Style.FILL);
121 mFocusPaint.setStyle(Paint.Style.STROKE);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageGeometry.java 479 p.setStyle(Style.STROKE);
485 p.setStyle(Paint.Style.FILL);
522 p.setStyle(Paint.Style.FILL);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java 537 paint.setStyle(Paint.Style.STROKE);
545 paint.setStyle(Paint.Style.STROKE);
553 paint.setStyle(Paint.Style.STROKE);
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameView.java 134 mLinePaint.setStyle(Style.STROKE);
139 mWinPaint.setStyle(Style.STROKE);
  /external/chromium/chrome/browser/ui/views/bubble/
bubble_border.cc 409 paint.setStyle(SkPaint::kFill_Style);
433 paint.setStyle(SkPaint::kFill_Style);
  /frameworks/support/v4/java/android/support/v4/app/
NotificationCompat.java 572 public Builder setStyle(Style style) {
617 mBuilder.setStyle(this);
644 * .setStyle(new Notification.BigPictureStyle()
713 * .setStyle(new Notification.BigTextStyle()
772 * .setStyle(new Notification.InboxStyle()
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ShortcutIntentBuilder.java 320 workPaint.setStyle(Paint.Style.STROKE);
393 workPaint.setStyle(Paint.Style.FILL);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DetermineFovActivity.java 228 paint.setStyle(Paint.Style.STROKE);
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintTest.java 322 p.setStyle(Style.FILL);
325 p.setStyle(Style.FILL_AND_STROKE);
328 p.setStyle(Style.STROKE);
332 p.setStyle(null);
  /developers/samples/android/input/Multitouch/BasicMultitouch/src/com/example/android/input/multitouch/basicMultitouch/
TouchDisplayView.java 358 mBorderPaint.setStyle(Paint.Style.STROKE);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FingerPaint.java 39 mPaint.setStyle(Paint.Style.STROKE);
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 75 paint.setStyle(Paint.Style.STROKE);
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java 96 paint.setStyle(Paint.Style.STROKE);
  /external/chromium/chrome/browser/chromeos/frame/
bubble_frame_view.cc 213 paint.setStyle(SkPaint::kFill_Style);
  /external/chromium/chrome/browser/chromeos/login/
helper.cc 55 paint.setStyle(SkPaint::kFill_Style);
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.cc 312 paint.setStyle(SkPaint::kFill_Style);
  /external/chromium/chrome/browser/ui/views/
fullscreen_exit_bubble.cc 101 paint.setStyle(SkPaint::kFill_Style);
sad_tab_view.cc 84 paint.setStyle(SkPaint::kFill_Style);
  /external/chromium/chrome/browser/ui/views/location_bar/
content_setting_image_view.cc 212 outer_paint.setStyle(SkPaint::kStroke_Style);

Completed in 1130 milliseconds

1 2 3 4 5 6 78 91011>>