Home
last modified time | relevance | path

Searched defs:progress (Results 1 – 25 of 173) sorted by relevance

1234567

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DVolumeSeekBarPreferenceTest.java89 final int progress = 4; in setStream_shouldSetMinMaxAndProgress() local
139 final int progress = 4; in init_changeProgress_overrideStateDescriptionCalled() local
158 int progress = 4; in init_changeProgress_stateDescriptionValueUpdated() local
192 private void testFormatStateDescription(int progress, String expected) { in testFormatStateDescription()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DFontSizeDataTest.java49 final int progress = 3; in commit_success() local
61 final int progress = 3; in commit_fontScalingHasBeenChangedIsOn() local
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingDeviceVolumeControlUpdater.java156 private void setDeviceVolume(CachedBluetoothDevice cachedDevice, int progress) { in setDeviceVolume()
159 cachedDevice.getDevice(), progress, /* isGroupOp= */ true); in setDeviceVolume() local
167 private void setAudioManagerStreamVolume(int progress) { in setAudioManagerStreamVolume()
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DPackageInstallStateChangedTaskTest.java72 private PackageInstallStateChangedTask newTask(String pkg, int progress) { in newTask()
110 private void verifyProgressUpdate(int progress, int... idsUpdated) { in verifyProgressUpdate()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLauncherUnfoldAnimationController.java216 public void onTransitionProgress(float progress) { in onTransitionProgress()
239 public void onTransitionProgress(float progress) { in onTransitionProgress()
264 public void onTransitionProgress(float progress) { in onTransitionProgress()
DSwipePipToHomeAnimator.java228 private void onAnimationUpdate(RectF currentRect, float progress) { in onAnimationUpdate()
238 RectF currentRect, float progress) { in onAnimationUpdate()
248 float progress, SurfaceControl.Transaction tx, in onAnimationScaleAndCrop()
298 private RotatedPosition getRotatedPosition(float progress) { in getRotatedPosition()
/packages/apps/Settings/src/com/android/settings/widget/
DSeekBarPreference.java229 public void setProgress(int progress) { in setProgress()
265 private void setProgress(int progress, boolean notifyChanged) { in setProgress()
290 int progress = seekBar.getProgress(); in syncProgress() local
311 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) { in onProgressChanged()
439 int progress; field in SeekBarPreference.SavedState
DLabeledSeekBarPreference.java171 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) { in onProgressChanged()
216 final int progress = getProgress(); in updateIconStartIfNeeded() local
242 final int progress = getProgress(); in updateIconEndIfNeeded() local
/packages/apps/Launcher3/src/com/android/launcher3/pm/
DPackageInstallInfo.java35 public final int progress; field in PackageInstallInfo
46 public PackageInstallInfo(String packageName, int state, int progress, UserHandle user) { in PackageInstallInfo()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DSeekBarDialogPreference.java82 private int getValueFromProgress(final int progress) { in getValueFromProgress()
94 private int getClippedValueFromProgress(final int progress) { in getClippedValueFromProgress()
131 public void onProgressChanged(final SeekBar seekBar, final int progress, in onProgressChanged()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DQuickSwitchTouchController.java143 protected void updateProgress(float progress) { in updateProgress()
148 private void updateFullscreenProgress(float progress) { in updateFullscreenProgress()
DNavBarToHomeTouchController.java181 float progress = Utilities.getProgress(displacement, 0, getShiftRange()); in onDrag() local
189 float progress = mCurrentAnimation.getProgressFraction(); in onDragEnd() local
/packages/apps/Settings/tests/unit/src/com/android/settings/biometrics2/ui/viewmodel/
DFingerprintEnrollProgressViewModelTest.java201 EnrollmentProgress progress = progressLiveData.getValue(); in testProgressUpdate() local
241 EnrollmentProgress progress = progressLiveData.getValue(); in testProgressUpdateClearHelpMessage() local
281 EnrollmentProgress progress = progressLiveData.getValue(); in testProgressUpdateWithMessageDisplayController() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingAppPairView.kt61 var progress = 0f variable
DFloatingFullscreenAppPairBackground.kt39 val progress = floatingView.progress in draw() constant
/packages/apps/Launcher3/src_plugins/com/android/systemui/plugins/shared/
DLauncherOverlayManager.java72 void onScrollChange(float progress, boolean rtl); in onScrollChange()
115 void onOverlayScrollChanged(float progress); in onOverlayScrollChanged()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/ui/enrollment/modules/enrolling/rfps/ui/widget/
DRFPSProgressBar.kt88 val progress = maxProgress - (percentComplete.coerceIn(0.0f, 100.0f) * maxProgress).toInt() in updateProgress() constant
/packages/apps/Settings/src/com/android/settings/notification/
DVolumeSeekBarPreference.java231 CharSequence formatStateDescription(int progress) { in formatStateDescription()
246 double getPercent(float progress) { in getPercent()
290 void onStreamValueChanged(int stream, int progress); in onStreamValueChanged()
/packages/services/Car/car-lib/src/android/car/
DICarBugreportCallback.aidl36 void onProgress(float progress); in onProgress()
/packages/apps/Settings/src/com/android/settings/
DPointerSpeedPreference.java85 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromTouch) { in onProgressChanged()
166 int progress; field in PointerSpeedPreference.SavedState
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DFlingScroller.java107 public void computeScrollOffset(float progress) { in computeScrollOffset()
136 private double getV(float progress) { in getV()
DPositionController.java1373 protected abstract boolean interpolate(float progress); in interpolate()
1387 float progress; in advanceAnimation() local
1411 private static float applyInterpolationCurve(int kind, float progress) { in applyInterpolationCurve()
1517 protected boolean interpolate(float progress) { in interpolate()
1527 private boolean interpolateFlingFilm(float progress) { in interpolateFlingFilm()
1551 private boolean interpolateFlingPage(float progress) { in interpolateFlingPage()
1571 private boolean interpolateLinear(float progress) { in interpolateLinear()
1688 protected boolean interpolate(float progress) { in interpolate()
1696 private boolean interpolateFlingPage(float progress) { in interpolateFlingPage()
1715 private boolean interpolateLinear(float progress) { in interpolateLinear()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DStitchingChangeListener.java26 public void onStitchingProgress(Uri uri, int progress); in onStitchingProgress()
/packages/apps/Dialer/java/com/android/incallui/incall/impl/
DInCallPaginator.java47 private float progress; field in InCallPaginator
80 public void setProgress(float progress, boolean toFirstPage) { in setProgress()
/packages/apps/Launcher3/src/com/android/launcher3/anim/
DAnimatorPlaybackController.java245 float progress = boundToRange(fraction, 0, 1); in setPlayFraction() local
359 float getProgress(float progress, float globalProgress); in getProgress()
385 public void setProgress(float progress) { in setProgress()

1234567