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

1 23 4 5 6 7

  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
CircularBitmapDrawable.java 37 * This draws all bitmaps as a circle with an optional border stroke.
62 mBorderPaint.setStyle(Style.STROKE);
68 * Set the border stroke width of this drawable.
81 * Set the border stroke color of this drawable. Set to {@link Color#TRANSPARENT} to disable.
  /frameworks/support/design/base/android/support/design/widget/
CircularBorderDrawable.java 37 * We actually draw the stroke wider than the border size given. This is to reduce any
39 * This value defines the multiplier used to determine to draw stroke width.
63 mPaint.setStyle(Paint.Style.STROKE);
96 // We need to inset the oval bounds by half the border width. This is because stroke draws
97 // the center of the border on the dimension. Whereas we want the stroke on the inside.
  /packages/apps/Camera2/src/com/android/camera/ui/
FaceView.java 82 mPaint.setStyle(Style.STROKE);
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchCircleView.java 56 /** The size of the stroke that paints the lap circle. */
59 /** The size of the stroke that paints the marker for the end of the prior lap. */
87 mPaint.setStyle(Paint.Style.STROKE);
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerCircleView.java 49 /** The size of the stroke that paints the timer circle. */
77 mPaint.setStyle(Paint.Style.STROKE);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageRedEye.java 98 paint.setStyle(Style.STROKE);
ImageDraw.java 86 mBorderPaint.setStyle(Paint.Style.STROKE);
265 mIconPaint.setStyle(Paint.Style.STROKE);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
FramedTextButton.java 106 gPaint.setStyle(Paint.Style.STROKE);
  /packages/apps/PackageInstaller/src/android/support/wearable/view/
ProgressDrawable.java 81 mPaint.setStyle(Paint.Style.STROKE);
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
DrawerArrowDrawable.java 93 mPaint.setStyle(Paint.Style.STROKE);
  /frameworks/base/core/java/android/gesture/
Gesture.java 38 * Each stroke is a sequence of timed points. A user-defined gesture can be recognized by
70 GestureStroke stroke = mStrokes.get(i); local
71 gesture.mStrokes.add((GestureStroke)stroke.clone());
91 * Adds a stroke to the gesture.
93 * @param stroke
95 public void addStroke(GestureStroke stroke) {
96 mStrokes.add(stroke);
97 mBoundingBox.union(stroke.boundingBox);
195 paint.setStyle(Paint.Style.STROKE);
229 paint.setStyle(Paint.Style.STROKE);
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
UsageGraph.java 73 mLinePaint.setStyle(Style.STROKE);
85 mDottedPaint.setStyle(Style.STROKE);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropDrawingUtils.java 32 p.setStyle(Paint.Style.STROKE);
51 p.setStyle(Paint.Style.STROKE);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 92 final int stroke = a.getColor(R.styleable.ChartNetworkSeriesView_strokeColor, Color.RED); local
99 setChartColor(stroke, fill, fillSecondary);
115 public void setChartColor(int stroke, int fill, int fillSecondary) {
118 mPaintStroke.setColor(stroke);
119 mPaintStroke.setStyle(Style.STROKE);
135 mPaintEstimate.setStyle(Style.STROKE);
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameView.java 134 mLinePaint.setStyle(Style.STROKE);
139 mWinPaint.setStyle(Style.STROKE);
  /external/libvncserver/webclients/novnc/include/
keysym.js 334 XK_Oslash = 0x00d8, /* U+00D8 LATIN CAPITAL LETTER O WITH STROKE */
335 XK_Ooblique = 0x00d8, /* U+00D8 LATIN CAPITAL LETTER O WITH STROKE */
368 XK_oslash = 0x00f8, /* U+00F8 LATIN SMALL LETTER O WITH STROKE */
369 XK_ooblique = 0x00f8, /* U+00F8 LATIN SMALL LETTER O WITH STROKE */
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlWheel.java 76 // The width of the wheel stroke.
129 mBackgroundPaint.setStyle(Paint.Style.STROKE);
473 mBackgroundPaint.setStyle(Paint.Style.STROKE);
  /packages/experimental/DreamTheater/src/com/android/dreamtheater/
BouncyDroid.java 406 pt.setStyle(Paint.Style.STROKE);
411 pt.setStyle(Paint.Style.STROKE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DetermineFovActivity.java 228 paint.setStyle(Paint.Style.STROKE);
  /developers/build/prebuilts/gradle/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java 358 mBorderPaint.setStyle(Paint.Style.STROKE);
  /developers/samples/android/input/multitouch/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java 358 mBorderPaint.setStyle(Paint.Style.STROKE);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
PathAnimations.java 217 mPathPaint.setStyle(Paint.Style.STROKE);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FingerPaint.java 39 mPaint.setStyle(Paint.Style.STROKE);
Xfermodes.java 132 paint.setStyle(Paint.Style.STROKE);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DraggableDot.java 104 mGlow.setStyle(Paint.Style.STROKE);

Completed in 1147 milliseconds

1 23 4 5 6 7