HomeSort by relevance Sort by last modified time
    Searched refs:mBackgroundPaint (Results 1 - 22 of 22) sorted by null

  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlWheel.java 81 private Paint mBackgroundPaint;
128 mBackgroundPaint = new Paint();
129 mBackgroundPaint.setStyle(Paint.Style.STROKE);
130 mBackgroundPaint.setAntiAlias(true);
466 mBackgroundPaint.setStrokeWidth(HIGHLIGHT_WIDTH);
467 mBackgroundPaint.setStrokeCap(Paint.Cap.SQUARE);
468 mBackgroundPaint.setStyle(Paint.Style.FILL_AND_STROKE);
469 mBackgroundPaint.setColor(HIGHLIGHT_FAN_COLOR);
470 canvas.drawPath(fanPath, mBackgroundPaint);
473 mBackgroundPaint.setStyle(Paint.Style.STROKE)
    [all...]
ZoomControlWheel.java 63 private Paint mBackgroundPaint;
72 mBackgroundPaint = new Paint();
73 mBackgroundPaint.setStyle(Paint.Style.STROKE);
74 mBackgroundPaint.setAntiAlias(true);
164 mBackgroundPaint.setStrokeWidth(width);
165 mBackgroundPaint.setStrokeCap(Paint.Cap.ROUND);
166 mBackgroundPaint.setColor(color);
167 canvas.drawArc(mBackgroundRect, startAngle, sweepAngle, false, mBackgroundPaint);
  /frameworks/support/wear/src/main/java/androidx/wear/widget/
RoundedDrawable.java 82 final Paint mBackgroundPaint;
96 mBackgroundPaint = new Paint();
97 mBackgroundPaint.setAntiAlias(true);
98 mBackgroundPaint.setColor(Color.TRANSPARENT);
149 mBackgroundPaint.setColor(color);
160 return mBackgroundPaint.getColor();
209 mBackgroundPaint);
238 mBackgroundPaint.setAlpha(alpha);
  /packages/apps/Camera2/src/com/android/camera/
PanoProgressBar.java 41 private final Paint mBackgroundPaint = new Paint();
58 mBackgroundPaint.setStyle(Paint.Style.FILL);
59 mBackgroundPaint.setAlpha(0xff);
87 mBackgroundPaint.setColor(color);
169 canvas.drawRect(mDrawBounds, mBackgroundPaint);
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoProgressBar.java 38 private final Paint mBackgroundPaint = new Paint();
55 mBackgroundPaint.setStyle(Paint.Style.FILL);
56 mBackgroundPaint.setAlpha(0xff);
83 mBackgroundPaint.setColor(color);
164 canvas.drawRect(mDrawBounds, mBackgroundPaint);
  /packages/apps/Camera2/src/com/android/camera/ui/
