/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSIconViewImpl.java | 126 boolean shouldAnimate = allowAnimations && shouldAnimate(iv); in updateIcon() 129 ? shouldAnimate ? icon.getDrawable(mContext) in updateIcon() 152 if (shouldAnimate) { in updateIcon() 169 private boolean shouldAnimate(ImageView iv) { in shouldAnimate() method in QSIconViewImpl 178 if (mTint != 0 && allowAnimations && shouldAnimate(iv)) { in setIcon()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/activityembedding/ |
D | ActivityEmbeddingControllerTests.java | 216 assertTrue(mController.shouldAnimate(info)); in testShouldAnimate_containsAnimationOptions_disableAnimOptionsPerChange() 220 assertFalse(mController.shouldAnimate(info)); in testShouldAnimate_containsAnimationOptions_disableAnimOptionsPerChange() 223 assertFalse(mController.shouldAnimate(info)); in testShouldAnimate_containsAnimationOptions_disableAnimOptionsPerChange() 237 assertTrue(mController.shouldAnimate(info)); in testShouldAnimate_containsAnimationOptions_enableAnimOptionsPerChange() 241 assertFalse(mController.shouldAnimate(info)); in testShouldAnimate_containsAnimationOptions_enableAnimOptionsPerChange() 244 assertFalse(mController.shouldAnimate(info)); in testShouldAnimate_containsAnimationOptions_enableAnimOptionsPerChange()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | Roundable.kt | 99 val shouldAnimate = wasAnimating && abs(newValue - lastValue) > 0.5f in <lambda>() constant 101 roundableState.setTopRoundness(value = newValue, animated = shouldAnimate || animate) in <lambda>() 166 val shouldAnimate = wasAnimating && abs(newValue - lastValue) > 0.5f in <lambda>() constant 168 roundableState.setBottomRoundness(value = newValue, animated = shouldAnimate || animate) in <lambda>()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
D | SignalDrawable.java | 134 boolean shouldAnimate = isInState(STATE_CARRIER_CHANGE) && isVisible(); in updateAnimation() 135 if (shouldAnimate == mAnimating) return; in updateAnimation() 136 mAnimating = shouldAnimate; in updateAnimation() 137 if (shouldAnimate) { in updateAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/viewmodel/ |
D | FooterViewModel.kt | 87 val shouldAnimate = isShadeFullyExpanded && animationsEnabled in <lambda>() constant 88 AnimatableEvent(clearAllButtonVisible, shouldAnimate) in <lambda>()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/ |
D | ActivityEmbeddingController.java | 95 public boolean shouldAnimate(@NonNull TransitionInfo info) { in shouldAnimate() method in ActivityEmbeddingController 161 if (!shouldAnimate(info)) return false; in startAnimation()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | AutoScrollHelper.java | 474 if (!mAnimating && shouldAnimate()) { in onTouch() 490 private boolean shouldAnimate() { in shouldAnimate() method in AutoScrollHelper 696 if (scroller.isFinished() || !shouldAnimate()) { in run()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
D | ControlViewHolder.kt | 292 var shouldAnimate = animated in applyRenderInfo() variable 294 shouldAnimate = false in applyRenderInfo() 296 animateStatusChange(shouldAnimate) { in applyRenderInfo() 300 animateBackgroundChange(shouldAnimate, enabled, ri.enabledBackground) in applyRenderInfo()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/ |
D | NotificationListViewModel.kt | 200 val shouldAnimate = in <lambda>() constant 202 AnimatableEvent(visibilityChange.visible, shouldAnimate) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/ |
D | KeyguardRootViewBinder.kt | 444 val shouldAnimate = transition != null && transition.config.type.animateNotifChanges in <lambda>() constant 445 if (prevTransition == transition && shouldAnimate) { in <lambda>() 454 animate = shouldAnimate in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/ |
D | WalletView.java | 176 boolean shouldAnimate = in showCardCarousel() 188 if (shouldAnimate) { in showCardCarousel()
|
/frameworks/base/core/java/android/widget/ |
D | AbsSpinner.java | 283 boolean shouldAnimate = animate && mFirstPosition <= position && in setSelection() 285 setSelectionInt(position, shouldAnimate); in setSelection()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/ |
D | ClipboardOverlayController.java | 288 boolean shouldAnimate = !model.dataMatches(mClipboardModel) || wasExiting; in setClipData() 292 if (shouldAnimate) { in setClipData() 311 if (shouldAnimate) { in setClipData()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
D | DefaultMixedTransition.java | 128 if (!mActivityEmbeddingController.shouldAnimate(everythingElse)) { in animateEnterPipFromActivityEmbedding()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/ |
D | MediaViewController.kt | 874 val shouldAnimate = animateNextStateChange && !applyImmediately in <lambda>() constant 945 shouldAnimate, in <lambda>()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
D | StageCoordinator.java | 3065 boolean shouldAnimate = true; in startPendingAnimation() 3067 shouldAnimate = startPendingEnterAnimation(transition, in startPendingAnimation() 3071 shouldAnimate = startPendingDismissAnimation( in startPendingAnimation() 3073 if (shouldAnimate && dismiss.mReason == EXIT_REASON_DRAG_DIVIDER) { in startPendingAnimation() 3088 if (!shouldAnimate) return false; in startPendingAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutController.java | 437 boolean shouldAnimate = animate && !isSensitiveContentProtectionActive; in updateSensitivenessWithAnimation() 438 mView.updateSensitiveness(shouldAnimate, isSensitive); in updateSensitivenessWithAnimation()
|
D | NotificationStackScrollLayout.java | 1372 boolean shouldAnimate = animate || mAnimateNextTopPaddingChange; 1379 } else if (shouldAnimate && mAnimationsEnabled && mIsExpanded) { 1385 notifyHeightChangeListener(null, shouldAnimate);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | QuickSettingsControllerImpl.java | 477 private void onStackYChanged(boolean shouldAnimate) { in onStackYChanged() argument 479 if (shouldAnimate) { in onStackYChanged()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | RecentsAnimationControllerTest.java | 328 assertTrue(activity.shouldAnimate()); in testShouldAnimateWhenNoCancelWithDeferredScreenshot()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityRecord.java | 7738 boolean shouldAnimate() { in shouldAnimate() method in ActivityRecord 7739 return task == null || task.shouldAnimate(); in shouldAnimate()
|
D | Task.java | 3014 boolean shouldAnimate() { in shouldAnimate() method in Task
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 85697 Lcom/android/internal/widget/AutoScrollHelper;->shouldAnimate()Z
|