Home
last modified time | relevance | path

Searched refs:getBorderLuma (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
DRotationAnimationUtilsTest.java45 float borderLuma = TransitionAnimation.getBorderLuma(hb, mColorSpace); in blackLuma()
54 float borderLuma = TransitionAnimation.getBorderLuma(hb, mColorSpace); in whiteLuma()
62 float borderLuma = TransitionAnimation.getBorderLuma(hb, mColorSpace); in unevenBitmapDimens()
71 float borderLuma = TransitionAnimation.getBorderLuma(hb, mColorSpace); in whiteImageBlackBorderLuma()
80 float borderLuma = TransitionAnimation.getBorderLuma(hb, mColorSpace); in blackImageWhiteBorderLuma()
/frameworks/base/core/java/com/android/internal/policy/
DTransitionAnimation.java1306 public static float getBorderLuma(@NonNull HardwareBuffer hwBuffer, in getBorderLuma() method in TransitionAnimation
1311 return getBorderLuma(sourceSurfaceControl, hwBuffer.getWidth(), hwBuffer.getHeight()); in getBorderLuma()
1314 return getBorderLuma(hwBuffer, colorSpace); in getBorderLuma()
1318 public static float getBorderLuma(SurfaceControl surfaceControl, int w, int h) { in getBorderLuma() method in TransitionAnimation
1325 final float luma = getBorderLuma(hwBuffer, buffer.getColorSpace()); in getBorderLuma()
1333 public static float getBorderLuma(HardwareBuffer hwBuffer, ColorSpace colorSpace) { in getBorderLuma() method in TransitionAnimation
/frameworks/base/services/core/java/com/android/server/wm/
DScreenRotationAnimation.java265 mStartLuma = TransitionAnimation.getBorderLuma(hardwareBuffer, in ScreenRotationAnimation()
505 mEndLuma = TransitionAnimation.getBorderLuma(mDisplayContent.getWindowingLayer(), in dismiss()
DTransition.java3927 changeInfo.mSnapshotLuma = TransitionAnimation.getBorderLuma( in freeze()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DScreenRotationAnimation.java169 mStartLuma = TransitionAnimation.getBorderLuma(hardwareBuffer, in ScreenRotationAnimation()