Home
last modified time | relevance | path

Searched refs:shouldAnimate (Results 1 – 17 of 17) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSIconViewImpl.java119 boolean shouldAnimate = allowAnimations && shouldAnimate(iv); in updateIcon()
122 ? shouldAnimate ? icon.getDrawable(mContext) in updateIcon()
139 ((SlashImageView) iv).setAnimationEnabled(shouldAnimate); in updateIcon()
151 if (shouldAnimate) { in updateIcon()
168 private boolean shouldAnimate(ImageView iv) { in shouldAnimate() method in QSIconViewImpl
177 if (mTint != 0 && allowAnimations && shouldAnimate(iv)) { in setIcon()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DSignalDrawable.java128 boolean shouldAnimate = isInState(STATE_CARRIER_CHANGE) && isVisible(); in updateAnimation()
129 if (shouldAnimate == mAnimating) return; in updateAnimation()
130 mAnimating = shouldAnimate; in updateAnimation()
131 if (shouldAnimate) { in updateAnimation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DRoundable.kt108 val shouldAnimate = wasAnimating && abs(newValue - lastValue) > 0.5f regex
110 roundableState.setTopRoundness(value = newValue, animated = shouldAnimate || animate)
177 val shouldAnimate = wasAnimating && abs(newValue - lastValue) > 0.5f regex
179 roundableState.setBottomRoundness(value = newValue, animated = shouldAnimate || animate)
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DAutoScrollHelper.java474 if (!mAnimating && shouldAnimate()) { in onTouch()
490 private boolean shouldAnimate() { in shouldAnimate() method in AutoScrollHelper
696 if (scroller.isFinished() || !shouldAnimate()) { in run()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DControlViewHolder.kt292 var shouldAnimate = animated regex
294 shouldAnimate = false
296 animateStatusChange(shouldAnimate) {
300 animateBackgroundChange(shouldAnimate, enabled, ri.enabledBackground)
/aosp14/frameworks/base/core/java/android/widget/
H A DAbsSpinner.java283 boolean shouldAnimate = animate && mFirstPosition <= position && in setSelection()
285 setSelectionInt(position, shouldAnimate); in setSelection()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletView.java175 boolean shouldAnimate = in showCardCarousel()
187 if (shouldAnimate) { in showCardCarousel()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSignalTileView.java136 final boolean shouldAnimate = allowAnimations && isShown(); in setIcon()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
H A DClipboardOverlayController.java289 boolean shouldAnimate = !model.dataMatches(mClipboardModel) || wasExiting; in setClipData()
293 if (shouldAnimate) { in setClipData()
311 if (shouldAnimate) { in setClipData()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DMediaViewController.kt532 val shouldAnimate = animateNextStateChange && !applyImmediately regex
603 shouldAnimate,
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DStageCoordinator.java2734 boolean shouldAnimate = true; in startPendingAnimation()
2736 shouldAnimate = startPendingEnterAnimation( in startPendingAnimation()
2740 shouldAnimate = startPendingDismissAnimation( in startPendingAnimation()
2742 if (shouldAnimate && dismiss.mReason == EXIT_REASON_DRAG_DIVIDER) { in startPendingAnimation()
2757 if (!shouldAnimate) return false; in startPendingAnimation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.java481 private void onStackYChanged(boolean shouldAnimate) { in onStackYChanged() argument
483 if (shouldAnimate) { in onStackYChanged()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRecentsAnimationControllerTest.java328 assertTrue(activity.shouldAnimate()); in testShouldAnimateWhenNoCancelWithDeferredScreenshot()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java1323 boolean shouldAnimate = animate || mAnimateNextTopPaddingChange;
1327 if (shouldAnimate && mAnimationsEnabled && mIsExpanded) {
1333 notifyHeightChangeListener(null, shouldAnimate);
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java7521 boolean shouldAnimate() { in shouldAnimate() method in ActivityRecord
7522 return task == null || task.shouldAnimate(); in shouldAnimate()
H A DTask.java3006 boolean shouldAnimate() { in shouldAnimate() method in Task
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt86340 Lcom/android/internal/widget/AutoScrollHelper;->shouldAnimate()Z