Home
last modified time | relevance | path

Searched defs:animate (Results 1 – 25 of 137) sorted by relevance

123456

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragment.java599 private void hideEndSideContent(boolean animate) { in hideEndSideContent()
608 private void showEndSideContent(boolean animate) { in showEndSideContent()
624 private void hideClock(boolean animate) { in hideClock()
628 private void showClock(boolean animate) { in showClock()
633 public void hideOngoingCallChip(boolean animate) { in hideOngoingCallChip()
638 public void showOngoingCallChip(boolean animate) { in showOngoingCallChip()
654 public void hideNotificationIconArea(boolean animate) { in hideNotificationIconArea()
658 public void showNotificationIconArea(boolean animate) { in showNotificationIconArea()
662 public void hideOperatorName(boolean animate) { in hideOperatorName()
668 public void showOperatorName(boolean animate) { in showOperatorName()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DStackScrollerDecorView.java97 public void setContentVisible(boolean visible, boolean animate, Consumer<Boolean> runAfter) { in setContentVisible()
130 public void setVisible(boolean nowVisible, boolean animate) { in setVisible()
157 public void setSecondaryVisible(boolean nowVisible, boolean animate) { in setSecondaryVisible()
194 boolean animate, Consumer<Boolean> endRunnable) { in setViewVisible()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_controller_test_ng.cpp41 …bool animate = controller->AnimateTo(Dimension(ITEM_HEIGHT * TOTAL_ITEM_NUMBER), -1.f, Curves::LIN… variable
154 …bool animate = controller->AnimateTo(Dimension(ITEM_HEIGHT * TOTAL_ITEM_NUMBER), -1.f, Curves::LIN… variable
261 …bool animate = controller->AnimateTo(Dimension(ITEM_HEIGHT * TOTAL_ITEM_NUMBER), 1.f, Curves::LINE… variable
731 …bool animate = controller->AnimateTo(Dimension(ITEM_HEIGHT * TOTAL_ITEM_NUMBER), -1.f, Curves::LIN… variable
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DDividerHandleView.java98 public void setTouching(boolean touching, boolean animate) { in setTouching()
107 public void setHovering(boolean hovering, boolean animate) { in setHovering()
115 private void setInputState(boolean stateOn, boolean animate, int stateWidth, int stateHeight) { in setInputState()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DMagnificationProcessor.java114 boolean animate, int id) { in setMagnificationConfig()
151 float centerX, float centerY, boolean animate, int id) { in setScaleAndCenterForFullScreenMagnification()
165 boolean animate, int id) { in transitionModeIfNeeded()
295 public boolean resetCurrentMagnification(int displayId, boolean animate) { in resetCurrentMagnification()
315 public boolean resetFullscreenMagnification(int displayId, boolean animate) { in resetFullscreenMagnification()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-common-methods.md9 ## animate section
H A Djs-components-svg-animate.md1 # animate chapter
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-common-methods.md10 ## animate section
H A Djs-components-svg-animate.md1 # animate chapter
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarTransitions.java146 protected void onTransition(int oldMode, int newMode, boolean animate) { in onTransition()
154 private void applyLightsOut(boolean animate, boolean force) { in applyLightsOut()
156 applyLightsOut(isLightsOut(getMode()), animate, force); in applyLightsOut() local
159 private void applyLightsOut(boolean lightsOut, boolean animate, boolean force) { in applyLightsOut()
/aosp14/frameworks/base/core/java/android/inputmethodservice/navigationbar/
H A DButtonDispatcher.java156 public void setAlpha(float alpha, boolean animate) { in setAlpha()
160 public void setAlpha(float alpha, boolean animate, long duration) { in setAlpha()
164 public void setAlpha(float alpha, boolean animate, boolean cancelAnimator) { in setAlpha()
172 public void setAlpha(float alpha, boolean animate, long duration, boolean cancelAnimator) { in setAlpha()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DSecurityMessageDisplay.java29 void setMessage(CharSequence msg, boolean animate); in setMessage()
H A DKeyguardStatusViewController.java214 public void displayClock(@ClockSize int clockSize, boolean animate) { in displayClock()
291 void setProperty(AnimatableProperty property, float value, boolean animate) { in setProperty()
298 public void updatePosition(int x, int y, float scale, boolean animate) { in updatePosition()
397 boolean animate) { in updateAlignment()
H A DKeyguardClockSwitch.java250 private void updateStatusArea(boolean animate) { in updateStatusArea()
280 private void updateClockViews(boolean useLargeClock, boolean animate) { in updateClockViews()
429 boolean switchToClock(@ClockSize int clockSize, boolean animate) { in switchToClock()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBarTransitions.java110 public void transitionTo(int mode, boolean animate) { in transitionTo()
126 protected void onTransition(int oldMode, int newMode, boolean animate) { in onTransition()
130 protected void applyModeBackground(int oldMode, int newMode, boolean animate) { in applyModeBackground()
251 public void applyModeBackground(int oldMode, int newMode, boolean animate) { in applyModeBackground()
H A DPhoneStatusBarTransitions.java91 protected void onTransition(int oldMode, int newMode, boolean animate) { in onTransition()
104 private void applyMode(int mode, boolean animate) { in applyMode()
H A DActivityStarterImpl.kt452 val animate = regex
569 val animate = regex
669 val animate = regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DButtonDispatcher.java171 public void setAlpha(float alpha, boolean animate) { in setAlpha()
175 public void setAlpha(float alpha, boolean animate, long duration) { in setAlpha()
179 public void setAlpha(float alpha, boolean animate, boolean cancelAnimator) { in setAlpha()
187 public void setAlpha(float alpha, boolean animate, long duration, boolean cancelAnimator) { in setAlpha()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFooter.java51 default void disable(int state1, int state2, boolean animate) {} in disable()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcherController.java250 public boolean closeSwitcherIfOpenAndNotSimple(boolean animate) { in closeSwitcherIfOpenAndNotSimple()
335 public void updatePosition(int x, int y, boolean animate) { in updatePosition()
385 private void setUserSwitcherOpened(boolean open, boolean animate) { in setUserSwitcherOpened()
395 private void updateVisibilities(boolean animate) { in updateVisibilities()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusIconDisplayable.java35 void setVisibleState(@StatusBarIconView.VisibleState int state, boolean animate); in setVisibleState()
H A DKeyguardAffordanceView.java430 public void setImageScale(float imageScale, boolean animate) { in setImageScale()
443 public void setImageScale(float imageScale, boolean animate, long duration, in setImageScale()
481 public void setImageAlpha(float alpha, boolean animate) { in setImageAlpha()
494 public void setImageAlpha(float alpha, boolean animate, long duration, in setImageAlpha()
/aosp14/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
H A DAbstractLayoutTest.java56 public void animate(View v) { in animate() method in AbstractLayoutTest
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_circle.cpp51 void SvgCircle::PrepareAnimation(const RefPtr<SvgAnimation>& animate) in PrepareAnimation()
/aosp14/frameworks/base/core/java/android/widget/
H A DViewAnimator.java161 void showOnly(int childIndex, boolean animate) { in showOnly()
364 public void setAnimateFirstView(boolean animate) { in setAnimateFirstView()

123456