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/
RotateAnimation.java 34 private int mPivotXType = ABSOLUTE;
35 private int mPivotYType = ABSOLUTE;
98 * being rotated, specified as an absolute number where 0 is the left
101 * being rotated, specified as an absolute number where 0 is the top
108 mPivotXType = ABSOLUTE;
109 mPivotYType = ABSOLUTE;
124 * Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
127 * is being rotated, specified as an absolute number where 0 is the
128 * left edge. This value can either be an absolute number if
129 * pivotXType is ABSOLUTE, or a percentage (where 1.0 is 100%
    [all...]
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...]
ScaleAnimation.java 48 private int mPivotXType = ABSOLUTE;
49 private int mPivotYType = ABSOLUTE;
165 * being scaled, specified as an absolute number where 0 is the left
168 * being scaled, specified as an absolute number where 0 is the top
179 mPivotXType = ABSOLUTE;
180 mPivotYType = ABSOLUTE;
196 * Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
199 * is being scaled, specified as an absolute number where 0 is the
201 * size.) This value can either be an absolute number if pivotXType
202 * is ABSOLUTE, or a percentage (where 1.0 is 100%) otherwise
    [all...]
Animation.java 59 * The specified dimension is an absolute number of pixels.
61 public static final int ABSOLUTE = 0;
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
RotateAnimationTest.java 77 new RotateAnimation(0.6f, 0.6f, Animation.ABSOLUTE, 0.6f, Animation.ABSOLUTE, 0.6f);
79 new RotateAnimation(-0.6f, -0.6f, Animation.ABSOLUTE, -0.6f, Animation.ABSOLUTE, -0.6f);
AnimationTest.java 490 assertEquals(1.0f, myAnimation.resolveSize(Animation.ABSOLUTE, 1.0f, 0, 0));
491 assertEquals(2.0f, myAnimation.resolveSize(Animation.ABSOLUTE, 2.0f, 0, 0));
  /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...]
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /external/srec/config/en.us/dictionary/
c0.6 424 ABSOLUTE AE1 B S AH0 L UW2 T
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 194 milliseconds