Searched refs:RELATIVE_TO_SELF (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
D | ListWithDisappearingItemBug.java | 68 Animation.RELATIVE_TO_SELF, 0.0f,Animation.RELATIVE_TO_SELF, 0.0f, in onCreate() 69 Animation.RELATIVE_TO_SELF, -1.0f,Animation.RELATIVE_TO_SELF, 0.0f in onCreate()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | BitmapsActivity.java | 46 ScaleAnimation.RELATIVE_TO_SELF, 0.5f, in onCreate() 47 ScaleAnimation.RELATIVE_TO_SELF,0.5f); in onCreate()
|
/frameworks/base/core/java/android/view/animation/ |
D | Animation.java | 73 public static final int RELATIVE_TO_SELF = 1; field in Animation 1088 case RELATIVE_TO_SELF: in resolveSize() 1206 RELATIVE_TO_PARENT : RELATIVE_TO_SELF; in parseValue()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
D | AccessibilityFloatingMenuView.java | 423 new TranslateAnimation(Animation.RELATIVE_TO_SELF, 0, in startTranslateXAnimation() 424 Animation.RELATIVE_TO_SELF, toXValue, in startTranslateXAnimation() 425 Animation.RELATIVE_TO_SELF, 0, in startTranslateXAnimation() 426 Animation.RELATIVE_TO_SELF, 0); in startTranslateXAnimation()
|
/frameworks/base/core/api/ |
D | current.txt | 51219 field public static final int RELATIVE_TO_SELF = 1; // 0x1
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 35298 field public static final int RELATIVE_TO_SELF = 1; // 0x1
|