Home
last modified time | relevance | path

Searched +full:- +full:- +full:no +full:- +full:window +full:- +full:animation (Results 1 – 25 of 1133) sorted by relevance

12345678910>>...46

/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardUnlockAnimationController.kt8 * http://www.apache.org/licenses/LICENSE-2.0 in <lambda>()
19 import android.animation.Animator in <lambda>()
20 import android.animation.AnimatorListenerAdapter in <lambda>()
21 import android.animation.ValueAnimator in <lambda>()
40 import com.android.app.animation.Interpolators in <lambda>()
73 * How much to translate the surface behind the keyguard at the beginning of the exit animation, in in <lambda>()
95 * Dismiss amount at which to complete the keyguard exit animation and hide the keyguard. in <lambda>()
103 * How long the canned unlock animation takes. This is used if we are unlocking from biometric auth, in <lambda>()
118 * How long the in-window launcher icon animation takes. This is used if the launcher is underneath in <lambda>()
119 * the lock screen and supports in-window animations. in <lambda>()
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DActivityTransitionAnimator.kt8 * http://www.apache.org/licenses/LICENSE-2.0 in <lambda>()
17 package com.android.systemui.animation in <lambda>()
52 import android.view.animation.PathInterpolator in <lambda>()
53 import android.window.IRemoteTransition in <lambda>()
54 import android.window.IRemoteTransitionFinishedCallback in <lambda>()
55 import android.window.RemoteTransition in <lambda>()
56 import android.window.TransitionFilter in <lambda>()
57 import android.window.TransitionInfo in <lambda>()
58 import android.window.WindowAnimationState in <lambda>()
62 import com.android.app.animation.Interpolators in <lambda>()
[all …]
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
H A DActivityEmbeddingAnimationRunner.java8 * http://www.apache.org/licenses/LICENSE-2.0
22 import static android.window.TransitionInfo.FLAG_IS_BEHIND_STARTING_WINDOW;
23 import static android.window.TransitionInfo.FLAG_TRANSLUCENT;
31 import android.animation.Animator;
32 import android.animation.ValueAnimator;
41 import android.view.animation.Animation;
42 import android.window.TransitionInfo;
43 import android.window.WindowContainerToken;
49 import com.android.window.flags.Flags;
77 /** Creates and starts animation for ActivityEmbedding transition. */
[all …]
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DBackNavigationController.java8 * http://www.apache.org/licenses/LICENSE-2.0
29 import static android.window.SystemOverrideOnBackInvokedCallback.OVERRIDE_FINISH_AND_REMOVE_TASK;
30 import static android.window.SystemOverrideOnBackInvokedCallback.OVERRIDE_UNDEFINED;
60 import android.window.BackAnimationAdapter;
61 import android.window.BackNavigationInfo;
62 import android.window.IBackAnimationFinishedCallback;
63 import android.window.IWindowlessStartingSurfaceCallback;
64 import android.window.OnBackInvokedCallbackInfo;
65 import android.window.SystemOverrideOnBackInvokedCallback;
66 import android.window.TaskSnapshot;
[all …]
H A DWindowState.java8 * http://www.apache.org/licenses/LICENSE-2.0
135 import static com.android.server.wm.WindowContainerChildProto.WINDOW;
185 import static com.android.window.flags.Flags.surfaceTrustedOverlay;
243 import android.view.animation.Animation;
244 import android.view.animation.AnimationUtils;
245 import android.view.animation.Interpolator;
247 import android.window.ActivityWindowInfo;
248 import android.window.ClientWindowFrames;
249 import android.window.OnBackInvokedCallbackInfo;
262 import com.android.window.flags.Flags;
[all …]
H A DTransition.java8 * http://www.apache.org/licenses/LICENSE-2.0
47 import static android.window.TaskFragmentAnimationParams.DEFAULT_ANIMATION_BACKGROUND_COLOR;
48 import static android.window.TransitionInfo.AnimationOptions;
49 import static android.window.TransitionInfo.FLAGS_IS_OCCLUDED_NO_ANIMATION;
50 import static android.window.TransitionInfo.FLAG_CONFIG_AT_END;
51 import static android.window.TransitionInfo.FLAG_DISPLAY_HAS_ALERT_WINDOWS;
52 import static android.window.TransitionInfo.FLAG_FILLS_TASK;
53 import static android.window.TransitionInfo.FLAG_IN_TASK_WITH_EMBEDDED_ACTIVITY;
54 import static android.window.TransitionInfo.FLAG_IS_BEHIND_STARTING_WINDOW;
55 import static android.window.TransitionInfo.FLAG_IS_DISPLAY;
[all …]
H A DWindowStateAnimator.java8 * http://www.apache.org/licenses/LICENSE-2.0
52 import static com.android.window.flags.Flags.setScPropertiesInClient;
66 import android.view.animation.Animation;
67 import android.view.animation.AnimationUtils;
83 * Mode how the window gets clipped by the root task bounds during an animation: The clipping
84 * should be applied after applying the animation transformation, i.e. the root task bounds
85 * don't move during the animation.
90 * Mode how window gets clipped by the root task bounds during an animation: Don't clip the
91 * window by the root task bounds.
115 * This is rectangle of the window's surface that is not covered by
[all …]
H A DAsyncRotationController.java8 * http://www.apache.org/licenses/LICENSE-2.0
30 import android.view.animation.AlphaAnimation;
31 import android.view.animation.Animation;
32 import android.view.animation.AnimationUtils;
42 * Controller to handle the appearance of non-activity windows which can update asynchronously when
44 * rotation or app transition animation.
46 * - Open app with rotation change: the target windows are faded out with open transition, and then
48 * - Normal rotation: the target windows are hidden by a parent leash with zero alpha after the
50 * - Seamless rotation: Only shell transition uses this controller in this case. The target windows
51 * will be requested to use sync transaction individually. Their window token will rotate to old
[all …]
H A DAppTransitionController.java8 * http://www.apache.org/licenses/LICENSE-2.0
91 import android.window.ITaskFragmentOrganizer;
104 * Checks for app transition readiness, resolves animation attributes and performs visibility
142 * Returns the currently visible window that is associated with the wallpaper in case we are
180 // TODO(b/205335975): Remove window which stuck in animatingExit status. Find actual cause. in handleAppTransitionReady()
183 // TODO(new-app-transition): Remove code using appTransition.getAppTransition() in handleAppTransitionReady()
194 // Clearing the mAnimatingExit flag before entering animation. It's set to true if app in handleAppTransitionReady()
195 // window is removed, or window relayout to invisible. This also affects window in handleAppTransitionReady()
212 // Or, the opening app window should be a wallpaper target. in handleAppTransitionReady()
241 // Find the layout params of the top-most application window in the tokens, which is in handleAppTransitionReady()
[all …]
/aosp_15_r20/frameworks/base/core/java/android/app/
H A DActivityOptions.java8 * http://www.apache.org/licenses/LICENSE-2.0
27 import static android.window.DisplayAreaOrganizer.FEATURE_UNDEFINED;
66 import android.view.Window;
67 import android.window.RemoteTransition;
68 import android.window.SplashScreen;
69 import android.window.WindowContainerToken;
71 import com.android.window.flags.Flags;
117 * default behavior if no explicit mode is specified.
130 * href="https://developer.android.com/guide/components/activities/background-starts">
152 * <a href="https://developer.android.com/guide/components/activities/background-starts">
[all …]
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
H A DBackAnimationController.java8 * http://www.apache.org/licenses/LICENSE-2.0
24 import static android.window.BackEvent.EDGE_NONE;
25 import static android.window.TransitionInfo.FLAG_BACK_GESTURE_ANIMATED;
26 import static android.window.TransitionInfo.FLAG_IS_WALLPAPER;
27 import static android.window.TransitionInfo.FLAG_MOVED_TO_TOP;
28 import static android.window.TransitionInfo.FLAG_SHOW_WALLPAPER;
31 import static com.android.window.flags.Flags.migratePredictiveBackTransition;
32 import static com.android.window.flags.Flags.predictiveBackSystemAnims;
33 import static com.android.window.flags.Flags.unifyBackNavigationTransition;
70 import android.window.BackAnimationAdapter;
[all …]
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DInsetsSourceConsumer.java8 * http://www.apache.org/licenses/LICENSE-2.0
54 * Controls the visibility and animations of a single window insets source.
67 * Window type is ready to be shown, will be shown immediately.
71 * Result will be delayed. Window needs to be prepared or request is not from controller.
76 * Window will not be shown because one of the conditions couldn't be met.
77 * (e.g. in IME's case, when no editor is focused.)
127 * animation should be run after setting the control.
129 * animation should be run after setting the control.
145 if (DEBUG) Log.d(TAG, String.format("setControl -> %s on %s", in setControl()
171 // Canceling existing animation if there is any. in setControl()
[all …]
H A DWindowInsetsAnimationController.java8 * http://www.apache.org/licenses/LICENSE-2.0
26 import android.view.animation.Interpolator;
29 * Controller for app-driven animation of system windows.
32 * the {@link android.inputmethodservice.InputMethodService IME}. The animation is
42 * Retrieves the {@link Insets} when the windows this animation is controlling are fully hidden.
44 * Note that these insets are always relative to the window, which is the same as being relative
47 * If there are any animation listeners registered, this value is the same as
51 * @return Insets when the windows this animation is controlling are fully hidden.
58 * Retrieves the {@link Insets} when the windows this animation is controlling are fully shown.
60 * Note that these insets are always relative to the window, which is the same as being relative
[all …]
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DTransitions.java8 * http://www.apache.org/licenses/LICENSE-2.0
32 import static android.window.TransitionInfo.FLAGS_IS_NON_APP_WINDOW;
33 import static android.window.TransitionInfo.FLAG_BACK_GESTURE_ANIMATED;
34 import static android.window.TransitionInfo.FLAG_IN_TASK_WITH_EMBEDDED_ACTIVITY;
35 import static android.window.TransitionInfo.FLAG_IS_BEHIND_STARTING_WINDOW;
36 import static android.window.TransitionInfo.FLAG_IS_OCCLUDED;
37 import static android.window.TransitionInfo.FLAG_IS_WALLPAPER;
38 import static android.window.TransitionInfo.FLAG_NO_ANIMATION;
39 import static android.window.TransitionInfo.FLAG_STARTING_WINDOW_TRANSFER_RECIPIENT;
42 import static com.android.window.flags.Flags.ensureWallpaperInTransitions;
[all …]
H A DTransitionAnimationHelper.java8 * http://www.apache.org/licenses/LICENSE-2.0
27 import static android.window.TransitionInfo.FLAGS_IS_NON_APP_WINDOW;
28 import static android.window.TransitionInfo.FLAG_IS_DISPLAY;
29 import static android.window.TransitionInfo.FLAG_STARTING_WINDOW_TRANSFER_RECIPIENT;
30 import static android.window.TransitionInfo.FLAG_TRANSLUCENT;
53 import android.view.animation.Animation;
54 import android.view.animation.Transformation;
55 import android.window.ScreenCapture;
56 import android.window.TransitionInfo;
61 import com.android.window.flags.Flags;
[all …]
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DDragToDesktopTransitionHandler.kt3 import android.animation.Animator in <lambda>()
4 import android.animation.AnimatorListenerAdapter in <lambda>()
5 import android.animation.RectEvaluator in <lambda>()
6 import android.animation.ValueAnimator in <lambda>()
28 import android.window.TransitionInfo in <lambda>()
29 import android.window.TransitionInfo.Change in <lambda>()
30 import android.window.TransitionRequestInfo in <lambda>()
31 import android.window.WindowContainerTransaction in <lambda>()
33 import com.android.internal.dynamicanimation.animation.SpringForce in <lambda>()
39 import com.android.wm.shell.animation.FloatProperties in <lambda>()
[all …]
/aosp_15_r20/frameworks/base/core/java/android/window/
H A DTransitionInfo.java8 * http://www.apache.org/licenses/LICENSE-2.0
17 package android.window;
60 import com.android.window.flags.Flags;
76 * Modes are only a sub-set of all the transit-types since they are per-container
91 /** No flags */
103 // TODO: remove when starting-window is moved to Task
104 /** The container is the recipient of a transferred starting-window */
121 /** The container is an input-method window. */
133 /** The container attaches owner profile thumbnail for cross profile animation. */
136 /** The container attaches work profile thumbnail for cross profile animation. */
[all …]
/aosp_15_r20/development/tools/winscope/configs/
H A Dservices.core.protolog32.json4 "-2127842445": {
10 "-2121056984": {
16 "-2111539867": {
22 "-2109936758": {
28 "-2109864870": {
29 "message": "app-release(): mOuter=%s",
34 "-2107721178": {
40 "-2101985723": {
41 "message": "Failed looking up window session=%s callers=%s",
46 "-2093859262": {
[all …]
H A Dservices.core.protolog64.json10 "-4921282642721622589": {
16 "-1597980207704427048": {
22 "-6509265758887333864": {
23 …"message": "Can't report activity moved to display - client not running, activityRecord=%s, displa…
28 "-4183059578873561863": {
35 … "message": "Can't report activity configuration update - client not running, activityRecord=%s",
40 "-7418876140361338495": {
46 "-4284934398288119962": {
47 … "message": "Can't report activity position update - client not running, activityRecord=%s",
59 "message": "Checking theme of starting window: 0x%x",
[all …]
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DAbsSwipeUpHandler.java8 * http://www.apache.org/licenses/LICENSE-2.0
24 import static com.android.app.animation.Interpolators.ACCELERATE_DECELERATE;
25 import static com.android.app.animation.Interpolators.DECELERATE;
26 import static com.android.app.animation.Interpolators.EMPHASIZED;
27 import static com.android.app.animation.Interpolators.LINEAR;
28 import static com.android.app.animation.Interpolators.OVERSHOOT_1_2;
47 import static com.android.launcher3.util.window.RefreshRateTracker.getSingleFrameMs;
65 import android.animation.Animator;
66 import android.animation.AnimatorListenerAdapter;
67 import android.animation.AnimatorSet;
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/generate-protolog.json/android_common/gen/
Dservices.core.protolog.json4 "-4921282642721622589": {
10 "-1597980207704427048": {
16 "-6509265758887333864": {
17 …"message": "Can't report activity moved to display - client not running, activityRecord=%s, displa…
22 "-4183059578873561863": {
29 … "message": "Can't report activity configuration update - client not running, activityRecord=%s",
34 "-7418876140361338495": {
40 "-4284934398288119962": {
41 "message": "Can't report activity position update - client not running, activityRecord=%s",
53 "message": "Checking theme of starting window: 0x%x",
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/protolog.conf.json.gz/android_arm64_armv8-2a_cortex-a55/
Dprotolog.conf.json.gz ... : "2.0.0", 3 "messages": { 4 "-4921282642721622589": { 5 "message": "Report configuration: % ...
/aosp_15_r20/out/target/product/shiba/system/etc/
Dprotolog.conf.json.gz ... : "2.0.0", 3 "messages": { 4 "-4921282642721622589": { 5 "message": "Report configuration: % ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.json.gz/android_common/gen/
Dservices.core.protolog.json.gz
/aosp_15_r20/out/target/product/shiba/obj/ETC/protolog.conf.json.gz_intermediates/
Dprotolog.conf.json.gz ... : "2.0.0", 3 "messages": { 4 "-4921282642721622589": { 5 "message": "Report configuration: % ...

12345678910>>...46