Home
last modified time | relevance | path

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

123456

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/haptics/slider/
H A DSeekableSliderEventProducerTest.kt57 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 DSeekBarWithIconButtonsView.java92 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 DSeekBarPreference.java124 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 DDefaultUiController.java110 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 DAnimateToScene.kt65 val progress = state.progress regex
84 val progress = state.progress regex
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DProgressReporter.java118 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 DTouchTracker.java107 float progress = 0; in createProgressEvent() local
133 float progress; in getProgress() local
168 BackMotionEvent createProgressEvent(float progress) { in createProgressEvent()
H A DCrossTaskBackAnimation.java148 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 DCustomizeActivityAnimation.java161 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 DBackProgressAnimator.java48 private void setProgress(float progress) { in setProgress()
157 private void updateProgressValue(float progress) { in updateProgressValue()
/aosp14/frameworks/base/core/java/android/widget/
H A DProgressBar.java1529 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 DSeekBar.java57 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 DIRecoverySystemProgressListener.aidl23 void onProgress(int progress); in onProgress()
H A DIProgressListener.aidl24 void onProgress(int id, int progress, in Bundle extras); in onProgress()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DIPackageLoadingProgressCallback.aidl24 void onPackageLoadingProgressChanged(float progress); in onPackageLoadingProgressChanged()
H A DIPackageInstallerCallback.aidl28 void onSessionProgressChanged(int sessionId, float progress); in onSessionProgressChanged()
/aosp14/frameworks/base/core/java/android/os/incremental/
H A DIStorageLoadingProgressListener.aidl24 void onStorageLoadingProgressChanged(int storageId, float progress); in onStorageLoadingProgressChanged()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/scene/domain/interactor/
H A DSceneInteractorTest.kt82 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 DIUnfoldTransitionListener.aidl32 void onTransitionProgress(float progress) = 2; in onTransitionProgress()
/aosp14/frameworks/base/core/java/android/hardware/camera2/extension/
H A DIProcessResultImpl.aidl24 void onCaptureProcessProgressed(int progress); in onCaptureProcessProgressed()
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/turbulencenoise/
H A DTurbulenceNoiseView.kt129 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 DDotIndicatorDecoration.java114 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 DIncrementalProgressListener.java35 public void onPackageLoadingProgressChanged(float progress) { in onPackageLoadingProgressChanged()
/aosp14/frameworks/base/core/java/android/os/image/
H A DDynamicSystemClient.java107 @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 DBackupObserverUtils.java36 BackupProgress progress) { in sendBackupOnUpdate()

123456