Home
last modified time | relevance | path

Searched refs:speed (Results 1 – 17 of 17) sorted by relevance

/development/samples/browseable/SpeedTracker/
D_index.jd9 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/
DGameView.java448 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/
DLunarView.java637 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/
DGameView.java436 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/
Dlayout86 speed full
/development/tools/emulator/skins/WXGA800-7in/
Dlayout87 speed full
/development/tools/emulator/skins/WSVGA/
Dlayout86 speed full
/development/tools/emulator/skins/WXGA800/
Dlayout86 speed full
/development/samples/browseable/BeamLargeFiles/
D_index.jd9 handshake over NFC, file transfer will take place over a secondary high-speed
/development/tools/emulator/skins/WQVGA432/
Dlayout436 speed full
/development/tools/emulator/skins/WQVGA400/
Dlayout436 speed full
/development/tools/emulator/skins/QVGA/
Dlayout437 speed full
/development/tools/emulator/skins/WVGA854/
Dlayout437 speed full
/development/tools/emulator/skins/WVGA800/
Dlayout437 speed full
/development/tools/emulator/skins/HVGA/
Dlayout441 speed full
/development/samples/SearchableDictionary/res/raw/
Ddefinitions.txt801 rapid - j. characterized by speed; moving with or capable of moving with high speed
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
Dcommit.csv146 … 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 …]