ds0000254 / mixare

Automatically exported from code.google.com/p/mixare
0 stars 0 forks source link

getRotation #148

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
hello can anyone explain me how the method getRotation() from class 
Compatibility works? what it returns and how we use it.

Original issue reported on code.google.com by mixalhs....@gmail.com on 30 Nov 2012 at 5:29

GoogleCodeExporter commented 8 years ago
private static java.lang.reflect.Method mDefaultDisplay_getRotation

A "Pointer" to the "getRotation" method of a display if supported or null if 
not supported

See Also:
Display#getRotation()

The method tries to invoke the above method and will return an integer which 
represents the rotation. If the method does not exist (ie not supported), the 
method will always return 1.

Original comment by edwin.sc...@gmail.com on 12 Dec 2012 at 4:02

GoogleCodeExporter commented 8 years ago
thanks for your response.

Original comment by mixalhs....@gmail.com on 13 Dec 2012 at 1:45