Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/
DStaticDisplayInfo.cpp33 FlattenableHelpers::getFlattenedSize(installOrientation); in getFlattenedSize()
44 RETURN_IF_ERROR(FlattenableHelpers::flatten(&buffer, &size, installOrientation)); in flatten()
53 RETURN_IF_ERROR(FlattenableHelpers::unflatten(&buffer, &size, &installOrientation)); in unflatten()
/frameworks/base/services/core/java/com/android/server/display/
DDisplayDeviceInfo.java379 public int installOrientation = Surface.ROTATION_0; field in DisplayDeviceInfo
441 || installOrientation != other.installOrientation) { in diff()
486 installOrientation = other.installOrientation; in copyFrom()
535 sb.append(", installOrientation ").append(installOrientation); in toString()
DLogicalDisplay.java410 mBaseDisplayInfo.installOrientation = deviceInfo.installOrientation; in updateLocked()
DLocalDisplayAdapter.java693 mInfo.installOrientation = mStaticDisplayInfo.installOrientation; in getDisplayDeviceInfoLocked()
/frameworks/base/core/java/android/view/
DDisplayInfo.java324 public int installOrientation; field in DisplayInfo
398 && installOrientation == other.installOrientation; in equals()
450 installOrientation = other.installOrientation; in copyFrom()
508 installOrientation = source.readInt(); in readFromParcel()
564 dest.writeInt(installOrientation); in writeToParcel()
822 sb.append(Surface.rotationToString(installOrientation)); in toString()
DSurfaceControl.java1862 public @Surface.Rotation int installOrientation; field in SurfaceControl.StaticDisplayInfo
1870 + ", installOrientation=" + installOrientation + "}"; in toString()
1882 && installOrientation == that.installOrientation; in equals()
1887 return Objects.hash(isInternal, density, secure, deviceProductInfo, installOrientation); in hashCode()
DDisplay.java938 return mDisplayInfo.installOrientation; in getInstallOrientation()
/frameworks/native/libs/ui/include/ui/
DStaticDisplayInfo.h35 Rotation installOrientation = ROTATION_0; member
/frameworks/native/libs/ui/include_vndk/ui/
DStaticDisplayInfo.h35 Rotation installOrientation = ROTATION_0; member
/frameworks/native/include/ui/
DStaticDisplayInfo.h35 Rotation installOrientation = ROTATION_0; member
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp97 jfieldID installOrientation; member
1307 env->SetIntField(object, gStaticDisplayInfoClassInfo.installOrientation, in nativeGetStaticDisplayInfo()
1308 static_cast<uint32_t>(info.installOrientation)); in nativeGetStaticDisplayInfo()
2322 gStaticDisplayInfoClassInfo.installOrientation = in register_android_view_SurfaceControl()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp968 info->installOrientation = display->getPhysicalOrientation(); in getStaticDisplayInfo()