blob: 27bd300eb39f506ecc21f148c4b9f89f4792dec9 [file] [log] [blame]
/*
* This file is auto-generated. DO NOT MODIFY.
*/
package android.hardware.graphics.common;
/** @hide */
public @interface Interlaced {
public static final long NONE = 0L;
public static final long TOP_BOTTOM = 1L;
public static final long RIGHT_LEFT = 2L;
}