/packages/apps/Launcher2/src/com/android/launcher2/ |
D | DragLayer.java | 565 final float percent = (Float) animation.getAnimatedValue(); in animateView() 569 float alphaPercent = alphaInterpolator == null ? percent : in animateView() 570 alphaInterpolator.getInterpolation(percent); in animateView() 571 float motionPercent = motionInterpolator == null ? percent : in animateView() 572 motionInterpolator.getInterpolation(percent); in animateView() 576 float scaleX = finalScaleX * percent + initialScaleX * (1 - percent); in animateView() 577 float scaleY = finalScaleY * percent + initialScaleY * (1 - percent); in animateView() 667 final float percent = (Float) animation.getAnimatedValue(); in fadeOutDragView() 669 float alpha = 1 - percent; in fadeOutDragView()
|
D | FolderIcon.java | 205 final float percent = (Float) animation.getAnimatedValue(); in animateToAcceptState() 206 mOuterRingSize = (1 + percent * OUTER_RING_GROWTH_FACTOR) * previewSize; in animateToAcceptState() 207 mInnerRingSize = (1 + percent * INNER_RING_GROWTH_FACTOR) * previewSize; in animateToAcceptState() 234 final float percent = (Float) animation.getAnimatedValue(); in animateToNaturalState() 235 mOuterRingSize = (1 + (1 - percent) * OUTER_RING_GROWTH_FACTOR) * previewSize; in animateToNaturalState() 236 mInnerRingSize = (1 + (1 - percent) * INNER_RING_GROWTH_FACTOR) * previewSize; in animateToNaturalState()
|
/packages/apps/Browser/src/com/android/browser/ |
D | BrowserSettings.java | 560 static int getRawTextZoom(int percent) { in getRawTextZoom() argument 561 return (percent - 100) / TEXT_ZOOM_STEP + TEXT_ZOOM_START_VAL; in getRawTextZoom() 569 static int getRawDoubleTapZoom(int percent) { in getRawDoubleTapZoom() argument 570 return (percent - 100) / DOUBLE_TAP_ZOOM_STEP + DOUBLE_TAP_ZOOM_START_VAL; in getRawDoubleTapZoom() 633 public void setTextZoom(int percent) { in setTextZoom() argument 634 mPrefs.edit().putInt(PREF_TEXT_ZOOM, getRawTextZoom(percent)).apply(); in setTextZoom() 643 public void setDoubleTapZoom(int percent) { in setDoubleTapZoom() argument 644 mPrefs.edit().putInt(PREF_DOUBLE_TAP_ZOOM, getRawDoubleTapZoom(percent)).apply(); in setDoubleTapZoom()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadNotification.java | 283 final int percent = (int) (100 * currentBytes / totalBytes); in buildPercentageLabel() local 284 return context.getString(R.string.download_percent, percent); in buildPercentageLabel()
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
D | BatterySipper.java | 53 double percent; field in BatterySipper
|
/packages/apps/Mms/ |
D | NOTICE | 33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/packages/wallpapers/LivePicker/ |
D | NOTICE | 33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/packages/wallpapers/MusicVisualization/ |
D | NOTICE | 33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/packages/providers/DrmProvider/ |
D | NOTICE | 33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/packages/apps/PackageInstaller/ |
D | NOTICE | 33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/packages/apps/SoundRecorder/ |
D | NOTICE | 33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/packages/providers/UserDictionaryProvider/ |
D | NOTICE | 33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/packages/wallpapers/Basic/ |
D | NOTICE | 33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/packages/apps/Camera/jni/ |
D | NOTICE | 33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/packages/providers/TelephonyProvider/ |
D | NOTICE | 33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/packages/providers/MediaProvider/ |
D | NOTICE | 33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/packages/apps/Provision/ |
D | NOTICE | 33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/packages/inputmethods/PinyinIME/ |
D | NOTICE | 33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/packages/apps/CellBroadcastReceiver/ |
D | NOTICE | 33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/packages/apps/QuickSearchBox/ |
D | NOTICE | 33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/packages/apps/Exchange/ |
D | NOTICE | 33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/packages/apps/Phone/ |
D | NOTICE | 33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/packages/apps/DeskClock/ |
D | NOTICE | 33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/packages/providers/ContactsProvider/ |
D | NOTICE | 33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/packages/apps/Camera/ |
D | NOTICE | 33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|