Loading core/java/android/view/DisplayEventReceiver.java +4 −4 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ public abstract class DisplayEventReceiver { * When retrieving vsync events, this specifies that the vsync event should happen at the normal * vsync-app tick. * <p> * Needs to be kept in sync with frameworks/native/include/gui/ISurfaceComposer.h * Keep in sync with frameworks/native/libs/gui/aidl/android/gui/ISurfaceComposer.aidl */ public static final int VSYNC_SOURCE_APP = 0; Loading @@ -52,21 +52,21 @@ public abstract class DisplayEventReceiver { * When retrieving vsync events, this specifies that the vsync event should happen whenever * Surface Flinger is processing a frame. * <p> * Needs to be kept in sync with frameworks/native/include/gui/ISurfaceComposer.h * Keep in sync with frameworks/native/libs/gui/aidl/android/gui/ISurfaceComposer.aidl */ public static final int VSYNC_SOURCE_SURFACE_FLINGER = 1; /** * Specifies to generate mode changed events from Surface Flinger. * <p> * Needs to be kept in sync with frameworks/native/include/gui/ISurfaceComposer.h * Keep in sync with frameworks/native/libs/gui/aidl/android/gui/ISurfaceComposer.aidl */ public static final int EVENT_REGISTRATION_MODE_CHANGED_FLAG = 0x1; /** * Specifies to generate frame rate override events from Surface Flinger. * <p> * Needs to be kept in sync with frameworks/native/include/gui/ISurfaceComposer.h * Keep in sync with frameworks/native/libs/gui/aidl/android/gui/ISurfaceComposer.aidl */ public static final int EVENT_REGISTRATION_FRAME_RATE_OVERRIDE_FLAG = 0x2; Loading Loading
core/java/android/view/DisplayEventReceiver.java +4 −4 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ public abstract class DisplayEventReceiver { * When retrieving vsync events, this specifies that the vsync event should happen at the normal * vsync-app tick. * <p> * Needs to be kept in sync with frameworks/native/include/gui/ISurfaceComposer.h * Keep in sync with frameworks/native/libs/gui/aidl/android/gui/ISurfaceComposer.aidl */ public static final int VSYNC_SOURCE_APP = 0; Loading @@ -52,21 +52,21 @@ public abstract class DisplayEventReceiver { * When retrieving vsync events, this specifies that the vsync event should happen whenever * Surface Flinger is processing a frame. * <p> * Needs to be kept in sync with frameworks/native/include/gui/ISurfaceComposer.h * Keep in sync with frameworks/native/libs/gui/aidl/android/gui/ISurfaceComposer.aidl */ public static final int VSYNC_SOURCE_SURFACE_FLINGER = 1; /** * Specifies to generate mode changed events from Surface Flinger. * <p> * Needs to be kept in sync with frameworks/native/include/gui/ISurfaceComposer.h * Keep in sync with frameworks/native/libs/gui/aidl/android/gui/ISurfaceComposer.aidl */ public static final int EVENT_REGISTRATION_MODE_CHANGED_FLAG = 0x1; /** * Specifies to generate frame rate override events from Surface Flinger. * <p> * Needs to be kept in sync with frameworks/native/include/gui/ISurfaceComposer.h * Keep in sync with frameworks/native/libs/gui/aidl/android/gui/ISurfaceComposer.aidl */ public static final int EVENT_REGISTRATION_FRAME_RATE_OVERRIDE_FLAG = 0x2; Loading