HomeSort by relevance Sort by last modified time
    Searched full:flip (Results 1 - 25 of 1821) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/replicaisland/src/com/replica/replicaisland/
CollisionVolume.java 55 public abstract boolean intersects(Vector2 position, FlipInfo flip, CollisionVolume other,
58 public float getMinXPosition(FlipInfo flip) {
60 if (flip != null && flip.flipX) {
62 value = flip.parentWidth - maxX;
69 public float getMaxXPosition(FlipInfo flip) {
71 if (flip != null && flip.flipX) {
73 value = flip.parentWidth - minX;
80 public float getMinYPosition(FlipInfo flip) {
    [all...]
SphereCollisionVolume.java 85 public boolean intersects(Vector2 position, FlipInfo flip, CollisionVolume other,
91 result = other.intersects(otherPosition, otherFlip, this, position, flip);
94 offsetByCenter(mWorkspaceVector, mCenter, flip);
159 private static void offsetByCenter(Vector2 position, Vector2 center, FlipInfo flip) {
160 if (flip != null && (flip.flipX || flip.flipY)) {
161 if (flip.flipX) {
162 position.x += flip.parentWidth - center.x;
167 if (flip.flipY)
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyFlipEvent.java 25 * monkey keyboard flip event
29 // Raw keyboard flip event data
62 Logger.out.println(":Sending Flip keyboardOpen=" + mKeyboardOpen);
65 // inject flip event
72 Logger.out.println("Got IOException performing flip" + e);
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
FlipDrawable.java 37 * <pre>< flip ><post>
56 * From 0f to END_VALUE. Determines the flip progress between mFront and mBack. 0f means
75 * <pre>< flip ><post>
80 * @param flipDurationMs The duration of the actual flip. This duration includes both
82 * @param preFlipDurationMs The duration before the actual flip begins. Subclasses can use this
84 * @param postFlipDurationMs The duration after the actual flip begins. Subclasses can use this
144 // During pre-flip.
147 // During post-flip.
150 // During flip.
160 // The flip is a simple 1 dimensional scale
239 public void flip() { method in class:FlipDrawable
259 flip(); method
    [all...]
CheckableContactFlipDrawable.java 62 // duration of the flip animation (where delay is 0).
65 // For the flip animation duration <pre>[_][]|[][_]<post>
68 // Need delay to skip the first half of the flip duration.
70 // Actual duration is the second half of the flip duration.
98 public void flip() { method in class:CheckableContactFlipDrawable
99 super.flip();
100 // Keep the checkmark animators in sync with the flip animator.
133 * more or less in sync with the containing FlipDrawable's flip animator.
  /external/guava/guava/src/com/google/common/collect/
BoundType.java 33 BoundType flip() { method
42 BoundType flip() { method
54 abstract BoundType flip(); method in class:BoundType
  /prebuilts/go/darwin-x86/src/math/big/
arith_s390x.s 101 VPDI $0x4,V1,V1,V1 // flip the doublewords to big-endian order
102 VPDI $0x4,V2,V2,V2 // flip the doublewords to big-endian order
107 VPDI $0x4,V9,V9,V9 // flip the doublewords to big-endian order
108 VPDI $0x4,V10,V10,V10 // flip the doublewords to big-endian order
121 VPDI $0x4,V3,V3,V3 // flip the doublewords to big-endian order
122 VPDI $0x4,V4,V4,V4 // flip the doublewords to big-endian order
123 VPDI $0x4,V11,V11,V11 // flip the doublewords to big-endian order
124 VPDI $0x4,V12,V12,V12 // flip the doublewords to big-endian order
136 VPDI $0x4,V5,V5,V5 // flip the doublewords to big-endian order
137 VPDI $0x4,V6,V6,V6 // flip the doublewords to big-endian orde
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
arith_s390x.s 101 VPDI $0x4,V1,V1,V1 // flip the doublewords to big-endian order
102 VPDI $0x4,V2,V2,V2 // flip the doublewords to big-endian order
107 VPDI $0x4,V9,V9,V9 // flip the doublewords to big-endian order
108 VPDI $0x4,V10,V10,V10 // flip the doublewords to big-endian order
121 VPDI $0x4,V3,V3,V3 // flip the doublewords to big-endian order
122 VPDI $0x4,V4,V4,V4 // flip the doublewords to big-endian order
123 VPDI $0x4,V11,V11,V11 // flip the doublewords to big-endian order
124 VPDI $0x4,V12,V12,V12 // flip the doublewords to big-endian order
136 VPDI $0x4,V5,V5,V5 // flip the doublewords to big-endian order
137 VPDI $0x4,V6,V6,V6 // flip the doublewords to big-endian orde
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
ConsoleActivity.java 94 protected ViewFlipper flip = null; field in class:ConsoleActivity
150 flip.removeAllViews();
209 synchronized (flip) {
213 if (flip.getDisplayedChild() == flipIndex) {
216 flip.removeViewAt(flipIndex);
222 final int numChildren = flip.getChildCount();
223 if (flip.getDisplayedChild() >= numChildren && numChildren > 0) {
224 flip.setDisplayedChild(numChildren - 1);
229 if (flip.getChildCount() == 0) {
236 View view = flip.getCurrentView()
    [all...]
  /external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
ValidationTestUtilTest.java 67 expected.flip();
79 expected.flip();
90 expected.flip();
100 expected.flip();
112 expected.flip();
121 expected.flip();
  /external/autotest/client/site_tests/login_ChromeProfileSanitary/
control 15 browser to flip over to using the 'Default' profile, which is neither
  /external/libcxx/test/std/utilities/template.bitset/bitset.members/
flip_one.pass.cpp 10 // test bitset<N>& flip(size_t pos);
42 v.flip(50);
47 v.flip(50);
49 v.flip(50);
  /external/selinux/libselinux/man/man8/
togglesebool.8 3 togglesebool \- flip the current value of a SELinux boolean
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/template.bitset/bitset.members/
flip_one.pass.cpp 10 // test bitset<N>& flip(size_t pos);
42 v.flip(50);
47 v.flip(50);
49 v.flip(50);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
BitSetTest.java 487 bs2.flip(0, 128);
687 fail("Test1: Attempt to flip with negative index failed to generate exception");
694 fail("Test2: Attempt to flip with negative index failed to generate exception");
704 fail("Test4: Attempt to flip with illegal args failed to generate exception");
745 bs.flip(9);
746 assertFalse("Failed to flip bit", bs.get(8));
747 assertTrue("Failed to flip bit", bs.get(9));
748 assertTrue("Failed to flip bit", bs.get(10));
753 bs.flip(9);
754 assertTrue("Failed to flip bit", bs.get(8))
    [all...]
  /bootable/recovery/minui/
graphics.h 27 // Causes the current drawing surface (returned by the most recent call to Flip() or Init()) to
29 virtual GRSurface* Flip() = 0;
graphics_fbdev.h 28 GRSurface* Flip() override;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/util/
UriEncoderTest.java 35 buff.flip();
43 buff.flip();
  /external/swiftshader/src/Main/
FrameBufferGDI.hpp 29 void flip(sw::Surface *source) override;
32 void flip(HWND windowOverride, sw::Surface *source) override;
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
SpritePlaneBase.cpp 36 bool SpritePlaneBase::flip(void *ctx) function in class:android::intel::SpritePlaneBase
39 return DisplayPlane::flip(ctx);
  /hardware/intel/img/hwcomposer/merrifield/ips/penwell/
PnwOverlayPlane.cpp 37 bool PnwOverlayPlane::flip() function in class:android::intel::PnwOverlayPlane
39 //TODO: implement flip
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
SpritePlaneBase.cpp 36 bool SpritePlaneBase::flip(void *ctx) function in class:android::intel::SpritePlaneBase
39 return DisplayPlane::flip(ctx);
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
ValPixConverter.java 29 public static float valToPix(double val, double min, double max, float lengthPix, boolean flip) {
38 if(flip) {
60 * @param flip True if the axis should be reversed before calculated. This is the case
64 public static double pixToVal(float pix, double min, double max, float lengthPix, boolean flip) {
73 if(flip) {
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/
KeyboardTest.java 66 // Pressing the key must flip the "pressed" state only.
74 // Releasing the key inside the key area must flip the "pressed" state and toggle the "on"
83 // Pressing the key again must flip the "pressed" state only.
91 // Releasing the key inside the key area must flip the "pressed" state and toggle the "on"
  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardFlipListener.java 22 * flip animation begins and ends respectively.

Completed in 1164 milliseconds

1 2 3 4 5 6 7 8 91011>>