Home
last modified time | relevance | path

Searched refs:installOrientation (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
DDisplayDeviceInfo.java462 public int installOrientation = Surface.ROTATION_0; field in DisplayDeviceInfo
538 || installOrientation != other.installOrientation in diff()
587 installOrientation = other.installOrientation; in copyFrom()
640 sb.append(", installOrientation ").append(installOrientation); in toString()
DLogicalDisplay.java548 mBaseDisplayInfo.installOrientation = deviceInfo.installOrientation; in updateLocked()
DLocalDisplayAdapter.java748 mInfo.installOrientation = mStaticDisplayInfo.installOrientation; in getDisplayDeviceInfoLocked()
/frameworks/native/libs/ui/include_vndk/ui/
DStaticDisplayInfo.h34 Rotation installOrientation = ROTATION_0; member
/frameworks/native/libs/ui/include/ui/
DStaticDisplayInfo.h34 Rotation installOrientation = ROTATION_0; member
/frameworks/native/include/ui/
DStaticDisplayInfo.h34 Rotation installOrientation = ROTATION_0; member
/frameworks/native/libs/gui/aidl/android/gui/
DStaticDisplayInfo.aidl29 Rotation installOrientation = Rotation.Rotation0;
/frameworks/base/core/java/android/view/
DDisplayInfo.java352 public int installOrientation; field in DisplayInfo
459 && installOrientation == other.installOrientation in equals()
521 installOrientation = other.installOrientation; in copyFrom()
591 installOrientation = source.readInt(); in readFromParcel()
659 dest.writeInt(installOrientation); in writeToParcel()
932 sb.append(Surface.rotationToString(installOrientation)); in toString()
DSurfaceControl.java1718 public @Surface.Rotation int installOrientation; field in SurfaceControl.StaticDisplayInfo
1726 + ", installOrientation=" + installOrientation + "}"; in toString()
1738 && installOrientation == that.installOrientation; in equals()
1743 return Objects.hash(isInternal, density, secure, deviceProductInfo, installOrientation); in hashCode()
DDisplay.java1087 return mDisplayInfo.installOrientation; in getInstallOrientation()
/frameworks/base/services/core/java/com/android/server/wm/
DDeferredDisplayUpdater.java420 || first.installOrientation != second.installOrientation in calculateDisplayInfoDiff()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp104 jfieldID installOrientation; member
1297 env->SetIntField(object, gStaticDisplayInfoClassInfo.installOrientation, in nativeGetStaticDisplayInfo()
1298 static_cast<uint32_t>(info.installOrientation)); in nativeGetStaticDisplayInfo()
2511 gStaticDisplayInfoClassInfo.installOrientation = in register_android_view_SurfaceControl()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp2563 outInfo->installOrientation = static_cast<ui::Rotation>(ginfo.installOrientation); in getStaticDisplayInfo()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1150 info->installOrientation = display->getPhysicalOrientation(); in getStaticDisplayInfo()
9800 outInfo->installOrientation = static_cast<gui::Rotation>(info.installOrientation); in getStaticDisplayInfo()