Searched refs:speed (Results 1 – 17 of 17) sorted by relevance
/development/samples/browseable/SpeedTracker/ |
D | _index.jd | 9 to gather location and speed. The sample provides a simple screen that shows the 10 current speed of the device on the watch. User can set a speed 11 limit and if the speed approaches that limit, it changes the
|
/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/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/tools/emulator/skins/WXGA720/ |
D | layout | 86 speed full
|
/development/tools/emulator/skins/WXGA800-7in/ |
D | layout | 87 speed full
|
/development/tools/emulator/skins/WSVGA/ |
D | layout | 86 speed full
|
/development/tools/emulator/skins/WXGA800/ |
D | layout | 86 speed full
|
/development/samples/browseable/BeamLargeFiles/ |
D | _index.jd | 9 handshake over NFC, file transfer will take place over a secondary high-speed
|
/development/tools/emulator/skins/WQVGA432/ |
D | layout | 436 speed full
|
/development/tools/emulator/skins/WQVGA400/ |
D | layout | 436 speed full
|
/development/tools/emulator/skins/QVGA/ |
D | layout | 437 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/HVGA/ |
D | layout | 441 speed full
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 801 rapid - j. characterized by speed; moving with or capable of moving with high speed
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 146 … meta-index cache for file indexes. This significantly speeds up reading speed for files larger t… 603 …bfd53cd29ac985,platform/cts,fake_eF-hIwXCRg--jb-UVoJdSw@fakeemail.com,10x speed improvement for SE… 1371 …atform/cts,fake_RbxZHO0QQ_mTcefdD3jXfw@fakeemail.com,[ITS] Enable non-debug mode to speed up tests. 1606 …3497f2fdf804b5,platform/cts,fake_eF-hIwXCRg--jb-UVoJdSw@fakeemail.com,10x speed improvement for SE… 1694 …ix CtsVerifierUSBCompanion to handle different aoap protocl driver impl. Add read/write speed test. 2498 …b177070,platform/cts,fake_wEaC-W2gRuaKlcqxAiIzJA@fakeemail.com,Moderize + speed up print CTS tests. 4378 …2748080,platform/cts,fake_-GzTuAD5Sce8j4vuLkLFZg@fakeemail.com,Change the speed threshold in the L… 4466 …668fb5bdd,platform/cts,fake_v6ayg9eqTjOYMMCx8IPZpA@fakeemail.com,Add USB Accessory mode speed test. 4622 …4b3c730ffdd6c8bf53,platform/cts,fake_qKxJgn32RT-zeoulNFaVxg@fakeemail.com,Determinism begets speed. 5800 …6ayg9eqTjOYMMCx8IPZpA@fakeemail.com,Set zygote process priority to -20 to speed up VM startup time. [all …]
|