Searched defs:RELATIVE_TO_SELF (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/animation/
H A DAnimation.java71 public static final int RELATIVE_TO_SELF = 1; field in class:Animation
992 * @param type One of Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
1003 case RELATIVE_TO_SELF:
1088 * One of Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
1119 RELATIVE_TO_PARENT : RELATIVE_TO_SELF;

Completed in 65 milliseconds