/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/ |
D | ActivityEmbeddingAnimationSpec.java | 74 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()
|
D | ActivityEmbeddingAnimationAdapter.java | 78 @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()
|
D | ActivityEmbeddingAnimationRunner.java | 261 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/ |
D | TaskPositionerTest.kt | 108 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/ |
D | SurfaceInterceptor.cpp | 221 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/ |
D | TableLogBuffer.kt | 155 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/ |
D | FreeformTaskTransitionObserverTest.java | 95 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/ |
D | UidObserverControllerTest.java | 82 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/ |
D | FreeformTaskTransitionObserver.java | 120 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/ |
D | SurfaceInterceptor_test.cpp | 462 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/ |
D | StructIfinfoMsg.java | 50 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/ |
D | RemoteAnimationTargetCompat.java | 77 @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()
|
D | RemoteTransitionCompat.java | 196 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
|
D | RemoteAnimationRunnerCompat.java | 94 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/ |
D | CounterRotatorHelper.java | 58 final TransitionInfo.Change change = changes.get(i); in handleClosingChanges() local 89 public Rect getEndBoundsInStartRotation(@NonNull TransitionInfo.Change change) { in getEndBoundsInStartRotation()
|
D | DefaultTransitionHandler.java | 211 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
|
D | DefaultMixedHandler.java | 145 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
|
D | TransitionAnimationHelper.java | 79 @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/ |
D | RemoteTransitionAdapter.kt | 197 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/ |
D | PipTransition.java | 444 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/ |
D | DesktopModeControllerTest.java | 151 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/ |
D | TaskFragmentOrganizerControllerTest.java | 307 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/ |
D | ConstraintChangeTest.kt | 61 val change: ConstraintChange = {} in testSumThisNull_notWrapped() constant 80 val change: ConstraintChange = {} in testSumOtherNull_notWrapped() constant
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | MultiSimSettingController.java | 616 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/ |
D | ActivityEmbeddingAnimationTestBase.java | 96 final TransitionInfo.Change change = createChange(); in createEmbeddedChange() local
|