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

1 23 4 5 6

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageDraw.java 86 mBorderPaint.setStyle(Paint.Style.STROKE);
265 mIconPaint.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);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 361 mBatteryGoodPaint.setStyle(Paint.Style.STROKE);
363 mBatteryWarnPaint.setStyle(Paint.Style.STROKE);
365 mBatteryCriticalPaint.setStyle(Paint.Style.STROKE);
368 mChargingPaint.setStyle(Paint.Style.STROKE);
369 mScreenOnPaint.setStyle(Paint.Style.STROKE);
370 mGpsOnPaint.setStyle(Paint.Style.STROKE);
371 mWifiRunningPaint.setStyle(Paint.Style.STROKE);
372 mCpuRunningPaint.setStyle(Paint.Style.STROKE);
375 mDebugRectPaint.setStyle(Paint.Style.STROKE);
460 mDateLinePaint.setStyle(Paint.Style.STROKE);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas_Delegate.java 586 if (style == Paint.Style.STROKE.nativeInt ||
612 if (style == Paint.Style.STROKE.nativeInt ||
653 if (style == Paint.Style.STROKE.nativeInt ||
681 if (style == Paint.Style.STROKE.nativeInt ||
711 if (style == Paint.Style.STROKE.nativeInt ||
    [all...]
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameView.java 134 mLinePaint.setStyle(Style.STROKE);
139 mWinPaint.setStyle(Style.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 218 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);
  /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);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardCircleFramedDrawable.java 133 mPaint.setStyle(Paint.Style.STROKE);
164 public boolean verifyParams(float iconSize, int frameColor, float stroke,
168 && mStrokeWidth == stroke
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DebugOverlayView.java 75 mDebugOutline.setStyle(Paint.Style.STROKE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowView.java 235 pt.setStyle(Paint.Style.STROKE);
TrustDrawable.java 95 mPaint.setStyle(Paint.Style.STROKE);
UserAvatarView.java 78 mFramePaint.setStyle(Paint.Style.STROKE);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ShapesActivity.java 61 mStrokePaint.setStyle(Paint.Style.STROKE);
  /frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
TestWallpaper.java 104 paint.setStyle(Paint.Style.STROKE);
  /packages/apps/Camera/src/com/android/camera/ui/
FaceView.java 91 mPaint.setStyle(Style.STROKE);

Completed in 1782 milliseconds

1 23 4 5 6