Searched refs:installOrientation (Results 1 – 14 of 14) sorted by relevance
462 public int installOrientation = Surface.ROTATION_0; field in DisplayDeviceInfo538 || installOrientation != other.installOrientation in diff()587 installOrientation = other.installOrientation; in copyFrom()640 sb.append(", installOrientation ").append(installOrientation); in toString()
548 mBaseDisplayInfo.installOrientation = deviceInfo.installOrientation; in updateLocked()
748 mInfo.installOrientation = mStaticDisplayInfo.installOrientation; in getDisplayDeviceInfoLocked()
34 Rotation installOrientation = ROTATION_0; member
29 Rotation installOrientation = Rotation.Rotation0;
352 public int installOrientation; field in DisplayInfo459 && 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()
1718 public @Surface.Rotation int installOrientation; field in SurfaceControl.StaticDisplayInfo1726 + ", installOrientation=" + installOrientation + "}"; in toString()1738 && installOrientation == that.installOrientation; in equals()1743 return Objects.hash(isInternal, density, secure, deviceProductInfo, installOrientation); in hashCode()
1087 return mDisplayInfo.installOrientation; in getInstallOrientation()
420 || first.installOrientation != second.installOrientation in calculateDisplayInfoDiff()
104 jfieldID installOrientation; member1297 env->SetIntField(object, gStaticDisplayInfoClassInfo.installOrientation, in nativeGetStaticDisplayInfo()1298 static_cast<uint32_t>(info.installOrientation)); in nativeGetStaticDisplayInfo()2511 gStaticDisplayInfoClassInfo.installOrientation = in register_android_view_SurfaceControl()
2563 outInfo->installOrientation = static_cast<ui::Rotation>(ginfo.installOrientation); in getStaticDisplayInfo()
1150 info->installOrientation = display->getPhysicalOrientation(); in getStaticDisplayInfo()9800 outInfo->installOrientation = static_cast<gui::Rotation>(info.installOrientation); in getStaticDisplayInfo()