Searched defs:newProgress (Results 1 – 7 of 7) sorted by relevance
95 val newProgress: NotificationProgressModel?, constant in com.android.systemui.statusbar.notification.promoted.shared.model.PromotedNotificationContentModel119 var newProgress: NotificationProgressModel? = null variable in com.android.systemui.statusbar.notification.promoted.shared.model.PromotedNotificationContentModel.Builder
580 val newProgress = MutableSharedFlow<Float>() in transition_to_hub_duplicate_does_not_change_ktf() constant
252 final int newProgress = (int) (newMax / getMax() * getProgress()); in setStepSize() local
444 public void onProgressChanged(WebView view, int newProgress) { in onProgressChanged()
43 public void onProgressChanged(WebView view, int newProgress) {} in onProgressChanged()
596 val newProgress = assertNotNull(content.privateVersion.newProgress) in extractContent_fromProgressStyle() constant
1683 int newProgress = android::base::GetIntProperty(PROGRESS_PROP_NAME, 0); in playAnimation() local