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

1 2

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTranslateAnimation.java 21 this.fromXType = TranslateAnimation.ABSOLUTE;
23 this.toXType = TranslateAnimation.ABSOLUTE;
25 this.fromYType = TranslateAnimation.ABSOLUTE;
27 this.toYType = TranslateAnimation.ABSOLUTE;
  /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...]
  /development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
ViewAnimations.java 62 new TranslateAnimation(Animation.ABSOLUTE, 0,
64 Animation.ABSOLUTE, 0, Animation.ABSOLUTE, 100);
  /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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdflong.asm 57 SECTION CODE ABSOLUTE=0xFFFFFFFF00000000 FLAT USE64
163 SECTION IDTR ABSOLUTE=0x00000000 FLAT USE16
221 SECTION SMM ABSOLUTE=0x00038000 USE16
229 SECTION RESET ABSOLUTE=0xFFFFFFF0 USE16
xdfprotect.asm 43 SECTION CODE ABSOLUTE=0x00400000 FLAT USE32
136 SECTION IDTR ABSOLUTE=0x00000000 FLAT USE16
168 SECTION SMM ABSOLUTE=0x00038000 USE16
176 SECTION RESET ABSOLUTE=0xFFFFFFF0 USE16
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TranslateAnimationTest.java 42 int defType = Animation.ABSOLUTE;
  /frameworks/compile/mclinker/include/mcld/Script/
UnaryOp.h 66 IntOperand* UnaryOp<Operator::ABSOLUTE>::eval(const Module&,
Operator.h 72 ABSOLUTE = 32,
149 Operator& Operator::create<Operator::ABSOLUTE>();
  /frameworks/compile/mclinker/lib/Script/
Operator.cpp 54 "ABSOLUTE",
146 Operator& Operator::create<Operator::ABSOLUTE>()
148 static UnaryOp<Operator::ABSOLUTE> op;
UnaryOp.cpp 61 IntOperand* UnaryOp<Operator::ABSOLUTE>::eval(const Module& pModule,
ScriptParser.yy 119 %token ABSOLUTE
763 | ABSOLUTE '(' exp ')'
766 &Operator::create<Operator::ABSOLUTE>());
ScriptScanner.ll 104 <EXPRESSION>"ABSOLUTE" { return token::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...]
  /external/eigen/blas/testing/
cblat2.f 369 9994 FORMAT( ' ABSOLUTE VALUE OF INCX OR INCY IS 0 OR GREATER THAN ',
    [all...]
dblat2.f 364 9994 FORMAT( ' ABSOLUTE VALUE OF INCX OR INCY IS 0 OR GREATER THAN ',
    [all...]
sblat2.f 364 9994 FORMAT( ' ABSOLUTE VALUE OF INCX OR INCY IS 0 OR GREATER THAN ',
    [all...]
zblat2.f 370 9994 FORMAT( ' ABSOLUTE VALUE OF INCX OR INCY IS 0 OR GREATER THAN ',
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 892 milliseconds

1 2