OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newRotation
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/services/core/java/com/android/server/audio/
RotationHelper.java
100
int
newRotation
= ((WindowManager) sContext.getSystemService(
103
if (
newRotation
!= sDeviceRotation) {
104
sDeviceRotation =
newRotation
;
/frameworks/base/services/core/java/com/android/server/policy/
WindowOrientationListener.java
[
all
...]
/frameworks/base/services/core/java/com/android/server/wm/
Task.java
580
final int
newRotation
= displayContent.getDisplayInfo().rotation;
581
if (mRotation ==
newRotation
) {
597
displayContent.rotateBounds(mRotation,
newRotation
, mTmpRect2);
TaskStack.java
367
final int
newRotation
= mDisplayContent.getDisplayInfo().rotation;
369
if (mRotation ==
newRotation
&& mDensity == newDensity) {
386
final int
newRotation
= getDisplayInfo().rotation;
389
if (mRotation ==
newRotation
&& mDensity == newDensity) {
403
mDisplayContent.rotateBounds(mRotation,
newRotation
, mTmpRect2);
[
all
...]
/cts/tests/tests/telecom/src/android/telecom/cts/
RemoteConnectionTest.java
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java
329
int
newRotation
= displayInfo.rotation;
334
if (
newRotation
!= mLastRotation) {
339
mRotationAtLastSurfaceSizeUpdate =
newRotation
;
350
boolean redrawNeeded = surfaceDimensionsChanged ||
newRotation
!= mLastRotation;
358
mLastRotation =
newRotation
;
[
all
...]
Completed in 171 milliseconds