/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/haptics/slider/ |
H A D | SeekableSliderEventProducerTest.kt | 57 val progress = 50 regex 71 val progress = 50 regex 81 val progress = 50 regex 95 val progress = 50 regex 106 val progress = 50 regex 118 val progress = 50 regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/ |
H A D | SeekBarWithIconButtonsView.java | 92 int progress = typedArray.getInt( in SeekBarWithIconButtonsView() local 194 private void updateIconViewIfNeeded(int progress) { in updateIconViewIfNeeded() 226 public void setProgress(int progress) { in setProgress() 231 private void setProgressFromButton(int progress) { in setProgressFromButton() 238 final int progress = mSeekbar.getProgress(); in onIconStartClicked() local 245 final int progress = mSeekbar.getProgress(); in onIconEndClicked() local 296 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) { in onProgressChanged()
|
/aosp14/frameworks/base/core/java/android/preference/ |
H A D | SeekBarPreference.java | 124 public void setProgress(int progress) { in setProgress() 128 private void setProgress(int progress, boolean notifyChanged) { in setProgress() 153 int progress = seekBar.getProgress(); in syncProgress() local 165 SeekBar seekBar, int progress, boolean fromUser) { in onProgressChanged() 228 int progress; field in SeekBarPreference.SavedState
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/ |
H A D | DefaultUiController.java | 110 public void onInvocationProgress(int type, float progress) { in onInvocationProgress() 146 int type, float progress, boolean invocationWasInProgress) { in logInvocationProgressMetrics() 194 private void setProgressInternal(int type, float progress) { in setProgressInternal()
|
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/ |
H A D | AnimateToScene.kt | 65 val progress = state.progress regex 84 val progress = state.progress regex
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | ProgressReporter.java | 118 public void setProgress(int progress) { in setProgress() 127 public void setProgress(int progress, @Nullable CharSequence title) { in setProgress() 218 private void notifyProgress(int id, int progress, Bundle extras) { in notifyProgress()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/ |
H A D | TouchTracker.java | 107 float progress = 0; in createProgressEvent() local 133 float progress; in getProgress() local 168 BackMotionEvent createProgressEvent(float progress) { in createProgressEvent()
|
H A D | CrossTaskBackAnimation.java | 148 private void updateGestureBackProgress(float progress, BackEvent event) { in updateGestureBackProgress() 197 private void updatePostCommitClosingAnimation(float progress) { in updatePostCommitClosingAnimation() 203 private void updatePostCommitEnteringAnimation(float progress) { in updatePostCommitEnteringAnimation()
|
H A D | CustomizeActivityAnimation.java | 161 private void applyTransformTransaction(float progress) { in applyTransformTransaction() 171 private void applyTransform(SurfaceControl leash, float progress, Animation animation) { in applyTransform() 222 final float progress = backEvent.getProgress(); in onGestureProgress() local
|
/aosp14/frameworks/base/core/java/android/window/ |
H A D | BackProgressAnimator.java | 48 private void setProgress(float progress) { in setProgress() 157 private void updateProgressValue(float progress) { in updateProgressValue()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | ProgressBar.java | 1529 public int progress; field in ProgressBar.RefreshData 1550 private synchronized void doRefreshProgress(int id, int progress, boolean fromUser, in doRefreshProgress() 1582 private float getPercent(int progress) { in getPercent() 1601 private CharSequence formatStateDescription(int progress) { in formatStateDescription() 1634 void onProgressRefresh(float scale, boolean fromUser, int progress) { in onProgressRefresh() 1650 private void setVisualProgress(int id, float progress) { in setVisualProgress() 1682 void onVisualProgressChanged(int id, float progress) { in onVisualProgressChanged() 1687 private synchronized void refreshProgress(int id, int progress, boolean fromUser, in refreshProgress() 1721 public synchronized void setProgress(int progress) { in setProgress() 1736 public void setProgress(int progress, boolean animate) { in setProgress() [all …]
|
H A D | SeekBar.java | 57 void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser); in onProgressChanged() 95 void onProgressRefresh(float scale, boolean fromUser, int progress) { in onProgressRefresh()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | IRecoverySystemProgressListener.aidl | 23 void onProgress(int progress); in onProgress()
|
H A D | IProgressListener.aidl | 24 void onProgress(int id, int progress, in Bundle extras); in onProgress()
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | IPackageLoadingProgressCallback.aidl | 24 void onPackageLoadingProgressChanged(float progress); in onPackageLoadingProgressChanged()
|
H A D | IPackageInstallerCallback.aidl | 28 void onSessionProgressChanged(int sessionId, float progress); in onSessionProgressChanged()
|
/aosp14/frameworks/base/core/java/android/os/incremental/ |
H A D | IStorageLoadingProgressListener.aidl | 24 void onStorageLoadingProgressChanged(int storageId, float progress); in onStorageLoadingProgressChanged()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/scene/domain/interactor/ |
H A D | SceneInteractorTest.kt | 82 val progress = MutableStateFlow(1f) regex 119 val progress = MutableStateFlow(0f) regex
|
/aosp14/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/progress/ |
H A D | IUnfoldTransitionListener.aidl | 32 void onTransitionProgress(float progress) = 2; in onTransitionProgress()
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/extension/ |
H A D | IProcessResultImpl.aidl | 24 void onCaptureProcessProgressed(int progress); in onCaptureProcessProgressed()
|
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/turbulencenoise/ |
H A D | TurbulenceNoiseView.kt | 129 val progress = updateListener.animatedValue as Float regex 174 val progress = updateListener.animatedValue as Float regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/ |
H A D | DotIndicatorDecoration.java | 114 private void drawSelectedDot(Canvas canvas, float progress) { in drawSelectedDot() 125 private void drawFadingUnselectedDot(Canvas canvas, float progress) { in drawFadingUnselectedDot()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | IncrementalProgressListener.java | 35 public void onPackageLoadingProgressChanged(float progress) { in onPackageLoadingProgressChanged()
|
/aosp14/frameworks/base/core/java/android/os/image/ |
H A D | DynamicSystemClient.java | 107 @BytesLong long progress, @Nullable Throwable detail); in onStatusChanged() 343 int status, int cause, long progress, Throwable detail) { in notifyOnStatusChangedListener() 457 long progress = bundle.getLong(KEY_INSTALLED_SIZE); in handleMessage() local
|
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/utils/ |
H A D | BackupObserverUtils.java | 36 BackupProgress progress) { in sendBackupOnUpdate()
|