Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74d3fa5f authored by Pat Plunkett's avatar Pat Plunkett
Browse files

Hide Vr2dDisplayFlag annotation

Bug: 113857483
Test: lunch taimen_xr-userdebug; builds; runs
Change-Id: Ide43d77cb3d453586c7df7d4653ed5a23b3e4b21
parent 8cc536c8
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -474,9 +474,6 @@ package android.app {
    method public android.app.Vr2dDisplayProperties.Builder setEnabled(boolean);
  }

  public static abstract class Vr2dDisplayProperties.Vr2dDisplayFlag implements java.lang.annotation.Annotation {
  }

  public class VrManager {
    method public int getVr2dDisplayId();
    method public boolean isPersistentVrModeEnabled();
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ public final class Vr2dDisplayProperties implements Parcelable {

    public static final int FLAG_VIRTUAL_DISPLAY_ENABLED = 1;

    /** @hide */
    @Retention(RetentionPolicy.SOURCE)
    @IntDef({
        FLAG_VIRTUAL_DISPLAY_ENABLED