Home
last modified time | relevance | path

Searched refs:animate (Results 1 – 25 of 183) sorted by relevance

12345678

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCollapsedStatusBarFragment.java169 public void disable(int displayId, int state1, int state2, boolean animate) { in disable() argument
179 hideSystemIconArea(animate); in disable()
180 hideOperatorName(animate); in disable()
182 showSystemIconArea(animate); in disable()
183 showOperatorName(animate); in disable()
188 hideNotificationIconArea(animate); in disable()
190 showNotificationIconArea(animate); in disable()
197 hideClock(animate); in disable()
199 showClock(animate); in disable()
250 public void hideSystemIconArea(boolean animate) { in hideSystemIconArea() argument
[all …]
DNavigationBarTransitions.java148 protected void onTransition(int oldMode, int newMode, boolean animate) { in onTransition() argument
149 super.onTransition(oldMode, newMode, animate); in onTransition()
150 applyLightsOut(animate, false /*force*/); in onTransition()
154 private void applyLightsOut(boolean animate, boolean force) { in applyLightsOut() argument
156 applyLightsOut(isLightsOut(getMode()), animate, force); in applyLightsOut() local
159 private void applyLightsOut(boolean lightsOut, boolean animate, boolean force) { in applyLightsOut() argument
166 mNavButtons.animate().cancel(); in applyLightsOut()
172 if (!animate) { in applyLightsOut()
176 mNavButtons.animate() in applyLightsOut()
DBarTransitions.java110 public void transitionTo(int mode, boolean animate) { in transitionTo() argument
122 modeToString(oldMode), modeToString(mode), animate)); in transitionTo()
123 onTransition(oldMode, mMode, animate); in transitionTo()
126 protected void onTransition(int oldMode, int newMode, boolean animate) { in onTransition() argument
127 applyModeBackground(oldMode, newMode, animate); in onTransition()
130 protected void applyModeBackground(int oldMode, int newMode, boolean animate) { in applyModeBackground() argument
132 modeToString(oldMode), modeToString(newMode), animate)); in applyModeBackground()
133 mBarBackground.applyModeBackground(oldMode, newMode, animate); in applyModeBackground()
233 public void applyModeBackground(int oldMode, int newMode, boolean animate) { in applyModeBackground() argument
236 mAnimating = animate; in applyModeBackground()
[all …]
DPhoneStatusBarTransitions.java72 protected void onTransition(int oldMode, int newMode, boolean animate) { in onTransition() argument
73 super.onTransition(oldMode, newMode, animate); in onTransition()
74 applyMode(newMode, animate); in onTransition()
77 private void applyMode(int mode, boolean animate) { in applyMode() argument
84 if (animate) { in applyMode()
DButtonDispatcher.java175 public void setAlpha(float alpha, boolean animate) { in setAlpha() argument
176 setAlpha(alpha, animate, true /* cancelAnimator */); in setAlpha()
179 public void setAlpha(float alpha, boolean animate, long duration) { in setAlpha() argument
180 setAlpha(alpha, animate, duration, true /* cancelAnimator */); in setAlpha()
183 public void setAlpha(float alpha, boolean animate, boolean cancelAnimator) { in setAlpha() argument
186 animate, in setAlpha()
191 public void setAlpha(float alpha, boolean animate, long duration, boolean cancelAnimator) { in setAlpha() argument
192 if (mFadeAnimator != null && (cancelAnimator || animate)) { in setAlpha()
195 if (animate) { in setAlpha()
DNotificationIconAreaController.java507 boolean animate = mDozeParameters.getAlwaysOn() in onDozingChanged()
509 mAodIcons.setDozing(isDozing, animate, 0); in onDozingChanged()
541 mAodIcons.animate() in appearAodIcons()
550 mAodIcons.animate() in animateInAodIconTranslation()
574 boolean animate = true; in onFullyHiddenChanged()
576 animate = mDozeParameters.getAlwaysOn() && !mDozeParameters.getDisplayNeedsBlanking(); in onFullyHiddenChanged()
579 animate &= fullyHidden; in onFullyHiddenChanged()
581 updateAodIconsVisibility(animate); in onFullyHiddenChanged()
592 private void updateAodIconsVisibility(boolean animate) { in updateAodIconsVisibility() argument
603 mAodIcons.animate().cancel(); in updateAodIconsVisibility()
[all …]
DKeyguardAffordanceHelper.java437 boolean animate, boolean slowRadiusAnimation, boolean force, in updateIcon() argument
447 updateIconAlpha(view, alpha, animate); in updateIcon()
450 private void updateIconAlpha(KeyguardAffordanceView view, float alpha, boolean animate) { in updateIconAlpha() argument
453 view.setImageAlpha(alpha, animate); in updateIconAlpha()
454 view.setImageScale(scale, animate); in updateIconAlpha()
503 public void reset(boolean animate) { in reset() argument
505 setTranslation(0.0f, true /* isReset */, animate); in reset()
517 public void launchAffordance(boolean animate, boolean left) { in launchAffordance() argument
529 animate = false; in launchAffordance()
532 if (animate) { in launchAffordance()
DNotificationIconContainer.java700 boolean animate = false; in applyToView()
712 animate = true; in applyToView()
716 animate = true; in applyToView()
718 if (!animate && mAddAnimationStartIndex >= 0 in applyToView()
723 animate = true; in applyToView()
738 animate = true; in applyToView()
741 if (!animate && mCannedAnimationStartIndex >= 0 in applyToView()
751 animate = true; in applyToView()
763 animate = true; in applyToView()
768 if (animate) { in applyToView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DStackScrollerDecorView.java87 private void setContentVisible(boolean contentVisible, boolean animate) { in setContentVisible() argument
89 mContentAnimating = animate; in setContentVisible()
90 setViewVisible(mContent, contentVisible, animate, mContentVisibilityEndRunnable); in setContentVisible()
109 public void setVisible(boolean nowVisible, boolean animate) { in setVisible() argument
112 if (animate) { in setVisible()
136 public void setSecondaryVisible(boolean nowVisible, boolean animate) { in setSecondaryVisible() argument
138 setViewVisible(mSecondaryView, nowVisible, animate, null /* endRunnable */); in setSecondaryVisible()
168 boolean animate, Runnable endRunnable) { in setViewVisible() argument
173 view.animate().cancel(); in setViewVisible()
175 if (!animate) { in setViewVisible()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt90 updateNotificationVisibility(animate = shouldAnimateVisibility(),
113 updateNotificationVisibility(animate = shouldAnimateVisibility(),
156 setNotificationsVisibleForExpansion(visible = false, animate = false, in onFullyHiddenChanged()
183 fun setNotificationsVisibleForExpansion(visible: Boolean, animate: Boolean, in isPulseExpanding()
186 updateNotificationVisibility(animate, increaseSpeed) in isPulseExpanding()
203 private fun updateNotificationVisibility(animate: Boolean, increaseSpeed: Boolean) { in updateNotificationVisibility()
213 setNotificationsVisible(visible, animate, increaseSpeed) in updateNotificationVisibility()
216 private fun setNotificationsVisible(visible: Boolean, animate: Boolean, in setNotificationsVisible()
223 if (animate) { in setNotificationsVisible()
250 setNotificationsVisible(visible = false, animate = false, increaseSpeed = false); in setDozeAmount()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcher.java102 public void setKeyguard(boolean keyguard, boolean animate) { in setKeyguard() argument
105 show(animate); in setKeyguard()
107 hide(animate); in setKeyguard()
120 public void show(boolean animate) { in show() argument
125 mStatusBarView.setKeyguardUserSwitcherShowing(true, animate); in show()
126 if (animate) { in show()
132 private boolean hide(boolean animate) { in hide() argument
135 if (animate) { in hide()
140 mStatusBarView.setKeyguardUserSwitcherShowing(false, animate); in hide()
149 mUserSwitcher.getChildAt(i).animate().cancel(); in cancelAnimations()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistOrbContainer.java58 public void show(final boolean show, boolean animate) { in show() argument
62 if (animate) { in show()
69 if (animate) { in show()
100 mScrim.animate() in startEnterAnimation()
105 mNavbarScrim.animate() in startEnterAnimation()
123 mScrim.animate() in startExitAnimation()
128 mNavbarScrim.animate() in startExitAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCrossFadeHelper.java41 view.animate().cancel(); in fadeOut()
42 view.animate() in fadeOut()
57 view.animate().withLayer(); in fadeOut()
77 view.animate().cancel(); in fadeOut()
117 view.animate().cancel(); in fadeIn()
122 view.animate() in fadeIn()
129 view.animate().withLayer(); in fadeIn()
149 view.animate().cancel(); in fadeIn()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DPropertyAnimatorTest.java112 mAnimationFilter.animate(mProperty.getProperty()); in testAnimationStarted()
127 mAnimationFilter.animate(mProperty.getProperty()); in testEndValueUpdated()
137 mAnimationFilter.animate(mProperty.getProperty()); in testStartTagUpdated()
153 mAnimationFilter.animate(mProperty.getProperty()); in testAnimationToRightValueUpdated()
165 mAnimationFilter.animate(mProperty.getProperty()); in testAnimationToRightValueUpdateAnimated()
168 mAnimationFilter.animate(mProperty.getProperty()); in testAnimationToRightValueUpdateAnimated()
179 mAnimationFilter.animate(mProperty.getProperty()); in testStartTagShiftedWhenChanging()
190 mAnimationFilter.animate(mProperty.getProperty()); in testUsingDuration()
201 mAnimationFilter.animate(mProperty.getProperty()); in testUsingDelay()
212 mAnimationFilter.animate(mProperty.getProperty()); in testUsingInterpolator()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleDismissView.java60 mDismissIcon.animate() in BubbleDismissView()
63 mDismissCircle.animate() in BubbleDismissView()
94 mDismissIcon.animate() in springIn()
111 mDismissCircle.animate() in springIn()
120 mDismissIcon.animate() in springOut()
133 mDismissCircle.animate() in springOut()
DBubbleView.java154 void updateDotVisibility(boolean animate) { in updateDotVisibility() argument
155 updateDotVisibility(animate, null /* after */); in updateDotVisibility()
162 void setSuppressDot(boolean suppressDot, boolean animate) { in setSuppressDot() argument
164 updateDotVisibility(animate); in setSuppressDot()
168 void setDotPosition(boolean onLeft, boolean animate) { in setDotPosition() argument
169 if (animate && onLeft != mBadgedImageView.getDotOnLeft() && shouldShowDot()) { in setDotPosition()
192 private void updateDotVisibility(boolean animate, Runnable after) { in updateDotVisibility() argument
194 if (animate) { in updateDotVisibility()
213 mBadgedImageView.animate().setDuration(200) in animateDot()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMagnificationController.java298 void sendSpecToAnimation(MagnificationSpec spec, boolean animate) { in sendSpecToAnimation() argument
301 "sendSpecToAnimation(spec = " + spec + ", animate = " + animate + ")"); in sendSpecToAnimation()
304 mSpecAnimationBridge.updateSentSpecMainThread(spec, animate); in sendSpecToAnimation()
308 mSpecAnimationBridge, spec, animate); in sendSpecToAnimation()
407 boolean reset(boolean animate) { in reset() argument
418 sendSpecToAnimation(spec, animate); in reset()
424 boolean animate, int id) { in setScale() argument
446 return setScaleAndCenter(scale, centerX, centerY, animate, id); in setScale()
451 boolean animate, int id) { in setScaleAndCenter() argument
458 + ", centerY = " + centerY + ", animate = " + animate in setScaleAndCenter()
[all …]
/frameworks/base/core/java/android/widget/
DViewAnimator.java155 void showOnly(int childIndex, boolean animate) { in showOnly() argument
160 if (animate && mInAnimation != null) { in showOnly()
166 if (animate && mOutAnimation != null && child.getVisibility() == View.VISIBLE) { in showOnly()
182 final boolean animate = (!mFirstTime || mAnimateFirstTime); in showOnly()
183 showOnly(childIndex, animate); in showOnly()
358 public void setAnimateFirstView(boolean animate) { in setAnimateFirstView() argument
359 mAnimateFirstTime = animate; in setAnimateFirstView()
/frameworks/base/tests/Assist/src/com/android/test/assist/
DAssistInteractionSession.java125 mScrim.animate() in playAssistAnimation()
130 mBackground.animate() in playAssistAnimation()
157 mCard1.animate() in playAssistAnimation()
162 mCard2.animate() in playAssistAnimation()
169 mNavbarScrim.animate() in playAssistAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java82 private void updateView(ActivatableNotificationView view, boolean animate) { in updateView() argument
83 boolean changed = updateViewWithoutCallback(view, animate); in updateView()
90 boolean animate) { in updateViewWithoutCallback() argument
93 boolean topChanged = view.setTopRoundness(topRoundness, animate); in updateViewWithoutCallback()
94 boolean bottomChanged = view.setBottomRoundness(bottomRoundness, animate); in updateViewWithoutCallback()
DAnimationFilter.java51 animate(View.SCALE_X); in animateScale()
52 animate(View.SCALE_Y); in animateScale()
163 public AnimationFilter animate(Property property) { in animate() method in AnimationFilter
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/
DISystemUiProxy.aidl60 void setBackButtonAlpha(float alpha, boolean animate) = 8; in setBackButtonAlpha() argument
66 void setNavBarButtonAlpha(float alpha, boolean animate) = 19; in setNavBarButtonAlpha() argument
/frameworks/base/core/java/com/android/internal/widget/
DDefaultItemAnimator.java201 final ViewPropertyAnimator animation = view.animate(); in animateRemoveImpl()
231 final ViewPropertyAnimator animation = view.animate(); in animateAddImpl()
283 view.animate().translationX(0); in animateMoveImpl()
286 view.animate().translationY(0); in animateMoveImpl()
291 final ViewPropertyAnimator animation = view.animate(); in animateMoveImpl()
354 final ViewPropertyAnimator oldViewAnim = view.animate().setDuration( in animateChangeImpl()
378 final ViewPropertyAnimator newViewAnimation = newView.animate(); in animateChangeImpl()
440 view.animate().cancel(); in endAnimation()
526 holder.itemView.animate().setInterpolator(sDefaultInterpolator); in resetAnimation()
643 viewHolders.get(i).itemView.animate().cancel(); in cancelAll()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFragment.java234 public void disable(int displayId, int state1, int state2, boolean animate) { in disable() argument
243 mContainer.disable(state1, state2, animate); in disable()
244 mHeader.disable(state1, state2, animate); in disable()
245 mFooter.disable(state1, state2, animate); in disable()
428 getView().animate().y(-mHeader.getHeight()) in animateHeaderSlidingOut()
438 getView().animate().setListener(null); in animateHeaderSlidingOut()
498 getView().animate().cancel(); in hideImmediately()
507 getView().animate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java400 public boolean startDragging(boolean animate, boolean touching) { in startDragging() argument
403 mHandle.setTouching(true, animate); in startDragging()
715 mBackground.animate().scaleY(1.4f); in liftBackground()
717 mBackground.animate().scaleX(1.4f); in liftBackground()
719 mBackground.animate() in liftBackground()
727 mHandle.animate() in liftBackground()
739 mBackground.animate() in releaseBackground()
746 mHandle.animate() in releaseBackground()
808 mMinimizedShadow.animate() in setMinimizedDockStack()
813 mHandle.animate() in setMinimizedDockStack()
[all …]

12345678