Home
last modified time | relevance | path

Searched defs:animationType (Results 1 – 25 of 266) sorted by relevance

1234567891011

/aosp_15_r20/frameworks/base/core/java/android/view/
H A DInsetsController.java587 @AnimationType int animationType, in PendingControlRequest()
602 final @AnimationType int animationType; field in InsetsController.PendingControlRequest
882 @AnimationType int animationType = getAnimationType(type); in updateState() local
1137 @AnimationType final int animationType = getAnimationType(type); in show() local
1247 @AnimationType final int animationType = getAnimationType(type); in hide() local
1308 @AnimationType int animationType, boolean fromPredictiveBack) { in controlWindowInsetsAnimation()
1341 InsetsAnimationSpec insetsAnimationSpec, @AnimationType int animationType, in controlAnimationUnchecked()
1369 InsetsAnimationSpec insetsAnimationSpec, @AnimationType int animationType, in controlAnimationUncheckedInner()
1599 SparseArray<InsetsSourceControl> controls, @AnimationType int animationType, in collectSourceControls()
H A DInsetsAnimationThreadControlRunner.java112 InsetsAnimationSpec insetsAnimationSpec, @AnimationType int animationType, in InsetsAnimationThreadControlRunner()
H A DInsetsSourceConsumer.java427 public void updateSource(InsetsSource newSource, @AnimationType int animationType) { in updateSource()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DFadeAnimationController.java61 public void fadeWindowToken(boolean show, WindowToken windowToken, int animationType) { in fadeWindowToken()
73 public void fadeWindowToken(boolean show, WindowToken windowToken, int animationType, in fadeWindowToken()
86 show /* hidden */, animationType, finishedCallback); in fadeWindowToken() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/api/system-api-stubs-docs-non-updatable/android_common/gen/logtags/frameworks/base/core/java/android/view/
DEventLogTags.java43 …public static void writeImfImeAnimStart(String token, int animationType, float alpha, String curre… in writeImfImeAnimStart()
47 …public static void writeImfImeAnimFinish(String token, int animationType, float alpha, int shown, … in writeImfImeAnimFinish()
51 public static void writeImfImeAnimCancel(String token, int animationType, String pendingInsets) { in writeImfImeAnimCancel()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/api/module-lib-api-stubs-docs-non-updatable/android_common/gen/logtags/frameworks/base/core/java/android/view/
DEventLogTags.java43 …public static void writeImfImeAnimStart(String token, int animationType, float alpha, String curre… in writeImfImeAnimStart()
47 …public static void writeImfImeAnimFinish(String token, int animationType, float alpha, int shown, … in writeImfImeAnimFinish()
51 public static void writeImfImeAnimCancel(String token, int animationType, String pendingInsets) { in writeImfImeAnimCancel()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/api/test-api-stubs-docs-non-updatable/android_common/gen/logtags/frameworks/base/core/java/android/view/
DEventLogTags.java43 …public static void writeImfImeAnimStart(String token, int animationType, float alpha, String curre… in writeImfImeAnimStart()
47 …public static void writeImfImeAnimFinish(String token, int animationType, float alpha, int shown, … in writeImfImeAnimFinish()
51 public static void writeImfImeAnimCancel(String token, int animationType, String pendingInsets) { in writeImfImeAnimCancel()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/gen/logtags/frameworks/base/core/java/android/view/
DEventLogTags.java43 …public static void writeImfImeAnimStart(String token, int animationType, float alpha, String curre… in writeImfImeAnimStart()
47 …public static void writeImfImeAnimFinish(String token, int animationType, float alpha, int shown, … in writeImfImeAnimFinish()
51 public static void writeImfImeAnimCancel(String token, int animationType, String pendingInsets) { in writeImfImeAnimCancel()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/api/api-stubs-docs-non-updatable/android_common/gen/logtags/frameworks/base/core/java/android/view/
DEventLogTags.java43 …public static void writeImfImeAnimStart(String token, int animationType, float alpha, String curre… in writeImfImeAnimStart()
47 …public static void writeImfImeAnimFinish(String token, int animationType, float alpha, int shown, … in writeImfImeAnimFinish()
51 public static void writeImfImeAnimCancel(String token, int animationType, String pendingInsets) { in writeImfImeAnimCancel()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex-headers/android_common/gen/logtags/frameworks/base/core/java/android/view/
DEventLogTags.java43 …public static void writeImfImeAnimStart(String token, int animationType, float alpha, String curre… in writeImfImeAnimStart()
47 …public static void writeImfImeAnimFinish(String token, int animationType, float alpha, int shown, … in writeImfImeAnimFinish()
51 public static void writeImfImeAnimCancel(String token, int animationType, String pendingInsets) { in writeImfImeAnimCancel()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
H A DPipMenuView.java347 void hideMenu(boolean resize, @AnimationType int animationType) { in hideMenu()
353 boolean resize, @AnimationType int animationType) { in hideMenu()
580 private long getFadeOutDuration(@AnimationType int animationType) { in getFadeOutDuration()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMenuView.java364 void hideMenu(boolean resize, @AnimationType int animationType) { in hideMenu()
370 boolean resize, @AnimationType int animationType) { in hideMenu()
625 private long getFadeOutDuration(@AnimationType int animationType) { in getFadeOutDuration()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/stack/
DStackStateLogger.java46 java.lang.String key, @org.jetbrains.annotations.NotNull() in animationStart()
51 java.lang.String key, @org.jetbrains.annotations.NotNull() in animationEnd()
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarStashController.java675 @StashAnimation int animationType, boolean shouldDelayBackground, String jankTag) { in createAnimToIsStashed()
745 float stashTranslation, @StashAnimation int animationType) { in createAnimToIsStashed()
820 boolean shouldDelayBackground, @StashAnimation int animationType) { in createTransientAnimToIsStashed()
1449 @StashAnimation int animationType = computeTransitionType(changedFlags); in createSetStateAnimator() local
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/launcher3/taskbar/bubbles/flyout/
DBubbleBarFlyoutController.java61 …vate final void showFlyout(com.android.launcher3.taskbar.bubbles.flyout.BubbleBarFlyoutController.… in showFlyout()
86 …vate final void hideFlyout(com.android.launcher3.taskbar.bubbles.flyout.BubbleBarFlyoutController.… in hideFlyout()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipAnimationController.java252 public void setOneShotEnterAnimationType(@AnimationType int animationType) { in setOneShotEnterAnimationType()
344 @AnimationType int animationType, @NonNull Rect destinationBounds, in PipTransitionAnimator()
351 @AnimationType int animationType, @NonNull Rect destinationBounds, in PipTransitionAnimator()
H A DPipTaskOrganizer.java918 final int animationType = shouldAlwaysFadeIn() in onTaskAppeared() local
957 private void onTaskAppearedWithFixedRotation(int animationType) { in onTaskAppearedWithFixedRotation()
/aosp_15_r20/developers/build/prebuilts/gradle/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
H A DCheckInAndDeleteDataItemsService.java104 private void startConfirmationActivity(int animationType, String message) { in startConfirmationActivity()
/aosp_15_r20/development/samples/browseable/Geofencing/Wearable/src/com.example.android.wearable.geofencing/
H A DCheckInAndDeleteDataItemsService.java104 private void startConfirmationActivity(int animationType, String message) { in startConfirmationActivity()
/aosp_15_r20/developers/samples/android/deprecated/wearable/wear/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
DCheckInAndDeleteDataItemsService.java104 private void startConfirmationActivity(int animationType, String message) { in startConfirmationActivity()
/aosp_15_r20/development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/
H A DDeleteService.java98 private void startConfirmationActivity(int animationType, String message) { in startConfirmationActivity()
/aosp_15_r20/developers/samples/android/deprecated/wearable/wear/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
DDeleteService.java98 private void startConfirmationActivity(int animationType, String message) { in startConfirmationActivity()
/aosp_15_r20/developers/build/prebuilts/gradle/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
H A DDeleteService.java98 private void startConfirmationActivity(int animationType, String message) { in startConfirmationActivity()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java574 int animationType; in select() local
2077 public long getAnimationDuration(RecyclerView recyclerView, int animationType, in getAnimationDuration()
2312 RecoverAnimation(ViewHolder viewHolder, int animationType, in RecoverAnimation()
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DItemInfo.java112 public int animationType = Animation.DEFAULT; field in ItemInfo

1234567891011