TouchCircleDrawable.java 52 private Paint mBackgroundPaint = new Paint();
82 mBackgroundPaint.setAntiAlias(true);
83 mBackgroundPaint.setColor(resources.getColor(R.color.mode_icon_hover_highlight));
135 canvas.drawCircle(mCenter.x, mCenter.y, mBackgroundRadius, mBackgroundPaint);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
AssistOrbView.java 43 private final Paint mBackgroundPaint = new Paint();
118 mBackgroundPaint.setAntiAlias(true);
119 mBackgroundPaint.setColor(getResources().getColor(R.color.assist_orb_color));
134 mBackgroundPaint);
270 mBackgroundPaint.setAlpha(255);
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
TaskThumbnailView.java 77 private final Paint mBackgroundPaint = new Paint();
103 mBackgroundPaint.setColor(Color.WHITE);
119 mBackgroundPaint.setColor(color);
188 canvas.drawRoundRect(x, y, width, height, cornerRadius, cornerRadius, mBackgroundPaint);
209 mBackgroundPaint.setColorFilter(filter);
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
AnalogWatchFaceService.java 98 private Paint mBackgroundPaint;
148 mBackgroundPaint = new Paint();
149 mBackgroundPaint.setColor(Color.BLACK);
361 canvas.drawBitmap(mGrayBackgroundBitmap, 0, 0, mBackgroundPaint);
363 canvas.drawBitmap(mBackgroundBitmap, 0, 0, mBackgroundPaint);
442 canvas.drawRect(mPeekCardBounds, mBackgroundPaint);
SweepWatchFaceService.java 89 private Paint mBackgroundPaint;
120 mBackgroundPaint = new Paint();
121 mBackgroundPaint.setColor(Color.BLACK);
326 canvas.drawBitmap(mGrayBackgroundBitmap, 0, 0, mBackgroundPaint);
328 canvas.drawBitmap(mBackgroundBitmap, 0, 0, mBackgroundPaint);
407 canvas.drawRect(mPeekCardBounds, mBackgroundPaint);
ComplicationSimpleWatchFaceService.java 120 private Paint mBackgroundPaint;
194 mBackgroundPaint = new Paint();
195 mBackgroundPaint.setColor(Color.BLACK);
560 canvas.drawBitmap(mGrayBackgroundBitmap, 0, 0, mBackgroundPaint);
562 canvas.drawBitmap(mBackgroundBitmap, 0, 0, mBackgroundPaint);
706 canvas.drawRect(mPeekCardBounds, mBackgroundPaint);
DigitalWatchFaceService.java 148 Paint mBackgroundPaint;
202 mBackgroundPaint = new Paint();
203 mBackgroundPaint.setColor(mInteractiveBackgroundColor);
348 adjustPaintColorToCurrentMode(mBackgroundPaint, mInteractiveBackgroundColor,
423 updatePaintIfInteractive(mBackgroundPaint, color);
461 canvas.drawRect(0, 0, bounds.width(), bounds.height(), mBackgroundPaint);
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
SeekBar.java 63 private final Paint mBackgroundPaint = new Paint(Paint.ANTI_ALIAS_FLAG);
80 mBackgroundPaint.setColor(Color.GRAY);
133 canvas.drawRoundRect(mBackgroundRect, radius, radius, mBackgroundPaint);
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
ControllerView.java 57 private Paint mBackgroundPaint;
184 mBackgroundPaint = new Paint();
185 mBackgroundPaint.setStyle(Paint.Style.FILL);
186 mBackgroundPaint.setDither(true);
187 mBackgroundPaint.setAntiAlias(true);
347 canvas.drawRect(0, 0, getWidth(), getHeight(), mBackgroundPaint);
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
DigitalWatchFaceService.java 154 Paint mBackgroundPaint;
208 mBackgroundPaint = new Paint();
209 mBackgroundPaint.setColor(mInteractiveBackgroundColor);
354 adjustPaintColorToCurrentMode(mBackgroundPaint, mInteractiveBackgroundColor,
429 updatePaintIfInteractive(mBackgroundPaint, color);
467 canvas.drawRect(0, 0, bounds.width(), bounds.height(), mBackgroundPaint);
AnalogComplicationWatchFaceService.java 162 private Paint mBackgroundPaint;
270 mBackgroundPaint = new Paint();
271 mBackgroundPaint.setColor(mBackgroundColor);
463 mBackgroundPaint.setColor(Color.BLACK);
482 mBackgroundPaint.setColor(mBackgroundColor);
    [all...]
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
DigitalWatchFaceService.java 154 Paint mBackgroundPaint;
208 mBackgroundPaint = new Paint();
209 mBackgroundPaint.setColor(mInteractiveBackgroundColor);
354 adjustPaintColorToCurrentMode(mBackgroundPaint, mInteractiveBackgroundColor,
429 updatePaintIfInteractive(mBackgroundPaint, color);
467 canvas.drawRect(0, 0, bounds.width(), bounds.height(), mBackgroundPaint);
AnalogComplicationWatchFaceService.java 162 private Paint mBackgroundPaint;
270 mBackgroundPaint = new Paint();
271 mBackgroundPaint.setColor(mBackgroundColor);
463 mBackgroundPaint.setColor(Color.BLACK);
482 mBackgroundPaint.setColor(mBackgroundColor);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
TaskSnapshotSurface.java 125 private final Paint mBackgroundPaint = new Paint();
241 mBackgroundPaint.setColor(backgroundColor != 0 ? backgroundColor : WHITE);
398 mBackgroundPaint);
401 c.drawRect(0, frame.bottom, c.getWidth(), c.getHeight(), mBackgroundPaint);
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 936 mBackgroundPaint);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewHeader.java 83 private Paint mBackgroundPaint = new Paint();
88 mBackgroundPaint.setColor(Color.argb(255, 0, 0, 0));
89 mBackgroundPaint.setAntiAlias(true);
101 mBackgroundPaint.setColor(color);
133 mCornerRadius, mCornerRadius, mBackgroundPaint);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 142 private final Paint mBackgroundPaint = new Paint();
468 mBackgroundPaint.setAntiAlias(true);
545 canvas.drawRect(darkLeft, darkTop, darkRight, darkBottom, mBackgroundPaint);
561 mCornerRadius, mCornerRadius, mBackgroundPaint);
587 mBackgroundPaint.setColor(color);
633 mBackgroundPaint.setXfermode(mDrawBackgroundAsSrc && !mFadingOut && !mParentNotFullyVisible
    [all...]

Completed in 794 milliseconds