| /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 System.out.println(":Sending Flip keyboardOpen=" + mKeyboardOpen); 65 // inject flip event 72 System.out.println("Got IOException performing flip" + e);
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/ |
| flip_one.pass.cpp | 10 // test bitset<N>& flip(size_t pos); 34 v.flip(50); 39 v.flip(50); 41 v.flip(50);
|
| flip_all.pass.cpp | 10 // test bitset<N>& flip(); 33 v2.flip();
|
| /external/chromium_org/chrome/browser/ui/cocoa/panels/ |
| panel_utils_cocoa.mm | 10 // Flip coordinates based on the primary screen. 19 // Flip coordinates based on the primary screen. 26 // Flip coordinates based on the primary screen.
|
| /libcore/luni/src/test/java/tests/api/java/util/ |
| BitSetTest.java | 447 bs2.flip(0, 128); 698 bs.flip(9); 699 assertFalse("Failed to flip bit", bs.get(8)); 700 assertTrue("Failed to flip bit", bs.get(9)); 701 assertTrue("Failed to flip bit", bs.get(10)); 706 bs.flip(9); 707 assertTrue("Failed to flip bit", bs.get(8)); 708 assertFalse("Failed to flip bit", bs.get(9)); 709 assertFalse("Failed to flip bit", bs.get(10)); 712 bs.flip(-1) [all...] |
| /external/chromium/chrome/browser/ui/cocoa/ |
| about_ipc_controller_unittest.mm | 37 // Flip a checkbox, see it filtered, flip back, all is fine.
|
| image_utils.mm | 16 // Flip drawing and adjust the origin to make the image come out 33 // Flip drawing back, if needed.
|
| image_utils.h | 15 // transform is applied to flip it again before drawing the image.
|
| /external/chromium_org/chrome/browser/resources/options/chromeos/ |
| change_picture_options.css | 83 .camera.flip-x #user-image-preview-img { 106 .flip-x #user-image-stream-crop { 138 #flip-photo { 151 html[dir=rtl] #flip-photo { 156 /* "Flip photo" button is hidden during flip animation. */ 157 .camera.online:not(.animation) #flip-photo, 158 .camera:not(.live):not(.animation) #flip-photo {
|
| /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
| intel_pixel_copy.c | 89 bool flip = false; local 178 /* Flip dest Y if it's a window system framebuffer. */ 182 flip = !flip; 185 /* Flip source Y if it's a window system framebuffer. */ 188 flip = !flip; 199 width, height, flip,
|
| /external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/ |
| DDSLoader.java | 432 * @param flip Flip the loaded image by Y axis 437 public ByteBuffer readGrayscale2D(boolean flip, int totalSize) throws IOException { 452 if (flip) { 467 * @param flip Flip the image on the Y axis 472 public ByteBuffer readRGB2D(boolean flip, int totalSize) throws IOException { 508 if (flip) { 538 public ByteBuffer readDXT2D(boolean flip, int totalSize) throws IOException { 547 if (flip) { [all...] |
| /external/mesa3d/src/mesa/drivers/dri/intel/ |
| intel_pixel_copy.c | 89 bool flip = false; local 178 /* Flip dest Y if it's a window system framebuffer. */ 182 flip = !flip; 185 /* Flip source Y if it's a window system framebuffer. */ 188 flip = !flip; 199 width, height, flip,
|
| /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
| BitSetTest.java | 339 fail("Test1: Attempt to flip with negative index failed to generate exception"); 346 fail("Test2: Attempt to flip with negative index failed to generate exception"); 356 fail("Test4: Attempt to flip with illegal args failed to generate exception"); 540 bs2.flip(0, 128); 583 * @tests java.util.BitSet#flip(int) 586 // Test for method void java.util.BitSet.flip(int) 591 bs.flip(9); 592 assertFalse("Failed to flip bit", bs.get(8)); 593 assertTrue("Failed to flip bit", bs.get(9)); 594 assertTrue("Failed to flip bit", bs.get(10)) [all...] |
| /external/chromium_org/chrome/browser/resources/chromeos/login/ |
| oobe_screen_user_image.css | 109 .camera.flip-x #user-image-preview-img { 138 .flip-x #user-image-stream-crop { 166 #flip-photo { 179 html[dir=rtl] #flip-photo { 184 /* "Flip photo" button is hidden during flip animation. */ 185 .camera.online:not(.animation) #flip-photo {
|
| /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/ |
| CardFlipListener.java | 22 * flip animation begins and ends respectively.
|
| /external/chromium/net/tools/flip_server/ |
| constants.h | 28 #define PIDFILE "/var/run/flip-server.pid"
|
| /external/chromium_org/net/tools/flip_server/ |
| constants.h | 28 #define PIDFILE "/var/run/flip-server.pid"
|
| /external/qemu/distrib/sdl-1.2.15/ |
| README.DC | 28 - Hardware page flip support
|
| /external/qemu/distrib/sdl-1.2.15/docs/man3/ |
| SDL_Flip.3 | 11 On hardware that supports double-buffering, this function sets up a flip and returns\&. The hardware will wait for vertical retrace, and then swap video buffers before the next video surface blit or lock will return\&. On hardware that doesn\&'t support double-buffering, this is equivalent to calling \fISDL_UpdateRect\fR\fB(screen, 0, 0, 0, 0)\fR
|
| /libcore/luni/src/test/java/libcore/java/nio/channels/ |
| FileChannelTest.java | 77 buffers[0].flip(); method 80 buffers[1].flip(); method 90 buffers[0].put("abcd".getBytes("US-ASCII")).flip(); method 91 buffers[1].put("ABCD".getBytes("US-ASCII")).flip(); method
|
| /development/samples/HelloEffects/res/values/ |
| strings.xml | 28 <string name="flipvert">Flip Vertical</string> 29 <string name="fliphor">Flip Horizontal</string>
|
| /external/chromium_org/chrome/browser/ui/cocoa/ |
| about_ipc_controller_unittest.mm | 54 // Flip a checkbox, see it filtered, flip back, all is fine.
|
| /libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/ |
| ASCCharsetDecoderTest.java | 51 // buffer.flip(); 61 buffer.flip();
|