Skip to content

Commit 729091e

Browse files
committed
SystemUI: Make GhbmIlluminationListener a public interface
Change-Id: I8b70d796e3b0b207f07dcb94b2ff4b57b125a890
1 parent 8320454 commit 729091e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/SystemUI/src/com/android/systemui/biometrics/UdfpsSurfaceView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class UdfpsSurfaceView extends SurfaceView implements SurfaceHolder.Callb
4141
/**
4242
* Notifies {@link UdfpsView} when to enable GHBM illumination.
4343
*/
44-
interface GhbmIlluminationListener {
44+
public interface GhbmIlluminationListener {
4545
/**
4646
* @param surface the surface for which GHBM should be enabled.
4747
* @param onDisplayConfigured a runnable that should be run after GHBM is enabled.

0 commit comments

Comments
 (0)