|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.htc.view.DisplaySetting
public class DisplaySetting
control panel 3D display setting
| Field Summary | |
|---|---|
static int |
STEREOSCOPIC_3D_FORMAT_INTERLEAVED
stereoscopic 3D format interleaved |
static int |
STEREOSCOPIC_3D_FORMAT_OFF
stereoscopic 3D format off |
static int |
STEREOSCOPIC_3D_FORMAT_SIDE_BY_SIDE
stereoscopic 3D format side-by-side |
static int |
STEREOSCOPIC_3D_FORMAT_TOP_BOTTOM
stereoscopic 3D format top-bottom |
| Constructor Summary | |
|---|---|
DisplaySetting()
|
|
| Method Summary | |
|---|---|
static boolean |
setStereoscopic3DFormat(android.view.Surface surface,
int format)
enable or disable 3D display |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int STEREOSCOPIC_3D_FORMAT_OFF
public static final int STEREOSCOPIC_3D_FORMAT_SIDE_BY_SIDE
public static final int STEREOSCOPIC_3D_FORMAT_TOP_BOTTOM
public static final int STEREOSCOPIC_3D_FORMAT_INTERLEAVED
| Constructor Detail |
|---|
public DisplaySetting()
| Method Detail |
|---|
public static boolean setStereoscopic3DFormat(android.view.Surface surface,
int format)
surface - the surface instance from SurfaceViewformat - the stereoscopic 3D format constant value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||