Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoteAnimationAdapter ¶
type RemoteAnimationAdapter struct {
Duration int64
StatusBarTransitionDelay int64
ChangeNeedsSnapshot bool
}
func (*RemoteAnimationAdapter) MarshalParcel ¶
func (s *RemoteAnimationAdapter) MarshalParcel( p *parcel.Parcel, ) error
func (*RemoteAnimationAdapter) UnmarshalParcel ¶
func (s *RemoteAnimationAdapter) UnmarshalParcel( p *parcel.Parcel, ) error
type RemoteAnimationDefinition ¶
type RemoteAnimationDefinition struct {
Size int32
}
func (*RemoteAnimationDefinition) MarshalParcel ¶
func (s *RemoteAnimationDefinition) MarshalParcel( p *parcel.Parcel, ) error
func (*RemoteAnimationDefinition) UnmarshalParcel ¶
func (s *RemoteAnimationDefinition) UnmarshalParcel( p *parcel.Parcel, ) error
type RemoteAnimationTarget ¶
type RemoteAnimationTarget struct {
TaskId int32
Mode int32
IsTranslucent bool
PrefixOrderIndex int32
IsNotInRecents bool
AllowEnterPip bool
WindowType int32
HasAnimatingParent bool
BackgroundColor int32
ShowBackdrop bool
WillShowImeOnTarget bool
RotationChange int32
WindowConfiguration *appTypes.WindowConfiguration
}
func (*RemoteAnimationTarget) MarshalParcel ¶
func (s *RemoteAnimationTarget) MarshalParcel( p *parcel.Parcel, ) error
func (*RemoteAnimationTarget) UnmarshalParcel ¶
func (s *RemoteAnimationTarget) UnmarshalParcel( p *parcel.Parcel, ) error
type SurfaceControl ¶
func (*SurfaceControl) MarshalParcel ¶
func (s *SurfaceControl) MarshalParcel( p *parcel.Parcel, ) error
func (*SurfaceControl) UnmarshalParcel ¶
func (s *SurfaceControl) UnmarshalParcel( p *parcel.Parcel, ) error
type SurfaceControlTransaction ¶
type SurfaceControlTransaction struct {
}
func (*SurfaceControlTransaction) MarshalParcel ¶
func (s *SurfaceControlTransaction) MarshalParcel( p *parcel.Parcel, ) error
func (*SurfaceControlTransaction) UnmarshalParcel ¶
func (s *SurfaceControlTransaction) UnmarshalParcel( p *parcel.Parcel, ) error
Click to show internal directories.
Click to hide internal directories.