HomeSort by relevance Sort by last modified time
    Searched refs:mColors (Results 26 - 50 of 59) sorted by null

12 3

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorFilters.java 44 private int[] mColors;
93 mColors = new int[] {
147 for (int color : mColors) {
ColorPickerDialog.java 38 private final int[] mColors;
44 mColors = new int[] {
48 Shader s = new SweepGradient(0, 0, mColors, null);
193 mCenterPaint.setColor(interpColor(mColors, unit));
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorWheel.java 46 private final int[] mColors;
57 mColors = new int[] {
61 Shader s = new SweepGradient(0, 0, mColors, null);
210 mCenterPaint.setColor(interpColor(mColors, unit));
  /frameworks/base/libs/hwui/
Patch.h 70 const uint32_t* mColors;
Patch.cpp 61 mColors = patch->getColors();
66 if (mColors[i] == 0x0) {
222 if ((mColors[oldQuadCount] == 0) || x1 >= x2 || y1 >= y2) {
DisplayListOp.h 810 mVertices(vertices), mColors(colors) {}
814 mVertices, mColors, getPaint(renderer));
833 const int* mColors;
    [all...]
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
MultiTouchActivity.java 61 private int[] mColors;
309 // Make sure that mColors is large enough to contain the
311 if (mColors == null || mColors.length < pixel_num) {
312 mColors = new int[pixel_num];
323 mColors[n] = Color.rgb(r, g, b);
331 mColors[n] = Color.rgb(r, g, b);
337 mImageView.drawBitmap(x, y, w, h, mColors);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterView.java 51 private final int[] mColors;
197 mColors = new int[2*N];
199 mColors[2*i] = levels.getInt(i, 0);
200 mColors[2*i+1] = colors.getColor(i, 0);
234 mWarningTextPaint.setColor(mColors[1]);
289 return mColors[mColors.length-1];
292 for (int i=0; i<mColors.length; i+=2) {
293 thresh = mColors[i];
294 color = mColors[i+1]
    [all...]
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceWearableConfigActivity.java 159 private final String[] mColors;
162 mColors = colors;
173 String colorName = mColors[position];
184 } else if (position == mColors.length - 1) {
194 return mColors.length;
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceWearableConfigActivity.java 159 private final String[] mColors;
162 mColors = colors;
173 String colorName = mColors[position];
184 } else if (position == mColors.length - 1) {
194 return mColors.length;
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DigitalWatchFaceWearableConfigActivity.java 159 private final String[] mColors;
162 mColors = colors;
173 String colorName = mColors[position];
184 } else if (position == mColors.length - 1) {
194 return mColors.length;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorRectView.java 53 private int[] mColors = new int[] {
137 int[] wheelColor = new int[mColors.length];
140 Color.colorToHSV(mColors[i], hsv);
  /packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
PolarClockWallpaper.java 177 private final int[] mColors = new int[COLORS_CACHE_COUNT];
196 final int[] colors = mColors;
229 return mColors[((int) (forAngle * COLORS_CACHE_COUNT))];
235 return mColors[((int) (forAngle * COLORS_CACHE_COUNT))];
241 return mColors[((int) (forAngle * COLORS_CACHE_COUNT))];
247 return mColors[((int) (forAngle * COLORS_CACHE_COUNT))];
253 return mColors[((int) (forAngle * COLORS_CACHE_COUNT))];
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 896 final int[] colors = st.mColors;
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
MaterialProgressDrawable.java 410 private int[] mColors;
411 // mColorIndex represents the offset into the available mColors that the
466 mPaint.setColor(mColors[mColorIndex]);
505 mArrowPaint.setColor(mColors[mColorIndex]);
518 mColors = colors;
536 mColorIndex = (mColorIndex + 1) % (mColors.length);
  /prebuilts/sdk/current/support/v7/palette/libs/
android-support-v7-palette.jar 
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
SweepTests.java 263 private final int[] mColors = new int[] {
275 LinearGradient gradient = new LinearGradient(15, 45, 75, 45, mColors, null,
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
LinearGradient_Delegate.java 92 mJavaPaint = new LinearGradientPaint(x0, y0, x1, y1, mColors, mPositions, tile);
RadialGradient_Delegate.java 90 mJavaPaint = new RadialGradientPaint(x, y, radius, mColors, mPositions, tile);
SweepGradient_Delegate.java 84 mJavaPaint = new SweepGradientPaint(cx, cy, mColors, mPositions);
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 367 private int[] mColors;
549 mColors = new int[sortedColors.length];
551 mColors[i] = sortedColors[i].intValue();
554 Color.colorToHSV(mColors[i], hsv);
561 if (button != null && mColors.length > 0) {
    [all...]
  /frameworks/wilhelm/src/
itfstruct.h 365 SLHSL mColors[MAX_LED_COUNT];
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 61 int[] mColors;
69 mColors = colors;
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.10.0/
builder-0.10.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.11.2/
builder-0.11.2.jar 

Completed in 1687 milliseconds

12 3