Home
last modified time | relevance | path

Searched defs:getLumaOfSurfaceControl (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/utils/
H A DRotationAnimationUtils.java113 public static float getLumaOfSurfaceControl(Display display, SurfaceControl surfaceControl) { in getLumaOfSurfaceControl() method in RotationAnimationUtils
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DScreenRotationAnimation.java436 private static float getLumaOfSurfaceControl(Rect bounds, SurfaceControl surfaceControl) { in getLumaOfSurfaceControl() method in ScreenRotationAnimation