Home
last modified time | relevance | path

Searched defs:animate (Results 76 – 100 of 126) sorted by relevance

123456

/aosp14/frameworks/base/core/java/android/widget/
H A DCalendarView.java564 public void setDate(long date, boolean animate, boolean center) { in setDate()
639 void setDate(long date, boolean animate, boolean center); in setDate()
H A DRadialTimePickerView.java458 public void setCurrentItemShowing(int item, boolean animate) { in setCurrentItemShowing()
617 public void showHours(boolean animate) { in showHours()
621 public void showMinutes(boolean animate) { in showMinutes()
680 private void showPicker(boolean hours, boolean animate) { in showPicker()
H A DCalendarViewLegacyDelegate.java584 public void setDate(long date, boolean animate, boolean center) { in setDate()
793 private void goTo(Calendar date, boolean animate, boolean setSelected, in goTo()
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimationDrawable.java272 private void setFrame(int frame, boolean unschedule, boolean animate) { in setFrame()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBadgedImageView.java225 void updateDotVisibility(boolean animate) { in updateDotVisibility()
H A DBubbleExpandedView.java975 public void setPointerPosition(float bubblePosition, boolean onLeft, boolean animate) { in setPointerPosition()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DDividerView.java220 void onInsetsChanged(InsetsState insetsState, boolean animate) { in onInsetsChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DNavigationBarEdgePanel.java404 private void setIsDark(boolean isDark, boolean animate) { in setIsDark()
585 private void updateIsDark(boolean animate) { in updateIsDark()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DMagnificationController.java315 boolean animate, int id) { in transitionMagnificationConfigMode()
884 int displayId, int targetMode, float scale, PointF currentCenter, boolean animate) { in DisableMagnificationCallback()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightBarTransitionsController.java198 public void setIconsDark(boolean dark, boolean animate) { in setIconsDark()
H A DKeyguardStatusBarViewController.java594 void updateForHeadsUp(boolean animate) { in updateForHeadsUp()
H A DHeadsUpManagerPhone.java317 boolean animate) { in removeNotification()
H A DCentralSurfacesCommandQueueCallbacks.java265 public void disable(int displayId, int state1, int state2, boolean animate) { in disable()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSContainerImpl.java149 public void disable(int state1, int state2, boolean animate) { in disable()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeControllerImpl.java245 public void collapseShade(boolean animate) { in collapseShade()
/aosp14/frameworks/base/libs/hwui/
H A DAnimator.cpp233 bool BaseRenderNodeAnimator::animate(AnimationContext& context) { in animate() function in android::uirenderer::BaseRenderNodeAnimator
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRecentsAnimationController.java616 void restoreNavigationBarFromApp(boolean animate) { in restoreNavigationBarFromApp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DImmersiveModeConfirmation.java223 public void disable(int displayId, int disableFlag, int disableFlag2, boolean animate) { in disable()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java846 private void selectLayout(boolean animate, boolean force) { in selectLayout()
917 public void updateBackgroundColor(boolean animate) { in updateBackgroundColor()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainer.java915 protected abstract void updateSecurityViewLocation(boolean leftAlign, boolean animate); in updateSecurityViewLocation()
1213 public void updateSecurityViewLocation(boolean leftAlign, boolean animate) { in updateSecurityViewLocation()
1318 protected void updateSecurityViewLocation(boolean leftAlign, boolean animate) { in updateSecurityViewLocation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationWakeUpCoordinator.kt563 var animate = shouldAnimateVisibility() regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java356 public void disable(int displayId, int state1, int state2, boolean animate) { in disable()
H A DRemoteInputView.java428 void onDefocus(boolean animate, boolean logClose, @Nullable Runnable doAfterDefocus) { in onDefocus()
1044 private void defocusIfNeeded(boolean animate) { in defocusIfNeeded()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarController.java415 public void transitionTo(int displayId, @TransitionMode int barMode, boolean animate) { in transitionTo()
H A DTaskbarDelegate.java373 public void disable(int displayId, int state1, int state2, boolean animate) { in disable()

123456