Home
last modified time | relevance | path

Searched defs:change (Results 1 – 25 of 62) sorted by relevance

123

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
DActivityEmbeddingAnimationSpec.java74 static Animation createNoopAnimation(@NonNull TransitionInfo.Change change) { in createNoopAnimation()
82 Animation createChangeBoundsOpenAnimation(@NonNull TransitionInfo.Change change, in createChangeBoundsOpenAnimation()
110 Animation createChangeBoundsCloseAnimation(@NonNull TransitionInfo.Change change, in createChangeBoundsCloseAnimation()
142 Animation[] createChangeBoundsChangeAnimations(@NonNull TransitionInfo.Change change, in createChangeBoundsChangeAnimations()
200 @NonNull TransitionInfo.Change change, @NonNull Rect wholeAnimationBounds) { in loadOpenAnimation()
224 @NonNull TransitionInfo.Change change, @NonNull Rect wholeAnimationBounds) { in loadCloseAnimation()
247 @NonNull TransitionInfo.Change change) { in shouldShowBackdrop()
DActivityEmbeddingAnimationAdapter.java78 @NonNull TransitionInfo.Change change) { in ActivityEmbeddingAnimationAdapter()
89 @NonNull TransitionInfo.Change change, @NonNull SurfaceControl leash, in ActivityEmbeddingAnimationAdapter()
186 SnapshotAdapter(@NonNull Animation animation, @NonNull TransitionInfo.Change change, in SnapshotAdapter()
214 BoundsChangeAdapter(@NonNull Animation animation, @NonNull TransitionInfo.Change change) { in BoundsChangeAdapter()
DActivityEmbeddingAnimationRunner.java261 final TransitionInfo.Change change = adapter.mChange; in addEdgeExtensionIfNeeded() local
293 @NonNull TransitionInfo info, @NonNull TransitionInfo.Change change, in createOpenCloseAnimationAdapter()
508 Animation get(@NonNull TransitionInfo info, @NonNull TransitionInfo.Change change, in get()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
DTaskPositionerTest.kt108 return@argThat wct.changes.any { (token, change) -> in <lambda>() method
134 return@argThat wct.changes.any { (token, change) -> in <lambda>() method
156 return@argThat wct.changes.any { (token, change) -> in <lambda>() method
170 return@argThat wct.changes.any { (token, change) -> in <lambda>() method
197 return@argThat wct.changes.any { (token, change) -> in <lambda>() method
224 return@argThat wct.changes.any { (token, change) -> in <lambda>() method
231 return@argThat wct.changes.any { (token, change) -> in <lambda>() method
258 return@argThat wct.changes.any { (token, change) -> in <lambda>() method
288 return@argThat wct.changes.any { (token, change) -> in <lambda>() method
318 return@argThat wct.changes.any { (token, change) -> in <lambda>() method
[all …]
/frameworks/native/services/surfaceflinger/
DSurfaceInterceptor.cpp221 SurfaceChange* change(transaction->add_surface_change()); in createSurfaceChangeLocked() local
251 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId)); in addPositionLocked() local
260 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId)); in addDepthLocked() local
268 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId)); in addSizeLocked() local
277 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId)); in addAlphaLocked() local
285 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId)); in addMatrixLocked() local
296 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId)); in addTransparentRegionLocked() local
309 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId)); in addFlagsLocked() local
314 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId)); in addFlagsLocked() local
319 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId)); in addFlagsLocked() local
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/table/
DTableLogBuffer.kt155 val change = obtain(timestamp, prefix, columnName) in logChange() constant
162 val change = obtain(timestamp, prefix, columnName) in logChange() constant
169 val change = obtain(timestamp, prefix, columnName) in logChange() constant
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/freeform/
DFreeformTaskTransitionObserverTest.java95 final TransitionInfo.Change change = in testCreatesWindowDecorOnOpenTransition_freeform() local
112 final TransitionInfo.Change change = in testPreparesWindowDecorOnCloseTransition_freeform() local
129 final TransitionInfo.Change change = in testDoesntCloseWindowDecorDuringCloseTransition() local
145 final TransitionInfo.Change change = in testClosesWindowDecorAfterCloseTransition() local
230 final TransitionInfo.Change change = new TransitionInfo.Change( in createChange() local
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DUidObserverControllerTest.java82 int change = mUidObserverController.enqueueUidChange(null, TEST_UID1, in testEnqueueUidChange() local
227 private void addPendingChange(int uid, int change, int procState, long procStateSeq, in addPendingChange()
239 private void assertPendingChange(int uid, int change, int procState, long procStateSeq, in assertPendingChange()
265 private static String changeToStr(int change) { in changeToStr()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/freeform/
DFreeformTaskTransitionObserver.java120 TransitionInfo.Change change, in onOpenTransitionReady()
128 TransitionInfo.Change change, in onCloseTransitionReady()
135 TransitionInfo.Change change, in onChangeTransitionReady()
143 TransitionInfo.Change change, in onToFrontTransitionReady()
/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp462 bool SurfaceInterceptorTest::positionUpdateFound(const SurfaceChange& change, bool foundPosition) { in positionUpdateFound()
475 bool SurfaceInterceptorTest::sizeUpdateFound(const SurfaceChange& change, bool foundSize) { in sizeUpdateFound()
486 bool SurfaceInterceptorTest::alphaUpdateFound(const SurfaceChange& change, bool foundAlpha) { in alphaUpdateFound()
496 bool SurfaceInterceptorTest::cornerRadiusUpdateFound(const SurfaceChange &change, in cornerRadiusUpdateFound()
507 bool SurfaceInterceptorTest::backgroundBlurRadiusUpdateFound(const SurfaceChange& change, in backgroundBlurRadiusUpdateFound()
519 bool SurfaceInterceptorTest::blurRegionsUpdateFound(const SurfaceChange& change, in blurRegionsUpdateFound()
530 bool SurfaceInterceptorTest::layerUpdateFound(const SurfaceChange& change, bool foundLayer) { in layerUpdateFound()
540 bool SurfaceInterceptorTest::cropUpdateFound(const SurfaceChange& change, bool foundCrop) { in cropUpdateFound()
553 bool SurfaceInterceptorTest::matrixUpdateFound(const SurfaceChange& change, bool foundMatrix) { in matrixUpdateFound()
566 bool SurfaceInterceptorTest::transparentRegionHintUpdateFound(const SurfaceChange& change, in transparentRegionHintUpdateFound()
[all …]
/frameworks/libs/net/common/device/com/android/net/module/util/netlink/
DStructIfinfoMsg.java50 public final long change; field in StructIfinfoMsg
52 StructIfinfoMsg(short family, int type, int index, long flags, long change) { in StructIfinfoMsg()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRemoteAnimationTargetCompat.java77 @NonNull TransitionInfo.Change change, int layer, in setupLeash()
117 private static SurfaceControl createLeash(TransitionInfo info, TransitionInfo.Change change, in createLeash()
145 public static RemoteAnimationTarget newTarget(TransitionInfo.Change change, int order, in newTarget()
DRemoteTransitionCompat.java196 final TransitionInfo.Change change = info.getChanges().get(i); in merge() local
264 final TransitionInfo.Change change = openingTasks.valueAt(i); in merge() local
347 final TransitionInfo.Change change = mInfo.getChange(mPausingTasks.get(i)); in finish() local
DRemoteAnimationRunnerCompat.java94 final TransitionInfo.Change change = info.getChanges().get(i); in toRemoteTransition() local
131 final TransitionInfo.Change change = info.getChanges().get(i); in toRemoteTransition() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DCounterRotatorHelper.java58 final TransitionInfo.Change change = changes.get(i); in handleClosingChanges() local
89 public Rect getEndBoundsInStartRotation(@NonNull TransitionInfo.Change change) { in getEndBoundsInStartRotation()
DDefaultTransitionHandler.java211 final TransitionInfo.Change change = info.getChanges().get(i); in getRotationAnimationHint() local
322 final TransitionInfo.Change change = info.getChanges().get(i); in startAnimation() local
513 TransitionInfo.Change change, TransitionInfo info, int animHint, in startRotationAnimation()
551 @NonNull TransitionInfo.Change change, int wallpaperTransit) { in loadAnimation()
684 @NonNull Runnable finishCallback, TransitionInfo.Change change, in attachThumbnail()
701 @NonNull Runnable finishCallback, TransitionInfo.Change change, float cornerRadius) { in attachCrossProfileThumbnailAnimation()
740 @NonNull Runnable finishCallback, TransitionInfo.Change change, in attachThumbnailAnimation()
769 final TransitionInfo.Change change = info.getChanges().get(i); in getWallpaperTransitType() local
DDefaultMixedHandler.java145 private boolean isHomeOpening(@NonNull TransitionInfo.Change change) { in isHomeOpening()
150 private boolean isWallpaper(@NonNull TransitionInfo.Change change) { in isWallpaper()
191 TransitionInfo.Change change = info.getChanges().get(i); in animateEnterPipFromSplit() local
302 TransitionInfo.Change change = info.getChanges().get(i); in animatePendingSplitWithDisplayChange() local
DTransitionAnimationHelper.java79 @NonNull TransitionInfo.Change change, int wallpaperTransit, in loadAttributeAnimation()
184 @NonNull TransitionInfo.Change change, @NonNull Animation a, in getTransitionBackgroundColorIfSet()
234 public static void edgeExtendWindow(@NonNull TransitionInfo.Change change, in edgeExtendWindow()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DRemoteTransitionAdapter.kt197 val change = info.changes[i] in wrapTargets() constant
240 val change = info.changes[i] in adaptRemoteRunner() constant
286 val change = info.changes[i] in adaptRemoteRunner() constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipTransition.java444 final TransitionInfo.Change change = info.getChanges().get(i); in findCurrentPipTaskChange() local
455 final TransitionInfo.Change change = info.getChanges().get(i); in findFixedRotationChange() local
477 final TransitionInfo.Change change = info.getChanges().get(i); in startExitAnimation() local
516 final TransitionInfo.Change change = info.getChanges().get(i); in startExitAnimation() local
651 final TransitionInfo.Change change = info.getChanges().get(i); in isEnteringPip() local
659 public boolean isEnteringPip(@NonNull TransitionInfo.Change change, in isEnteringPip()
689 final TransitionInfo.Change change = info.getChanges().get(i); in startEnterAnimation() local
703 final TransitionInfo.Change change = info.getChanges().get(i); in startEnterAnimation() local
876 final TransitionInfo.Change change = info.getChanges().get(i); in startExitToSplitAnimation() local
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
DDesktopModeControllerTest.java151 Change change = wct.getChanges().get(displayAreaInfo.token.asBinder()); in testDesktopModeEnabled_rootTdaSetToFreeform() local
166 Change change = wct.getChanges().get(displayAreaInfo.token.asBinder()); in testDesktopModeDisabled_rootTdaSetToFullscreen() local
189 Change change = wct.getChanges().get(freeformTask.token.asBinder()); in testDesktopModeEnabled_windowingModeCleared() local
457 private void assertThatBoundsCleared(Change change) { in assertThatBoundsCleared()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskFragmentOrganizerControllerTest.java307 final TaskFragmentTransaction.Change change = changes.get(0); in testOnTaskFragmentParentInfoChanged() local
413 final TaskFragmentTransaction.Change change = changes.get(0); in testOnActivityReparentedToTask_activityNotInOrganizerProcess_useTemporaryToken() local
1584 final TaskFragmentTransaction.Change change = changes.remove(0); in assertTaskFragmentAppearedTransaction() local
1598 final TaskFragmentTransaction.Change change = changes.remove(0); in assertTaskFragmentInfoChangedTransaction() local
1612 final TaskFragmentTransaction.Change change = changes.remove(0); in assertTaskFragmentVanishedTransaction() local
1626 final TaskFragmentTransaction.Change change = changes.remove(0); in assertTaskFragmentParentInfoChangedTransaction() local
1640 final TaskFragmentTransaction.Change change = changes.remove(0); in assertTaskFragmentErrorTransaction() local
1658 final TaskFragmentTransaction.Change change = changes.remove(0); in assertActivityReparentedToTaskTransaction() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DConstraintChangeTest.kt61 val change: ConstraintChange = {} in testSumThisNull_notWrapped() constant
80 val change: ConstraintChange = {} in testSumOtherNull_notWrapped() constant
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMultiSimSettingController.java616 int change = updatePrimarySubListAndGetChangeType(activeSubInfos); in updateDefaults() local
738 private void sendSubChangeNotificationIfNeeded(int change, boolean dataSelected, in sendSubChangeNotificationIfNeeded()
770 private int getSimSelectDialogType(int change, boolean dataSelected, in getSimSelectDialogType()
802 private SimCombinationWarningParams getSimCombinationWarningParams(int change) { in getSimCombinationWarningParams()
836 private boolean isUserVisibleChange(int change) { in isUserVisibleChange()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/activityembedding/
DActivityEmbeddingAnimationTestBase.java96 final TransitionInfo.Change change = createChange(); in createEmbeddedChange() local

123