Versions in this module Expand all Collapse all v0 v0.0.6 Mar 22, 2026 v0.0.5 Mar 22, 2026 Changes in this version + type Bitmap struct + func (s *Bitmap) MarshalParcel(p *parcel.Parcel) error + func (s *Bitmap) UnmarshalParcel(p *parcel.Parcel) error + type GraphicBuffer struct + Format int32 + Height int32 + Usage int32 + Width int32 + func (s *GraphicBuffer) MarshalParcel(p *parcel.Parcel) error + func (s *GraphicBuffer) UnmarshalParcel(p *parcel.Parcel) error + type Insets struct + Bottom int32 + Left int32 + Right int32 + Top int32 + func (s *Insets) MarshalParcel(p *parcel.Parcel) error + func (s *Insets) UnmarshalParcel(p *parcel.Parcel) error + type Point struct + X int32 + Y int32 + func (s *Point) MarshalParcel(p *parcel.Parcel) error + func (s *Point) UnmarshalParcel(p *parcel.Parcel) error + type PointF struct + X float32 + Y float32 + func (s *PointF) MarshalParcel(p *parcel.Parcel) error + func (s *PointF) UnmarshalParcel(p *parcel.Parcel) error + type Rect struct + Bottom int32 + Left int32 + Right int32 + Top int32 + func (s *Rect) MarshalParcel(p *parcel.Parcel) error + func (s *Rect) UnmarshalParcel(p *parcel.Parcel) error + type RectF struct + Bottom float32 + Left float32 + Right float32 + Top float32 + func (s *RectF) MarshalParcel(p *parcel.Parcel) error + func (s *RectF) UnmarshalParcel(p *parcel.Parcel) error + type Region struct + func (s *Region) MarshalParcel(p *parcel.Parcel) error + func (s *Region) UnmarshalParcel(p *parcel.Parcel) error