Searched refs:mBlue (Results 1 - 6 of 6) 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/support/transition/tests/src/android/support/transition/
H A DFragmentTransitionTest.java72 assertNotNull(fragment1.mBlue);
76 assertNotNull(fragment2.mBlue);
170 View mBlue; field in class:FragmentTransitionTest.TransitionFragment
202 mBlue = view.findViewById(R.id.blueSquare);
209 if (mBlue != null) {
210 ViewCompat.setTransitionName(mBlue, "blue");
/frameworks/rs/tests/java_api/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/base/core/java/com/android/internal/graphics/palette/
H A DPalette.java447 private final int mRed, mGreen, mBlue; field in class:Palette.Swatch
460 mBlue = Color.blue(color);
468 mBlue = blue;
496 ColorUtils.RGBToHSL(mRed, mGreen, mBlue, mHsl);
/frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/
H A DPalette.java442 private final int mRed, mGreen, mBlue; field in class:Palette.Swatch
455 mBlue = Color.blue(color);
463 mBlue = blue;
491 ColorUtils.RGBToHSL(mRed, mGreen, mBlue, mHsl);

Completed in 3060 milliseconds