OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RotationWatcher
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java
487
class
RotationWatcher
{
490
RotationWatcher
(IRotationWatcher w, IBinder.DeathRecipient d) {
495
ArrayList<
RotationWatcher
> mRotationWatchers = new ArrayList<
RotationWatcher
>();
[
all
...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java
287
static final
RotationWatcher
sRotationWatcher = new
RotationWatcher
();
[
all
...]
Completed in 186 milliseconds