HomeSort by relevance Sort by last modified time
    Searched refs:STROKE (Results 76 - 100 of 172) sorted by null

1 2 34 5 6 7

  /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);
  /development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
TouchDisplayView.java 358 mBorderPaint.setStyle(Paint.Style.STROKE);
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
LayoutManager.java 51 outlinePaint.setStyle(Paint.Style.STROKE);
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYLegendWidget.java 65 iconBorderPaint.setStyle(Paint.Style.STROKE);
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
TerminalView.java 82 cursorStrokePaint.setStyle(Paint.Style.STROKE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
TrustDrawable.java 84 mPaint.setStyle(Paint.Style.STROKE);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ShapesActivity.java 61 mStrokePaint.setStyle(Paint.Style.STROKE);
MultiProducerActivity.java 314 mPaint.setStyle(Paint.Style.STROKE);
  /frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
TestWallpaper.java 104 paint.setStyle(Paint.Style.STROKE);
  /frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
DrawerArrowDrawable.java 124 mPaint.setStyle(Paint.Style.STROKE);
226 * Sets the thickness (stroke size) for the bars.
228 * @param width stroke width in pixels
239 * Returns the thickness (stroke width) of the bars.
  /packages/apps/Camera2/src/com/android/camera/ui/focus/
FocusRingView.java 209 paint.setStyle(Paint.Style.STROKE);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
IconView.java 117 mPaint.setStyle(Paint.Style.STROKE);
  /packages/apps/Launcher3/src/com/android/launcher3/
PreloadIconDrawable.java 53 mPaint.setStyle(Paint.Style.STROKE);
89 * half the stroke size to accommodate the indicator.
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
ZoomControlWheel.java 59 // The width of the wheel stroke.
73 mBackgroundPaint.setStyle(Paint.Style.STROKE);
  /packages/apps/Settings/src/com/android/settings/applications/
LinearColorBar.java 68 mEdgeGradientPaint.setStyle(Paint.Style.STROKE);
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
AbstractAvatarDrawable.java 74 mBorderPaint.setStyle(Paint.Style.STROKE);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas_Delegate.java 600 if (style == Paint.Style.STROKE.nativeInt ||
626 if (style == Paint.Style.STROKE.nativeInt ||
667 if (style == Paint.Style.STROKE.nativeInt ||
695 if (style == Paint.Style.STROKE.nativeInt ||
729 // The stroke width is not consider for the size of the bounds so,
750 if (style == Paint.Style.STROKE.nativeInt ||
    [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
Plot.java 147 borderPaint.setStyle(Paint.Style.STROKE);
857 * Paint.Style.STROKE.
865 this.borderPaint.setStyle(Paint.Style.STROKE);
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
CountingTimerView.java 276 mPaintBigThin.setStyle(Paint.Style.STROKE);
283 mPaintMed.setStyle(Paint.Style.STROKE);
434 // Shrink 'width' to account for circle stroke and other painted objects.
  /development/samples/NotePad/src/com/example/android/notepad/
NoteEditor.java 95 mPaint.setStyle(Paint.Style.STROKE);
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
ColorsActivity.java 138 mShadowPaint.setStyle(Paint.Style.STROKE);
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
CaptureActivity.java 230 paint.setStyle(Paint.Style.STROKE);
  /packages/apps/Camera2/src/com/android/camera/ui/
PreviewOverlay.java 311 mPaint.setStyle(Paint.Style.STROKE);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GradControl.java 215 mPaint.setStyle(Paint.Style.STROKE);

Completed in 962 milliseconds

1 2 34 5 6 7