Searched refs:getPixelLuminance (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/policy/ |
H A D | TransitionAnimation.java | 1365 borderLumas[i++] = getPixelLuminance(buffer, x, 0, pixelStride, rowStride); in getBorderLuma() 1366 borderLumas[i++] = getPixelLuminance(buffer, x, height - 1, pixelStride, rowStride); in getBorderLuma() 1371 borderLumas[i++] = getPixelLuminance(buffer, 0, y, pixelStride, rowStride); in getBorderLuma() 1372 borderLumas[i++] = getPixelLuminance(buffer, width - 1, y, pixelStride, rowStride); in getBorderLuma() 1392 private static int getPixelLuminance(ByteBuffer buffer, int x, int y, int pixelStride, in getPixelLuminance() method in TransitionAnimation
|