Home
last modified time | relevance | path

Searched refs:mBlue (Results 1 – 4 of 4) sorted by relevance

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