Lines Matching refs:ReadUint32
633 uint32_t size = parcel.ReadUint32();
638 WindowType type = static_cast<WindowType>(parcel.ReadUint32());
639 SystemBarProperty prop = { parcel.ReadBool(), parcel.ReadUint32(), parcel.ReadUint32() };
661 uint32_t size = parcel.ReadUint32();
667 Rect{ parcel.ReadInt32(), parcel.ReadInt32(), parcel.ReadUint32(), parcel.ReadUint32() });
709 WindowLimits sizeLimits = { parcel.ReadUint32(), parcel.ReadUint32(), parcel.ReadUint32(),
710 parcel.ReadUint32(), parcel.ReadFloat(), parcel.ReadFloat() };
750 Rect rect = { parcel.ReadInt32(), parcel.ReadInt32(), parcel.ReadUint32(), parcel.ReadUint32() };
752 Rect reqRect = { parcel.ReadInt32(), parcel.ReadInt32(), parcel.ReadUint32(), parcel.ReadUint32() };
755 property->SetWindowType(static_cast<WindowType>(parcel.ReadUint32()));
756 property->SetWindowMode(static_cast<WindowMode>(parcel.ReadUint32()));
757 property->SetLastWindowMode(static_cast<WindowMode>(parcel.ReadUint32()));
758 property->SetWindowFlags(parcel.ReadUint32());
767 property->SetWindowId(parcel.ReadUint32());
768 property->SetParentId(parcel.ReadUint32());
773 property->SetAnimationFlag(parcel.ReadUint32());
774 property->SetWindowSizeChangeReason(static_cast<WindowSizeChangeReason>(parcel.ReadUint32()));
776 property->SetCallingWindow(parcel.ReadUint32());
777 property->SetRequestedOrientation(static_cast<Orientation>(parcel.ReadUint32()));
780 property->SetModeSupportInfo(parcel.ReadUint32());
781 property->SetRequestModeSupportInfo(parcel.ReadUint32());
782 property->SetDragType(static_cast<DragType>(parcel.ReadUint32()));
783 uint32_t w = parcel.ReadUint32();
784 uint32_t h = parcel.ReadUint32();
788 property->SetAccessTokenId(parcel.ReadUint32());
883 SetWindowId(parcel.ReadUint32());
887 SetDragType(static_cast<DragType>(parcel.ReadUint32()));
888 SetOriginRect(Rect { parcel.ReadInt32(), parcel.ReadInt32(), parcel.ReadUint32(), parcel.ReadUint32() });
889 SetRequestRect(Rect { parcel.ReadInt32(), parcel.ReadInt32(), parcel.ReadUint32(), parcel.ReadUint32() });
890 SetWindowSizeChangeReason(static_cast<WindowSizeChangeReason>(parcel.ReadUint32()));
893 SetWindowMode(static_cast<WindowMode>(parcel.ReadUint32()));
897 SetWindowFlags(parcel.ReadUint32());
909 SetCallingWindow(parcel.ReadUint32());
912 SetRequestedOrientation(static_cast<Orientation>(parcel.ReadUint32()));
924 SetModeSupportInfo(parcel.ReadUint32());
933 SetAnimationFlag(parcel.ReadUint32());
952 SetMaximizeMode(static_cast<MaximizeMode>(parcel.ReadUint32()));