/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | GestureTrailDrawingPoints.java | 99 final int elapsedTime = (int)(downTime - mCurrentTimeBase); in addStrokeLocked() local 102 eventTimes[i] -= elapsedTime; in addStrokeLocked() 122 private static int getAlpha(final int elapsedTime, final GestureTrailDrawingParams params) { in getAlpha() argument 123 if (elapsedTime < params.mFadeoutStartDelay) { in getAlpha() 127 * (elapsedTime - params.mFadeoutStartDelay) in getAlpha() 141 private static float getWidth(final int elapsedTime, final GestureTrailDrawingParams params) { in getWidth() argument 143 return params.mTrailStartWidth - (deltaWidth * elapsedTime) / params.mTrailLingerDuration; in getWidth() 180 final int elapsedTime = sinceDown - eventTimes[startIndex]; in drawGestureTrailLocked() local 182 if (elapsedTime < params.mTrailLingerDuration) { in drawGestureTrailLocked() 197 final int elapsedTime = sinceDown - eventTimes[i]; in drawGestureTrailLocked() local [all …]
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/ |
D | dynamic_language_model_probability_utils.h | 44 const int elapsedTime = TimeKeeper::peekCurrentTime() - historicalInfo.getTimestamp(); in getDecayedProbability() local 45 if (elapsedTime < 0) { in getDecayedProbability() 56 const int elapsedTime = TimeKeeper::peekCurrentTime() - historicalInfo.getTimestamp(); in shouldRemoveEntryDuringGC() local 57 return elapsedTime > DURATION_TO_DISCARD_ENTRY_IN_SECONDS; in shouldRemoveEntryDuringGC()
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/ |
D | dbregtest.cpp | 208 double elapsedTime = (ts2.tv_sec - ts1.tv_sec)*1000.0; // sec to ms in main() local 209 elapsedTime += (ts2.tv_usec - ts1.tv_usec)/1000.0; // us to ms in main() 210 cout <<"\nelapsedTime for Reg<< "<<elapsedTime<<" ms >>>>>>>>>>>>>\n"; in main() 242 elapsedTime = (ts4.tv_sec - ts3.tv_sec)*1000.0; // sec to ms in main() 243 elapsedTime += (ts4.tv_usec - ts3.tv_usec)/1000.0; // us to ms in main() 244 cout <<"\nelapsedTime for Warp <<"<<elapsedTime<<" ms >>>>>>>>>>>>>\n"; in main()
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
D | OverScroller.java | 300 final long elapsedTime = time - mScrollerX.mStartTime; in computeScrollOffset() local 303 if (elapsedTime < duration) { in computeScrollOffset() 304 float q = (float) (elapsedTime) / duration; in computeScrollOffset() 711 final int elapsedTime = (int) (time - mStartTime); in extendDuration() local 712 mDuration = elapsedTime + extend; in extendDuration()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
D | ImportantNoticeUtils.java | 129 final long elapsedTime = currentTimeInMillis - firstDisplayTimeInMillis; in hasContactsNoticeTimeoutPassed() local 130 return elapsedTime >= TIMEOUT_OF_IMPORTANT_NOTICE; in hasContactsNoticeTimeoutPassed()
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
D | IndicatorControlWheel.java | 311 int elapsedTime = (int) (SystemClock.uptimeMillis() - mAnimationStartTime); in rotateWheel() local 312 if (elapsedTime >= ANIMATION_TIME) { in rotateWheel() 313 elapsedTime = ANIMATION_TIME; in rotateWheel() 318 int expectedAngle = startAngle + (totalDegrees * elapsedTime / ANIMATION_TIME); in rotateWheel()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | AbstractContactAggregator.java | 489 long elapsedTime = System.currentTimeMillis() - start; in aggregateInTransaction() local 490 EventLog.writeEvent(LOG_SYNC_CONTACTS_AGGREGATION, elapsedTime, actualCount); in aggregateInTransaction() 494 (actualCount == 0 ? "" : ", " + (elapsedTime / actualCount) in aggregateInTransaction()
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
D | CallCardFragment.java | 286 mElapsedTime = (TextView) view.findViewById(R.id.elapsedTime); in onViewCreated()
|
/packages/apps/Browser2/test/webexposed/ |
D | global-interface-listing-expected.txt | 32 getter elapsedTime 4735 getter elapsedTime 5288 getter elapsedTime 5352 getter elapsedTime
|
/packages/apps/TV/usbtuner/libs/ |
D | exoplayer_1.5.6.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/packages/services/Telecomm/libs/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |