public interface HasInOutDurationTransition
Modifier and Type | Method and Description |
---|---|
int |
getInDuration()
Get the in / enter animation duration in milliseconds.
|
int |
getOutDuration()
Get the out / exit animation duration in milliseconds.
|
void |
setInDuration(int inDuration)
Set the in / enter animation duration in milliseconds.
|
void |
setOutDuration(int outDuration)
Set the out / exit animation duration in milliseconds.
|
void setInDuration(int inDuration)
int getInDuration()
void setOutDuration(int outDuration)
int getOutDuration()
Copyright © 2018. All rights reserved.