Searched refs:hasProtectedContent (Results 1 – 2 of 2) sorted by relevance
19 import static com.android.internal.policy.TransitionAnimation.hasProtectedContent;182 final boolean isProtected = hasProtectedContent(hardwareBuffer.getHardwareBuffer()); in prepare()
1314 public static boolean hasProtectedContent(HardwareBuffer hardwareBuffer) { in hasProtectedContent() method in TransitionAnimation1341 if (format != HardwareBuffer.RGBA_8888 || hasProtectedContent(hwBuffer)) { in getBorderLuma()