HomeSort by relevance Sort by last modified time
    Searched refs:ABSOLUTE (Results 1 - 16 of 16) sorted by null

  /frameworks/base/core/java/android/view/animation/
TranslateAnimation.java 30 private int mFromXType = ABSOLUTE;
31 private int mToXType = ABSOLUTE;
33 private int mFromYType = ABSOLUTE;
34 private int mToYType = ABSOLUTE;
100 mFromXType = ABSOLUTE;
101 mToXType = ABSOLUTE;
102 mFromYType = ABSOLUTE;
103 mToYType = ABSOLUTE;
110 * Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
113 * animation. This value can either be an absolute number if fromXTyp
    [all...]
RotateAnimation.java 34 private int mPivotXType = ABSOLUTE;
35 private int mPivotYType = ABSOLUTE;
96 * being rotated, specified as an absolute number where 0 is the left
99 * being rotated, specified as an absolute number where 0 is the top
106 mPivotXType = ABSOLUTE;
107 mPivotYType = ABSOLUTE;
121 * Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
124 * is being rotated, specified as an absolute number where 0 is the
125 * left edge. This value can either be an absolute number if
126 * pivotXType is ABSOLUTE, or a percentage (where 1.0 is 100%
    [all...]
ScaleAnimation.java 48 private int mPivotXType = ABSOLUTE;
49 private int mPivotYType = ABSOLUTE;
163 * being scaled, specified as an absolute number where 0 is the left
166 * being scaled, specified as an absolute number where 0 is the top
177 mPivotXType = ABSOLUTE;
178 mPivotYType = ABSOLUTE;
193 * Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
196 * is being scaled, specified as an absolute number where 0 is the
198 * size.) This value can either be an absolute number if pivotXType
199 * is ABSOLUTE, or a percentage (where 1.0 is 100%) otherwise
    [all...]
Animation.java 58 * The specified dimension is an absolute number of pixels.
60 public static final int ABSOLUTE = 0;
926 * @param type One of Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
935 case ABSOLUTE:
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
RotateAnimationTest.java 109 new RotateAnimation(0.6f, 0.6f, Animation.ABSOLUTE, 0.6f, Animation.ABSOLUTE, 0.6f);
111 new RotateAnimation(-0.6f, -0.6f, Animation.ABSOLUTE, -0.6f, Animation.ABSOLUTE, -0.6f);
AnimationTest.java 748 assertEquals(1.0f, myAnimation.resolveSize(Animation.ABSOLUTE, 1.0f, 0, 0));
749 assertEquals(2.0f, myAnimation.resolveSize(Animation.ABSOLUTE, 2.0f, 0, 0));
    [all...]
  /build/core/
armelf.xsc 193 /* Adding the word ABSOLUTE below, so that the _stack below won't float
201 _stack = ABSOLUTE(.);
armelf.x 191 /* Adding the word ABSOLUTE below, so that the _stack below won't float
199 _stack = ABSOLUTE(.);
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 233 ABSOLUTE => 1, # /var/www/... is an absolute path
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /external/srec/config/en.us/dictionary/
c0.6 424 ABSOLUTE AE1 B S AH0 L UW2 T
    [all...]
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 523 milliseconds