Searched defs:mBlue (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/params/
H A DRggbChannelVector.java63 mBlue = checkArgumentFinite(blue, "blue");
99 return mBlue;
126 return mBlue;
156 destination[offset + BLUE] = mBlue;
177 mBlue == other.mBlue;
190 Float.floatToIntBits(mBlue);
216 mRed, mGreenEven, mGreenOdd, mBlue);
222 private final float mBlue; field in class:RggbChannelVector
H A DTonemapCurve.java124 mBlue = Arrays.copyOf(blue, blue.length);
265 Arrays.equals(mBlue, other.mBlue);
280 mHashCode = HashCodeHelpers.hashCodeGeneric(mRed, mGreen, mBlue);
334 return mBlue;
347 private final float[] mBlue; field in class:TonemapCurve
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A DMaterial.java50 int mBlue; field in class:Material.MaterialProp
131 mMaterialProp[i].mBlue = blue[i];
163 mMaterialProp[i].mBlue = (rgb >> 0) & 0xff;
196 mMaterialProp[i].mBlue = (rgb >> 0) & 0xff;
245 int blue = m[0].mBlue;
268 int blue = (int) (m[k].mBlue * t1 + m[k + 1].mBlue * t2);
289 int blue = mp.mBlue;
/frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/
H A DPalette.java293 private final int mRed, mGreen, mBlue; field in class:Palette.Swatch
306 mBlue = Color.blue(color);
314 mBlue = blue;
336 ColorUtils.RGBToHSL(mRed, mGreen, mBlue, mHsl);

Completed in 208 milliseconds