Home
last modified time | relevance | path

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

12345678910>>...47

/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragment.java571 public void disable(int displayId, int state1, int state2, boolean animate) { in disable()
585 private void updateStatusBarVisibilities(boolean animate) { in updateStatusBarVisibilities()
680 private void updateNotificationIconAreaAndOngoingActivityChip(boolean animate) { in updateNotificationIconAreaAndOngoingActivityChip()
779 private void hideEndSideContent(boolean animate) { in hideEndSideContent()
789 private void showEndSideContent(boolean animate) { in showEndSideContent()
806 private void hideClock(boolean animate) { in hideClock()
811 private void showClock(boolean animate) { in showClock()
817 private void hidePrimaryOngoingActivityChip(boolean animate) { in hidePrimaryOngoingActivityChip()
829 private void showPrimaryOngoingActivityChip(boolean animate) { in showPrimaryOngoingActivityChip()
834 private void hideSecondaryOngoingActivityChip(boolean animate) { in hideSecondaryOngoingActivityChip()
[all …]
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationInputManager.java191 public void showHideMediaPicker(final boolean show, final boolean animate) { in showHideMediaPicker()
201 public boolean showHideSimSelector(final boolean show, final boolean animate) { in showHideSimSelector()
205 public void showHideImeKeyboard(final boolean show, final boolean animate) { in showHideImeKeyboard()
209 public void hideAllInputs(final boolean animate) { in hideAllInputs()
223 public boolean toggleSimSelector(final boolean animate, final SubscriptionListEntry subEntry) { in toggleSimSelector()
262 final boolean animate) { in showHideInternal()
350 public boolean show(boolean animate) { in show()
425 public boolean hide(boolean animate) { in hide()
516 public boolean show(boolean animate) { in show()
523 public boolean hide(boolean animate) { in hide()
[all …]
DConversationInput.java31 final boolean animate); in showHideInternal()
41 public abstract boolean show(boolean animate); in show()
42 public abstract boolean hide(boolean animate); in hide()
66 public boolean toggle(final boolean animate) { in toggle()
DConversationSimSelector.java80 public boolean show(boolean animate) { in show()
86 public boolean hide(boolean animate) { in hide()
90 private boolean showHide(final boolean show, final boolean animate) { in showHide()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/widget/
DLoadingViewController.java59 public void showContent(boolean animate) { in showContent()
69 public void showEmpty(boolean animate) { in showEmpty()
92 private void handleLoadingContainer(boolean showContent, boolean showEmpty, boolean animate) { in handleLoadingContainer()
106 boolean animate) { in handleLoadingContainer()
122 boolean showContent, boolean showEmpty, boolean animate) { in handleLoadingContainer()
130 private static void setViewShown(final View view, boolean shown, boolean animate) { in setViewShown()
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DFolderInfo.java126 public void add(ItemInfo item, boolean animate) { in add()
133 public void add(ItemInfo item, int rank, boolean animate) { in add()
151 public void remove(ItemInfo item, boolean animate) { in remove()
152 removeAll(Collections.singletonList(item), animate); in remove() local
158 public void removeAll(List<ItemInfo> items, boolean animate) { in removeAll()
208 public void itemsChanged(boolean animate) { in itemsChanged()
217 void onItemsChanged(boolean animate); in onItemsChanged()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DStackScrollerDecorView.java77 public void setVisible(boolean visible, boolean animate) { in setVisible()
91 public void setVisible(boolean visible, boolean animate, in setVisible()
130 public void setContentVisible(boolean visible, boolean animate, in setContentVisible()
173 protected void setSecondaryVisible(boolean visible, boolean animate, in setSecondaryVisible()
213 boolean animate, Consumer<Boolean> onAnimationEnded) { in setViewVisible()
/aosp_15_r20/external/skia/tools/viewer/
H A DMotionMarkSlide.cpp49 virtual bool animate(double nanos) { in animate() function in Stage
111 bool animate(double nanos) override { in animate() function in MotionMarkSlide
207 void animate(double nanos) override { in animate() function in CanvasLineSegment
306 bool animate(double nanos) override { in animate() function in CanvasLineSegmentStage
392 void animate(double /*nanos*/) override { in animate() function in CanvasArc
480 void animate(double) override {} in animate() function in CanvasLinePoint
604 bool animate(double /*nanos*/) override { in animate() function in CanvasLinePathStage
677 void animate(double deltaNanos) override { in animate() function in BouncingParticle
743 bool animate(double nanos) override { in animate() function in BouncingParticlesStage
777 void animate(double deltaNanos) override { in animate() function in BouncingTaggedImage
/aosp_15_r20/packages/apps/TV/src/com/android/tv/ui/
DTvViewUiManager.java261 public int setDisplayMode(int displayMode, boolean storeInPreference, boolean animate) { in setDisplayMode()
267 applyDisplayMode(mTvView.getVideoDisplayAspectRatio(), animate, false); in setDisplayMode() local
272 public void restoreDisplayMode(boolean animate) { in restoreDisplayMode()
320 int color, FrameLayout.LayoutParams targetLayoutParams, boolean animate) { in setBackgroundColor()
358 boolean animate) { in setTvViewPosition()
500 float videoDisplayAspectRatio, boolean animate, boolean forceUpdate) { in applyDisplayMode()
/aosp_15_r20/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()
H A DFullScreenMagnificationController.java643 boolean reset(boolean animate) { in reset()
669 boolean animate, int id) { in setScale()
1451 public boolean reset(int displayId, boolean animate) { in reset()
1496 boolean isScaleTransient, boolean animate, int id) { in setScale()
1523 public boolean setCenter(int displayId, float centerX, float centerY, boolean animate, int id) { in setCenter()
1552 boolean animate, int id) { in setScaleAndCenter()
1577 boolean isScaleTransient, boolean animate, int id) { in setScaleAndCenter()
1787 boolean resetIfNeeded(int displayId, boolean animate) { in resetIfNeeded()
1842 void resetAllIfNeeded(boolean animate) { in resetAllIfNeeded()
1845 resetIfNeeded(mDisplays.keyAt(i), animate); in resetAllIfNeeded() local
[all …]
/aosp_15_r20/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/
H A DAnimator.kt22 fun animate(start: Double, end: Double, setter: (Double) -> Unit) { in animate() method
29 fun animate(now: Long): Boolean { in animate() method
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/main/impl/toolbar/
DMainToolbar.java75 public void slideUp(boolean animate, View container) { in slideUp()
111 public void slideDown(boolean animate, View container) { in slideDown()
130 public void collapse(boolean animate) { in collapse()
135 public void expand(boolean animate, Optional<String> text, boolean requestFocus) { in expand()
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/
DAbstractFloatingView.java161 public final void close(boolean animate) { in close()
170 protected abstract void handleClose(boolean animate); in handleClose()
275 public static void closeOpenViews(ActivityContext activity, boolean animate, in closeOpenViews()
280 public static void closeAllOpenViews(ActivityContext activity, boolean animate) { in closeAllOpenViews()
289 public static void closeAllOpenViewsExcept(ActivityContext activity, boolean animate, in closeAllOpenViewsExcept()
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarTransitions.java81 protected void onTransition(int oldMode, int newMode, boolean animate) { in onTransition()
86 private void applyLightsOut(boolean animate, boolean force) { in applyLightsOut()
88 applyLightsOut(isLightsOut(getMode()), animate, force); in applyLightsOut() local
91 private void applyLightsOut(boolean lightsOut, boolean animate, boolean force) { in applyLightsOut()
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DMediaPickerPanel.java243 void setExpanded(final boolean expanded, final boolean animate, final int startingPage) { in setExpanded()
247 private void setExpanded(final boolean expanded, final boolean animate, final int startingPage, in setExpanded()
278 private void setDesiredHeight(int height, final boolean animate) { in setDesiredHeight()
323 void setFullScreenView(final boolean fullScreen, final boolean animate) { in setFullScreenView()
333 setDesiredHeight(getDesiredHeight(), animate); in setFullScreenView() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/
DRoundable.java70 com.android.systemui.statusbar.notification.SourceType sourceType, boolean animate) { in requestTopRoundness()
106 com.android.systemui.statusbar.notification.SourceType sourceType, boolean animate) { in requestBottomRoundness()
144 com.android.systemui.statusbar.notification.SourceType sourceType, boolean animate) { in requestRoundness()
179 com.android.systemui.statusbar.notification.SourceType sourceType, boolean animate) { in requestRoundnessReset()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DActivityStarterInternalImpl.kt140 val animate = in <lambda>() constant
255 val animate = in <lambda>() constant
382 val animate = in <lambda>() constant
H A DLegacyActivityStarterInternalImpl.kt122 val animate = in <lambda>() constant
265 val animate = in <lambda>() constant
381 val animate = in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
H A DSceneTransitionLayoutState.kt544 fun animate( in showOverlay() method
587 fun animate( in hideOverlay() method
632 fun animate( in replaceOverlay() method
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/views/
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()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/domain/interactor/
DOccludedState.java20 private final boolean animate = false; field in OccludedState
22 public OccludedState(boolean occluded, boolean animate) { in OccludedState()
43 …ndroid.systemui.statusbar.domain.interactor.OccludedState copy(boolean occluded, boolean animate) { in copy()
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/main/impl/
DMainSearchController.java141 public void showDialpad(boolean animate) { in showDialpad()
146 private void showDialpad(boolean animate, boolean fromNewIntent) { in showDialpad()
196 private void hideDialpad(boolean animate) { in hideDialpad()
321 private void closeSearch(boolean animate) { in closeSearch()
/aosp_15_r20/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()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/pipeline/shared/domain/model/
DStatusBarDisableFlagsVisibilityModel.java28 private final boolean animate = false; field in StatusBarDisableFlagsVisibilityModel
30 …sClockAllowed, boolean areNotificationIconsAllowed, boolean isSystemInfoAllowed, boolean animate) { in StatusBarDisableFlagsVisibilityModel()
79 …sClockAllowed, boolean areNotificationIconsAllowed, boolean isSystemInfoAllowed, boolean animate) { in copy()

12345678910>>...47