/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
H A D | TvPipBoundsController.java | 112 int animationDuration, boolean immediate) { in recalculatePipBounds() 119 applyPlacementBounds(placement.getAnchorBounds(), animationDuration); in recalculatePipBounds() local 122 applyPlacementBounds(placement.getUnstashedBounds(), animationDuration); in recalculatePipBounds() local 136 int animationDuration) { in schedulePinnedStackPlacement() 183 int animationDuration) { in applyPlacement() 209 private void applyPlacementBounds(Rect bounds, int animationDuration) { in applyPlacementBounds() 220 private void movePipTo(Rect bounds, int animationDuration) { in movePipTo() 245 void onPipTargetBoundsChange(Rect newTargetBounds, int animationDuration); in onPipTargetBoundsChange()
|
H A D | TvPipController.java | 434 private void updatePinnedStackBounds(int animationDuration, boolean immediate) { in updatePinnedStackBounds() 445 public void onPipTargetBoundsChange(Rect targetBounds, int animationDuration) { in onPipTargetBoundsChange()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/qs/ui/adapter/ |
D | CustomizerState.java | 59 private final long animationDuration = 0L; field in CustomizerState.AnimatingIntoCustomizer 62 public AnimatingIntoCustomizer(long animationDuration) { in AnimatingIntoCustomizer() 81 …droid.systemui.qs.ui.adapter.CustomizerState.AnimatingIntoCustomizer copy(long animationDuration) { in copy() 108 private final long animationDuration = 0L; field in CustomizerState.AnimatingOutOfCustomizer 110 public AnimatingOutOfCustomizer(long animationDuration) { in AnimatingOutOfCustomizer() 124 …roid.systemui.qs.ui.adapter.CustomizerState.AnimatingOutOfCustomizer copy(long animationDuration) { in copy()
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/startingsurface/ |
H A D | SplashScreenExitAnimationUtils.java | 94 int animationDuration, int iconFadeOutDuration, float iconStartAlpha, in startAnimations() 118 TransactionPool transactionPool, Rect firstWindowFrame, int animationDuration, in startAnimations() 134 TransactionPool transactionPool, Rect firstWindowFrame, int animationDuration, in createRadialVanishSlideUpAnimator() 229 int animationDuration) { in getProgress() 244 int animationDuration, int iconFadeOutDuration, float iconStartAlpha, in createFadeOutAnimation()
|
/aosp_15_r20/external/accompanist/navigation-material/src/androidTest/java/com/google/accompanist/navigation.material/ |
H A D | BottomSheetNavigatorTest.kt | 589 val animationDuration = 2000 in <lambda>() constant 634 val animationDuration = 2000 in <lambda>() constant 691 val animationDuration = 2000 in <lambda>() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
H A D | LightRevealScrimInteractor.kt | 62 val animationDuration = in <lambda>() constant
|
/aosp_15_r20/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/ |
D | TaskbarScrimViewControllerTest.kt | 71 private val animationDuration = in <lambda>() constant in com.android.launcher3.taskbar.TaskbarScrimViewControllerTest
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ui/adapter/ |
H A D | QSSceneAdapter.kt | 461 val animationDuration: Long constant 475 data class AnimatingIntoCustomizer(override val animationDuration: Long) : Animating { constant in CustomizerState.AnimatingIntoCustomizer 480 data class AnimatingOutOfCustomizer(override val animationDuration: Long) : Animating constant in CustomizerState.AnimatingOutOfCustomizer
|
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
D | TimerFragment.kt | 492 val animationDuration = UiDataModel.uiDataModel.longAnimationDuration in animateToView() constant
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/plugin/SystemUIPluginLib/android_common/kapt/gen/stubs/com/android/systemui/plugins/qs/ |
D | QSContainerController.java | 10 public abstract void setCustomizerShowing(boolean showing, long animationDuration); in setCustomizerShowing()
|
/aosp_15_r20/development/samples/devbytes/animation/SquashAndStretch/src/com/example/squashandstretch/ |
H A D | SquashAndStretch.java | 75 long animationDuration = (long) (BASE_DURATION * sAnimatorScale); in onButtonClick() local
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/launcher3/util/ |
D | CannedAnimationCoordinator.java | 29 private long animationDuration = 0L; field in CannedAnimationCoordinator
|
/aosp_15_r20/frameworks/base/core/java/android/service/wallpaper/ |
H A D | IWallpaperEngine.aidl | 38 oneway void setInAmbientMode(boolean inAmbientDisplay, long animationDuration); in setInAmbientMode()
|
/aosp_15_r20/development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/ |
H A D | UIAnimation.java | 47 int animationDuration, UIStateListener listener) { in UIAnimation()
|
H A D | MainActivity.java | 226 int animationDuration = getResources().getInteger(android.R.integer.config_shortAnimTime); in start() local
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/widget/ |
D | FloatingActionButtonController.java | 38 private final int animationDuration; field in FloatingActionButtonController
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/shade/ |
D | ShadeControllerEmptyImpl.java | 41 public void collapseWithDuration(int animationDuration) { in collapseWithDuration()
|
D | ShadeControllerSceneImpl.java | 94 public void collapseWithDuration(int animationDuration) { in collapseWithDuration()
|
/aosp_15_r20/developers/build/prebuilts/gradle/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/ |
H A D | UIAnimation.java | 47 int animationDuration, UIStateListener listener) { in UIAnimation()
|
H A D | MainActivity.java | 246 int animationDuration = getResources().getInteger(android.R.integer.config_shortAnimTime); in start() local
|
/aosp_15_r20/developers/samples/android/wearable/wear/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/ |
D | UIAnimation.java | 47 int animationDuration, UIStateListener listener) { in UIAnimation()
|
D | MainActivity.java | 247 int animationDuration = getResources().getInteger(android.R.integer.config_shortAnimTime); in start() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/ |
D | DragDownHelper.java | 132 com.android.systemui.statusbar.notification.row.ExpandableView child, long animationDuration) { in cancelChildExpansion()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | ShadeController.java | 87 void collapseWithDuration(int animationDuration); in collapseWithDuration()
|
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | BaseWindowInterface.java | 206 long animationDuration = animate ? RECENTS_ATTACH_DURATION : 0; in setRecentsAttachedToAppWindow() local
|