C# Класс android.view.animation.Animation

Наследование: java.lang.Object, java.lang.Cloneable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Animation ( android arg0, android arg1 )
cancel ( ) : void
computeDurationHint ( ) : long
getDetachWallpaper ( ) : bool
getDuration ( ) : long
getFillAfter ( ) : bool
getFillBefore ( ) : bool
getInterpolator ( ) : global::android.view.animation.Interpolator
getRepeatCount ( ) : int
getRepeatMode ( ) : int
getStartOffset ( ) : long
getStartTime ( ) : long
getTransformation ( long arg0, android arg1 ) : bool
getZAdjustment ( ) : int
hasEnded ( ) : bool
hasStarted ( ) : bool
initialize ( int arg0, int arg1, int arg2, int arg3 ) : void
isFillEnabled ( ) : bool
isInitialized ( ) : bool
reset ( ) : void
restrictDuration ( long arg0 ) : void
scaleCurrentDuration ( float arg0 ) : void
setAnimationListener ( android arg0 ) : void
setDetachWallpaper ( bool arg0 ) : void
setDuration ( long arg0 ) : void
setFillAfter ( bool arg0 ) : void
setFillBefore ( bool arg0 ) : void
setFillEnabled ( bool arg0 ) : void
setInterpolator ( android arg0 ) : void
setInterpolator ( android arg0, int arg1 ) : void
setInterpolator ( global arg0 ) : void
setRepeatCount ( int arg0 ) : void
setRepeatMode ( int arg0 ) : void
setStartOffset ( long arg0 ) : void
setStartTime ( long arg0 ) : void
setZAdjustment ( int arg0 ) : void
start ( ) : void
startNow ( ) : void
willChangeBounds ( ) : bool
willChangeTransformationMatrix ( ) : bool

Защищенные методы

Метод Описание
Animation ( global @__env )
applyTransformation ( float arg0, android arg1 ) : void
clone ( ) : global::android.view.animation.Animation
ensureInterpolator ( ) : void
resolveSize ( int arg0, float arg1, int arg2, int arg3 ) : float

Приватные методы

Метод Описание
Animation ( )

Описание методов

Animation() публичный Метод

public Animation ( android arg0, android arg1 )
arg0 android
arg1 android

Animation() защищенный Метод

protected Animation ( global @__env )
@__env global

applyTransformation() защищенный Метод

protected applyTransformation ( float arg0, android arg1 ) : void
arg0 float
arg1 android
Результат void

cancel() публичный Метод

public cancel ( ) : void
Результат void

clone() защищенный Метод

protected clone ( ) : global::android.view.animation.Animation
Результат global::android.view.animation.Animation

computeDurationHint() публичный Метод

public computeDurationHint ( ) : long
Результат long

ensureInterpolator() защищенный Метод

protected ensureInterpolator ( ) : void
Результат void

getDetachWallpaper() публичный Метод

public getDetachWallpaper ( ) : bool
Результат bool

getDuration() публичный Метод

public getDuration ( ) : long
Результат long

getFillAfter() публичный Метод

public getFillAfter ( ) : bool
Результат bool

getFillBefore() публичный Метод

public getFillBefore ( ) : bool
Результат bool

getInterpolator() публичный Метод

public getInterpolator ( ) : global::android.view.animation.Interpolator
Результат global::android.view.animation.Interpolator

getRepeatCount() публичный Метод

public getRepeatCount ( ) : int
Результат int

getRepeatMode() публичный Метод

public getRepeatMode ( ) : int
Результат int

getStartOffset() публичный Метод

public getStartOffset ( ) : long
Результат long

getStartTime() публичный Метод

public getStartTime ( ) : long
Результат long

getTransformation() публичный Метод

public getTransformation ( long arg0, android arg1 ) : bool
arg0 long
arg1 android
Результат bool

getZAdjustment() публичный Метод

public getZAdjustment ( ) : int
Результат int

hasEnded() публичный Метод

public hasEnded ( ) : bool
Результат bool

hasStarted() публичный Метод

public hasStarted ( ) : bool
Результат bool

initialize() публичный Метод

public initialize ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
Результат void

isFillEnabled() публичный Метод

public isFillEnabled ( ) : bool
Результат bool

isInitialized() публичный Метод

public isInitialized ( ) : bool
Результат bool

reset() публичный Метод

public reset ( ) : void
Результат void

resolveSize() защищенный Метод

protected resolveSize ( int arg0, float arg1, int arg2, int arg3 ) : float
arg0 int
arg1 float
arg2 int
arg3 int
Результат float

restrictDuration() публичный Метод

public restrictDuration ( long arg0 ) : void
arg0 long
Результат void

scaleCurrentDuration() публичный Метод

public scaleCurrentDuration ( float arg0 ) : void
arg0 float
Результат void

setAnimationListener() публичный Метод

public setAnimationListener ( android arg0 ) : void
arg0 android
Результат void

setDetachWallpaper() публичный Метод

public setDetachWallpaper ( bool arg0 ) : void
arg0 bool
Результат void

setDuration() публичный Метод

public setDuration ( long arg0 ) : void
arg0 long
Результат void

setFillAfter() публичный Метод

public setFillAfter ( bool arg0 ) : void
arg0 bool
Результат void

setFillBefore() публичный Метод

public setFillBefore ( bool arg0 ) : void
arg0 bool
Результат void

setFillEnabled() публичный Метод

public setFillEnabled ( bool arg0 ) : void
arg0 bool
Результат void

setInterpolator() публичный Метод

public setInterpolator ( android arg0 ) : void
arg0 android
Результат void

setInterpolator() публичный Метод

public setInterpolator ( android arg0, int arg1 ) : void
arg0 android
arg1 int
Результат void

setInterpolator() публичный Метод

public setInterpolator ( global arg0 ) : void
arg0 global
Результат void

setRepeatCount() публичный Метод

public setRepeatCount ( int arg0 ) : void
arg0 int
Результат void

setRepeatMode() публичный Метод

public setRepeatMode ( int arg0 ) : void
arg0 int
Результат void

setStartOffset() публичный Метод

public setStartOffset ( long arg0 ) : void
arg0 long
Результат void

setStartTime() публичный Метод

public setStartTime ( long arg0 ) : void
arg0 long
Результат void

setZAdjustment() публичный Метод

public setZAdjustment ( int arg0 ) : void
arg0 int
Результат void

start() публичный Метод

public start ( ) : void
Результат void

startNow() публичный Метод

public startNow ( ) : void
Результат void

willChangeBounds() публичный Метод

public willChangeBounds ( ) : bool
Результат bool

willChangeTransformationMatrix() публичный Метод

public willChangeTransformationMatrix ( ) : bool
Результат bool