HomeSort by relevance Sort by last modified time
    Searched refs:mColors (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /development/samples/Snake/src/com/example/android/snake/
BackgroundView.java 34 private int[] mColors = new int[4];
48 mColors[0] = a.getColor(R.styleable.BackgroundView_colorSegmentOne, Color.RED);
49 mColors[1] = a.getColor(R.styleable.BackgroundView_colorSegmentTwo, Color.YELLOW);
50 mColors[2] = a.getColor(R.styleable.BackgroundView_colorSegmentThree, Color.BLUE);
51 mColors[3] = a.getColor(R.styleable.BackgroundView_colorSegmentFour, Color.GREEN);
63 for (int triangle = 0; triangle < mColors.length; triangle++) {
65 Arrays.fill(mFillColors, mColors[triangle]);
  /frameworks/base/graphics/java/android/graphics/
SweepGradient.java 36 private int[] mColors;
67 mColors = colors.clone();
85 mColors = null;
92 return nativeCreate1(nativeMatrix, mCx, mCy, mColors, mPositions);
105 copy = new SweepGradient(mCx, mCy, mColors.clone(),
RadialGradient.java 37 private int[] mColors;
73 mColors = colors.clone();
106 mColors, mPositions, mTileMode.nativeInt);
120 copy = new RadialGradient(mX, mY, mRadius, mColors.clone(),
LinearGradient.java 38 private int[] mColors;
71 mColors = colors.clone();
97 mColors = null;
106 mColors, mPositions, mTileMode.nativeInt);
120 copy = new LinearGradient(mX0, mY0, mX1, mY1, mColors.clone(),
  /developers/build/prebuilts/gradle/Flashlight/Wearable/src/main/java/com/example/android/wearable/flashlight/
PartyLightView.java 33 private int[] mColors = new int[] {
85 mCurrentColor = getColor(mProgress, mColors[mFromColorIndex],
86 mColors[mToColorIndex]);
93 if (mToColorIndex >= mColors.length) {
  /developers/samples/android/wearable/wear/Flashlight/Wearable/src/main/java/com/example/android/wearable/flashlight/
PartyLightView.java 33 private int[] mColors = new int[] {
85 mCurrentColor = getColor(mProgress, mColors[mFromColorIndex],
86 mColors[mToColorIndex]);
93 if (mToColorIndex >= mColors.length) {
  /development/samples/browseable/Flashlight/src/com.example.android.wearable.flashlight/
PartyLightView.java 33 private int[] mColors = new int[] {
85 mCurrentColor = getColor(mProgress, mColors[mFromColorIndex],
86 mColors[mToColorIndex]);
93 if (mToColorIndex >= mColors.length) {
  /frameworks/opt/colorpicker/src/com/android/colorpicker/
ColorPickerDialog.java 49 protected int[] mColors = null;
99 mColors = savedInstanceState.getIntArray(KEY_COLORS);
115 if (mColors != null) {
142 mPalette.drawPalette(mColors, mSelectedColor);
164 if (mColors != colors || mSelectedColor != selectedColor) {
165 mColors = colors;
172 if (mColors != colors) {
173 mColors = colors;
193 if (mPalette != null && mColors != null) {
194 mPalette.drawPalette(mColors, mSelectedColor, mColorContentDescriptions)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarColorPickerDialog.java 130 mColors = new int[colorsToSort.length];
131 for (int i = 0; i < mColors.length; i++) {
132 mColors[i] = colorsToSort[i];
177 if (mColors == null) {
180 int[] colorKeys = new int[mColors.length];
181 for (int i = 0; i < mColors.length; i++) {
182 colorKeys[i] = mColorKeyMap.get(mColors[i]);
199 if (mColors != null && colorKeys != null) {
200 for (int i = 0; i < mColors.length; i++) {
201 mColorKeyMap.put(mColors[i], colorKeys[i])
    [all...]
  /frameworks/layoutlib/bridge/src/android/graphics/
Gradient_Delegate.java 26 protected final int[] mColors;
67 mColors = colors;
79 private final int[] mColors;
85 mColors = colors;
117 mGradient[i] = computeColor(mColors[prevPos], mColors[nextPos], percent);
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
SamplePointWideGamutVerifier.java 33 private final Color[] mColors;
38 mColors = colors;
47 Color c = mColors[i];
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SetWallpaperActivity.java 43 final static private int[] mColors =
69 int mColor = (int) Math.floor(Math.random() * mColors.length);
70 wallpaperDrawable.setColorFilter(mColors[mColor], PorterDuff.Mode.MULTIPLY);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
BitmapMeshActivity.java 41 private int[] mColors;
58 mColors = new int[] {
82 canvas.drawBitmapMesh(mBitmap1, 3, 3, mVertices, 0, mColors, 0, null);
BitmapMeshLayerActivity.java 42 private int[] mColors;
59 mColors = new int[] {
75 canvas.drawBitmapMesh(mBitmap1, 3, 3, mVertices, 0, mColors, 0, null);
  /frameworks/wilhelm/src/itf/
ILEDArray.cpp 73 thiz->mColors[index] = color;
92 SLHSL color = thiz->mColors[index];
114 SLHSL *color = thiz->mColors;
  /frameworks/base/core/java/android/content/res/
ColorStateList.java 141 private int[] mColors;
155 mColors = colors;
209 mColors = orig.mColors.clone();
288 final int[] colors = new int[mColors.length];
291 colors[i] = (mColors[i] & 0xFFFFFF) | (alpha << 24);
380 mColors = new int[listSize];
382 System.arraycopy(colorList, 0, mColors, 0, listSize);
431 defaultAlphaMod = Color.alpha(mColors[i]) / 255.0f;
448 R.styleable.ColorStateListItem_color, mColors[i])
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CreateBitmap.java 56 private int[] mColors;
72 mColors = createColors();
73 int[] colors = mColors;
118 canvas.drawBitmap(mColors, 0, STRIDE, 0, 0, WIDTH, HEIGHT,
121 canvas.drawBitmap(mColors, 0, STRIDE, 0, 0, WIDTH, HEIGHT,
PathEffects.java 37 private int[] mColors;
67 mColors = new int[] { Color.BLACK, Color.RED, Color.BLUE,
85 mPaint.setColor(mColors[i]);
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
SearchOrbView.java 49 private Colors mColors;
309 return mColors.color;
316 mColors = colors;
317 mIcon.setColorFilter(mColors.iconColor);
320 setOrbViewColor(mColors.color);
330 return mColors;
355 mColors.color, mColors.brightColor, mColors.color);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/touch/
TouchPointView.java 37 private final int[] mColors = {
87 int color = mColors[finger.pointerId % mColors.length];
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/touch/
TouchPointView.java 38 private final int[] mColors = {
111 int color = mColors[finger.pointerId % mColors.length];
  /developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/java/com/example/android/basicmediarouter/
MainActivity.java 72 mColors = getResources().getIntArray(R.array.androidcolors);
287 public int[] mColors;
295 mPresentation.setColor(mColors[mColor]);
296 mColor = (mColor + 1) % mColors.length;
  /developers/samples/android/media/BasicMediaRouter/Application/src/main/java/com/example/android/basicmediarouter/
MainActivity.java 72 mColors = getResources().getIntArray(R.array.androidcolors);
287 public int[] mColors;
295 mPresentation.setColor(mColors[mColor]);
296 mColor = (mColor + 1) % mColors.length;
  /development/samples/browseable/BasicMediaRouter/src/com.example.android.basicmediarouter/
MainActivity.java 72 mColors = getResources().getIntArray(R.array.androidcolors);
287 public int[] mColors;
295 mPresentation.setColor(mColors[mColor]);
296 mColor = (mColor + 1) % mColors.length;
  /frameworks/base/libs/hwui/
Patch.h 66 const uint32_t* mColors;

Completed in 599 milliseconds

1 2 3 4