OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onProposedRotationChanged
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/policy/src/com/android/internal/policy/impl/
WindowOrientationListener.java
97
* {@link #
onProposedRotationChanged
(int)} when the device orientation changes.
182
public abstract void
onProposedRotationChanged
(int rotation);
563
onProposedRotationChanged
(proposedRotation);
[
all
...]
PhoneWindowManager.java
555
public void
onProposedRotationChanged
(int rotation) {
556
if (localLOGV) Slog.v(TAG, "
onProposedRotationChanged
, rotation=" + rotation);
[
all
...]
Completed in 28 milliseconds