Home
last modified time | relevance | path

Searched refs:percent (Results 1 – 25 of 49) sorted by relevance

12

/packages/apps/Launcher2/src/com/android/launcher2/
DDragLayer.java565 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()
DFolderIcon.java205 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/
DBrowserSettings.java560 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/
DDownloadNotification.java283 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/
DBatterySipper.java53 double percent; field in BatterySipper
/packages/apps/Mms/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/packages/wallpapers/LivePicker/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/packages/wallpapers/MusicVisualization/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/packages/providers/DrmProvider/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/packages/apps/PackageInstaller/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/packages/apps/SoundRecorder/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/packages/providers/UserDictionaryProvider/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/packages/wallpapers/Basic/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/packages/apps/Camera/jni/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/packages/providers/TelephonyProvider/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/packages/providers/MediaProvider/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/packages/apps/Provision/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/packages/inputmethods/PinyinIME/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/packages/apps/CellBroadcastReceiver/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/packages/apps/QuickSearchBox/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/packages/apps/Exchange/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/packages/apps/Phone/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/packages/apps/DeskClock/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/packages/providers/ContactsProvider/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/packages/apps/Camera/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the

12