OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WindowOrientationListener
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/policy/src/com/android/internal/policy/impl/
WindowOrientationListener.java
39
* You can also visualize the behavior of the
WindowOrientationListener
.
44
public abstract class
WindowOrientationListener
{
45
private static final String TAG = "
WindowOrientationListener
";
62
* Creates a new
WindowOrientationListener
.
64
* @param context for the
WindowOrientationListener
.
67
public
WindowOrientationListener
(Context context, Handler handler) {
72
* Creates a new
WindowOrientationListener
.
74
* @param context for the
WindowOrientationListener
.
83
private
WindowOrientationListener
(Context context, Handler handler, int rate) {
96
* Enables the
WindowOrientationListener
so it will monitor the sensor and cal
[
all
...]
PhoneWindowManager.java
549
class MyOrientationListener extends
WindowOrientationListener
{
[
all
...]
Completed in 49 milliseconds