/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/ |
D | PlaybackControlSupportHelper.java | 206 int speed; in getCurrentPosition() local 208 speed = 0; in getCurrentPosition() 210 speed = 1; in getCurrentPosition() 213 speed = getFastForwardSpeeds()[index]; in getCurrentPosition() 216 speed = -getRewindSpeeds()[index]; in getCurrentPosition() 221 (System.currentTimeMillis() - mStartTime) * speed; in getCurrentPosition() 248 protected void startPlayback(int speed) { in startPlayback() argument 249 if (speed == mSpeed) { in startPlayback() 253 mSpeed = speed; in startPlayback()
|
D | PlaybackControlHelper.java | 204 int speed; in getCurrentPosition() local 206 speed = 0; in getCurrentPosition() 208 speed = 1; in getCurrentPosition() 211 speed = getFastForwardSpeeds()[index]; in getCurrentPosition() 214 speed = -getRewindSpeeds()[index]; in getCurrentPosition() 219 (System.currentTimeMillis() - mStartTime) * speed; in getCurrentPosition() 246 protected void startPlayback(int speed) { in startPlayback() argument 247 if (speed == mSpeed) { in startPlayback() 251 mSpeed = speed; in startPlayback()
|
/development/ndk/platforms/android-3/include/ |
D | termios.h | 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed) in cfsetospeed() argument 87 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD); in cfsetospeed() 96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed) in cfsetispeed() argument 98 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD); in cfsetispeed()
|
/development/samples/browseable/SpeedTracker/ |
D | _index.jd | 11 current speed of the device on the watch. User can set a speed 12 limit and if the speed approaches that limit, it changes the
|
/development/ndk/platforms/android-3/include/linux/raid/ |
D | xor.h | 22 int speed; member
|
/development/ndk/platforms/android-21/include/linux/usb/ |
D | gadgetfs.h | 36 enum usb_device_speed speed; member
|
/development/ndk/platforms/android-21/include/linux/ |
D | bpqether.h | 37 int speed; member
|
D | scc.h | 132 long speed; member
|
D | firewire-cdev.h | 236 __u32 speed; member 319 __u32 speed; member
|
/development/ndk/platforms/android-21/include/linux/hsi/ |
D | hsi_char.h | 55 uint32_t speed; member
|
/development/tools/emulator/skins/WSVGA/ |
D | layout | 86 speed full
|
/development/tools/emulator/skins/WXGA800-7in/ |
D | layout | 87 speed full
|
/development/tools/emulator/skins/WXGA720/ |
D | layout | 86 speed full
|
/development/tools/emulator/skins/WXGA800/ |
D | layout | 86 speed full
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | GameView.java | 448 float speed = mRandom.nextFloat() * (mMaxObstacleSpeed - mMinObstacleSpeed) 450 float velocityX = (float) Math.cos(direction) * speed; 451 float velocityY = (float) Math.sin(direction) * speed; 671 final float speed = pythag(mVelocityX, mVelocityY); 672 if (speed > maxSpeed) { 673 final float scale = maxSpeed / speed;
|
/development/samples/LunarLander/src/com/example/android/lunarlander/ |
D | LunarView.java | 637 double speed = Math.hypot(mDX, mDY); in doDraw() local 638 int speedWidth = (int) (UI_BAR * speed / PHYS_SPEED_MAX); in doDraw() 640 if (speed <= mGoalSpeed) { in doDraw() 759 double speed = Math.hypot(mDX, mDY); in updatePhysics() local 766 && speed > PHYS_SPEED_HYPERSPACE) { in updatePhysics() 778 } else if (speed > mGoalSpeed) { in updatePhysics()
|
/development/samples/browseable/BeamLargeFiles/ |
D | _index.jd | 9 handshake over NFC, file transfer will take place over a secondary high-speed
|
/development/samples/ControllerSample/src/com/example/controllersample/ |
D | GameView.java | 436 float speed = mRandom.nextFloat() * (mMaxObstacleSpeed - mMinObstacleSpeed) in step() local 438 float velocityX = (float) Math.cos(direction) * speed; in step() 439 float velocityY = (float) Math.sin(direction) * speed; in step() 995 final float speed = pythag(mVelocityX, mVelocityY); 996 if (speed > mMaxSpeed) { 997 final float scale = mMaxSpeed / speed;
|
/development/ndk/platforms/android-21/include/linux/dvb/ |
D | video.h | 89 __s32 speed; member
|
/development/tools/emulator/skins/QVGA/ |
D | layout | 437 speed full
|
/development/tools/emulator/skins/WQVGA400/ |
D | layout | 436 speed full
|
/development/tools/emulator/skins/WVGA854/ |
D | layout | 437 speed full
|
/development/tools/emulator/skins/WVGA800/ |
D | layout | 437 speed full
|
/development/tools/emulator/skins/WQVGA432/ |
D | layout | 436 speed full
|
/development/tools/emulator/skins/HVGA/ |
D | layout | 441 speed full
|