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

/frameworks/base/core/java/android/view/animation/
H A DAnimation.java67 public static final int RELATIVE_TO_SELF = 1; field in class:Animation
979 * @param type One of Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
990 case RELATIVE_TO_SELF:
1075 * One of Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
1106 RELATIVE_TO_PARENT : RELATIVE_TO_SELF;

Completed in 386 milliseconds