Searched refs:mStartLuma (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
H A D | ScreenRotationAnimation.java | 122 private float mStartLuma; field in ScreenRotationAnimation 179 mStartLuma = getMedianBorderLuma(hardwareBuffer, screenshotBuffer.getColorSpace()); in ScreenRotationAnimation() 185 t.setColor(mBackColorSurface, new float[]{mStartLuma, mStartLuma, mStartLuma}); in ScreenRotationAnimation() 309 final int startColor = Color.rgb(mStartLuma, mStartLuma, mStartLuma); in startColorAnimation()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ScreenRotationAnimation.java | 133 private float mStartLuma; field in ScreenRotationAnimation 226 mStartLuma = RotationAnimationUtils.getMedianBorderLuma(hardwareBuffer, in ScreenRotationAnimation() 236 t.setColor(mBackColorSurface, new float[]{mStartLuma, mStartLuma, mStartLuma}); in ScreenRotationAnimation() 634 final int startColor = Color.rgb(mStartLuma, mStartLuma, mStartLuma); in startColorAnimation() 661 pw.println(prefix + "startLuma=" + mStartLuma in startColorAnimation() 669 proto.write(START_LUMA, mStartLuma); in startColorAnimation()
|