Home
last modified time | relevance | path

Searched refs:getChanges (Results 1 – 22 of 22) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRemoteAnimationAdapterCompat.java138 for (int i = info.getChanges().size() - 1; i >= 0; --i) {
139 final TransitionInfo.Change change = info.getChanges().get(i);
145 launcherLayer = info.getChanges().size() - i;
170 t.setLayer(counterLauncher.getSurface(), info.getChanges().size() * 3);
173 for (int i = info.getChanges().size() - 1; i >= 0; --i) {
174 final TransitionInfo.Change change = info.getChanges().get(i);
176 final int mode = info.getChanges().get(i).getMode();
180 t.setLayer(leash, info.getChanges().size() * 3 - i);
213 for (int i = 0; i < info.getChanges().size(); ++i) {
214 info.getChanges().get(i).getLeash().release();
H A DRemoteAnimationTargetCompat.java137 int zSplitLine = info.getChanges().size(); in setupLeash()
161 t.setLayer(leash, zSplitLine + info.getChanges().size() - layer); in setupLeash()
176 t.setLayer(leash, zSplitLine + info.getChanges().size() - layer); in setupLeash()
179 t.setLayer(leash, zSplitLine + info.getChanges().size() - layer); in setupLeash()
197 setupLeash(leashSurface, change, info.getChanges().size() - order, info, t); in createLeash()
264 for (int i = 0; i < info.getChanges().size(); i++) { in wrap()
266 (info.getChanges().get(i).getFlags() & TransitionInfo.FLAG_IS_WALLPAPER) != 0; in wrap()
268 out.add(new RemoteAnimationTargetCompat(info.getChanges().get(i), in wrap()
269 info.getChanges().size() - i, info, t)); in wrap()
271 leashMap.put(info.getChanges().get(i).getLeash(), in wrap()
H A DRemoteTransitionCompat.java133 for (int i = info.getChanges().size() - 1; i >= 0; --i) { in RemoteTransitionCompat()
134 final TransitionInfo.Change change = info.getChanges().get(i); in RemoteTransitionCompat()
137 info.getChanges().size() * 3 - i); in RemoteTransitionCompat()
232 for (int i = info.getChanges().size() - 1; i >= 0; --i) { in merge()
233 final TransitionInfo.Change change = info.getChanges().get(i); in merge()
265 final int layer = mInfo.getChanges().size() * 3; in merge()
364 for (int i = 0; i < mInfo.getChanges().size(); ++i) { in finish()
365 mInfo.getChanges().get(i).getLeash().release(); in finish()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTransitionTests.java102 assertEquals(2, info.getChanges().size()); in testCreateInfo_NewTask()
110 assertEquals(2, info.getChanges().size()); in testCreateInfo_NewTask()
118 assertEquals(2, info.getChanges().size()); in testCreateInfo_NewTask()
126 assertEquals(2, info.getChanges().size()); in testCreateInfo_NewTask()
167 assertEquals(2, info.getChanges().size()); in testCreateInfo_NestedTasks()
176 assertEquals(2, info.getChanges().size()); in testCreateInfo_NestedTasks()
213 assertEquals(1, info.getChanges().size()); in testCreateInfo_DisplayArea()
222 assertEquals(2, info.getChanges().size()); in testCreateInfo_DisplayArea()
229 assertEquals(2, info.getChanges().size()); in testCreateInfo_DisplayArea()
253 assertEquals(2, info.getChanges().size()); in testCreateInfo_existenceChange()
[all …]
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
H A DLegacySplitScreenTransitions.java214 for (int i = info.getChanges().size() - 1; i >= 0; --i) { in startAnimation()
215 final TransitionInfo.Change change = info.getChanges().get(i); in startAnimation()
234 for (int i = info.getChanges().size() - 1; i >= 0; --i) { in startAnimation()
235 final TransitionInfo.Change change = info.getChanges().get(i); in startAnimation()
237 final int mode = info.getChanges().get(i).getMode(); in startAnimation()
248 startTransaction.setLayer(leash, info.getChanges().size() - i); in startAnimation()
280 startTransaction.setLayer(leash, info.getChanges().size() + 1); in startAnimation()
302 for (int i = info.getChanges().size() - 1; i >= 0; --i) { in startAnimation()
303 final TransitionInfo.Change change = info.getChanges().get(i); in startAnimation()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DDefaultTransitionHandler.java151 for (int i = info.getChanges().size() - 1; i >= 0; --i) { in isRotationSeamless()
152 final TransitionInfo.Change change = info.getChanges().get(i); in isRotationSeamless()
232 for (int i = 0; i < info.getChanges().size(); ++i) { in getRotationAnimation()
233 final TransitionInfo.Change change = info.getChanges().get(i); in getRotationAnimation()
296 for (int i = info.getChanges().size() - 1; i >= 0; --i) { in startAnimation()
297 final TransitionInfo.Change change = info.getChanges().get(i); in startAnimation()
316 for (int j = info.getChanges().size() - 1; j >= 0; --j) { in startAnimation()
317 final TransitionInfo.Change innerChange = info.getChanges().get(j); in startAnimation()
330 int layer = info.getChanges().size() - j; in startAnimation()
628 for (int i = info.getChanges().size() - 1; i >= 0; --i) { in getWallpaperTransitType()
[all …]
H A DTransitions.java233 for (int i = info.getChanges().size() - 1; i >= 0; --i) { in setupStartState()
234 final TransitionInfo.Change change = info.getChanges().get(i); in setupStartState()
236 final int mode = info.getChanges().get(i).getMode(); in setupStartState()
283 int zSplitLine = info.getChanges().size(); in setupAnimHierarchy()
285 for (int i = info.getChanges().size() - 1; i >= 0; --i) { in setupAnimHierarchy()
286 final TransitionInfo.Change change = info.getChanges().get(i); in setupAnimHierarchy()
288 final int mode = info.getChanges().get(i).getMode(); in setupAnimHierarchy()
306 t.setLayer(leash, zSplitLine + info.getChanges().size() - i); in setupAnimHierarchy()
317 t.setLayer(leash, zSplitLine + info.getChanges().size() - i); in setupAnimHierarchy()
320 t.setLayer(leash, zSplitLine + info.getChanges().size() - i); in setupAnimHierarchy()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTransition.java118 if (info.getChanges().size() == 1) { in startAnimation()
125 final TransitionInfo.Change change = info.getChanges().get(0); in startAnimation()
145 finishTransaction.setWindowCrop(info.getChanges().get(0).getLeash(), in startAnimation()
160 for (int i = info.getChanges().size() - 1; i >= 0; --i) { in startAnimation()
161 final TransitionInfo.Change change = info.getChanges().get(i); in startAnimation()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DSplitScreenTransitions.java108 for (int i = info.getChanges().size() - 1; i >= 0; --i) { in playInternalAnimation()
109 final TransitionInfo.Change change = info.getChanges().get(i); in playInternalAnimation()
111 final int mode = info.getChanges().get(i).getMode(); in playInternalAnimation()
122 t.setLayer(leash, info.getChanges().size() - i); in playInternalAnimation()
H A DStageCoordinator.java1211 for (int iC = 0; iC < info.getChanges().size(); ++iC) { in startAnimation()
1212 final TransitionInfo.Change change = info.getChanges().get(iC); in startAnimation()
1264 for (int iC = 0; iC < info.getChanges().size(); ++iC) { in startPendingEnterAnimation()
1265 final TransitionInfo.Change change = info.getChanges().get(iC); in startPendingEnterAnimation()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/stagesplit/
H A DSplitScreenTransitions.java108 for (int i = info.getChanges().size() - 1; i >= 0; --i) { in playInternalAnimation()
109 final TransitionInfo.Change change = info.getChanges().get(i); in playInternalAnimation()
111 final int mode = info.getChanges().get(i).getMode(); in playInternalAnimation()
122 t.setLayer(leash, info.getChanges().size() - i); in playInternalAnimation()
H A DStageCoordinator.java1019 for (int iC = 0; iC < info.getChanges().size(); ++iC) { in startAnimation()
1020 final TransitionInfo.Change change = info.getChanges().get(iC); in startAnimation()
1072 for (int iC = 0; iC < info.getChanges().size(); ++iC) { in startPendingEnterAnimation()
1073 final TransitionInfo.Change change = info.getChanges().get(iC); in startPendingEnterAnimation()
/aosp12/bionic/libc/kernel/tools/
H A Dutils.py112 def getChanges(self): member in BatchFileUpdater
138 adds, deletes, edits = self.getChanges()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardService.java138 for (int i = 0; i < info.getChanges().size(); i++) { in wrap()
140 (info.getChanges().get(i).getFlags() & TransitionInfo.FLAG_IS_WALLPAPER) != 0; in wrap()
143 final TransitionInfo.Change change = info.getChanges().get(i); in wrap()
168 info.getChanges().size() - i, in wrap()
204 for (TransitionInfo.Change change : info.getChanges()) { in wrap()
/aosp12/frameworks/base/core/java/android/window/
H A DTransitionFilter.java200 for (int i = info.getChanges().size() - 1; i >= 0; --i) { in matches()
201 final TransitionInfo.Change change = info.getChanges().get(i); in matches()
H A DTransitionInfo.java228 public List<Change> getChanges() { in getChanges() method in TransitionInfo
H A DWindowContainerTransaction.java636 public Map<IBinder, Change> getChanges() { in getChanges() method in WindowContainerTransaction
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTransition.java648 for (int i = 0; i < info.getChanges().size(); ++i) { in handleLegacyRecentsStartBehavior()
649 final TransitionInfo.Change change = info.getChanges().get(i); in handleLegacyRecentsStartBehavior()
652 info.getChanges().get(i).getTaskInfo().token); in handleLegacyRecentsStartBehavior()
680 for (int i = 0; i < info.getChanges().size(); ++i) { in handleLegacyRecentsStartBehavior()
681 final TransitionInfo.Change c = info.getChanges().get(i); in handleLegacyRecentsStartBehavior()
H A DWindowOrganizerController.java350 t.getChanges().entrySet().iterator(); in applyTransaction()
388 entries = t.getChanges().entrySet().iterator(); in applyTransaction()
1126 t.getChanges().entrySet().iterator(); in enforceOperationsAllowedForTaskFragmentOrganizer()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/system/
H A DRemoteTransitionTest.java100 final TransitionInfo.Change change = tinfo.getChanges().get(0);
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTaskViewUtils.java395 for (int i = 0; i < transitionInfo.getChanges().size(); ++i) { in composeRecentsSplitLaunchAnimator()
396 final TransitionInfo.Change change = transitionInfo.getChanges().get(i); in composeRecentsSplitLaunchAnimator()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/transition/
H A DShellTransitionTests.java149 for (TransitionInfo.Change chg : info.getChanges()) { in testNonDefaultHandler()
309 openAndTranslucent.getChanges().get(1).setFlags(FLAG_TRANSLUCENT); in testTransitionFilterNotRequirement()