/packages/wallpapers/NoiseField/src/com/android/noisefield/ |
D | noisefield.rs | 30 float speed; 164 particle->speed = rsRand(0.0002f, 0.02f); 208 float speed; 216 particle->speed = rsRand(0.0002f, 0.02f); 235 speed = ( (0.25 + (noiseval * particle->speed + 0.01)) / touchDist * 0.3 ); 236 speed = speed * touchInfluence; 238 speed = .3; 240 particle->position.x += cos(rads) * speed * 0.2; 241 particle->position.y += sin(rads) * speed * 0.2; 245 speed = noiseval * particle->speed + 0.01; [all …]
|
/packages/apps/Music/src/com/android/music/ |
D | TouchInterceptor.java | 337 int speed = 0; in onTouchEvent() local 342 speed = y > (mHeight + mLowerBound) / 2 ? 16 : 4; in onTouchEvent() 344 speed = 1; in onTouchEvent() 348 speed = y < mUpperBound / 2 ? -16 : -4; in onTouchEvent() 354 speed = 0; in onTouchEvent() 357 if (speed != 0) { in onTouchEvent() 358 smoothScrollBy(speed, 30); in onTouchEvent()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | GestureStrokeRecognitionPoints.java | 243 final float speed = (float)pixelsPerSec / msecs / mKeyWidth; in detectFastMove() local 244 Log.d(TAG, String.format("[%d] detectFastMove: speed=%5.2f", mPointerId, speed)); in detectFastMove() 249 final float speed = (float)pixelsPerSec / msecs / mKeyWidth; in detectFastMove() local 252 mPointerId, speed, time, size)); in detectFastMove()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadNotifier.java | 211 long speed = 0; in updateWithLocked() local 217 speed += mDownloadSpeed.get(info.mId); in updateWithLocked() 226 if (speed > 0) { in updateWithLocked() 227 final long remainingMillis = ((total - current) * 1000) / speed; in updateWithLocked()
|
/packages/apps/Settings/src/com/android/settings/ |
D | PointerSpeedPreference.java | 93 int speed = mIm.getPointerSpeed(getContext()); in onSpeedChanged() local 94 mSeekBar.setProgress(speed - InputManager.MIN_POINTER_SPEED); in onSpeedChanged()
|
/packages/experimental/procstatlog/ |
D | procstatreport.py | 230 speed = int(key[len(speed_key):]) 232 total_cycles += (next - last) * speed
|
/packages/inputmethods/OpenWnn/ |
D | ChangeLog.txt | 65 * Improving speed of registering to the learning dictionary.
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
D | proximity_info_state_utils.cpp | 264 const float speed = static_cast<float>(length) / static_cast<float>(duration); in refreshSpeedRates() local 265 (*sampledSpeedRates)[i] = speed / averageSpeed; in refreshSpeedRates()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
D | Avrcp.java | 258 long currentPosMs, float speed) { in onClientPlaybackStateUpdate() argument
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_US_wordlist.combined.gz |
|
D | en_GB_wordlist.combined.gz |
|
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
D | nb_wordlist.combined.gz |
|
D | da_wordlist.combined.gz |
|
D | pl_wordlist.combined.gz |
|
D | hr_wordlist.combined.gz | 1dictionary=main:hr,locale=hr,description=Hrvatski,date=1393228135, ... |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
D | sv_wordlist.combined.gz | 1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ... |
D | ro_wordlist.combined.gz |
|