/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
H A D | CombinedShadeHeaderConstraintsTest.kt | 131 val changes = CombinedShadeHeadersConstraintManagerImpl regex 150 val changes = CombinedShadeHeadersConstraintManagerImpl regex 169 val changes = CombinedShadeHeadersConstraintManagerImpl.emptyCutoutConstraints() regex 196 val changes = CombinedShadeHeadersConstraintManagerImpl.edgesGuidelinesConstraints( regex 232 val changes = CombinedShadeHeadersConstraintManagerImpl.edgesGuidelinesConstraints( regex 261 val changes = CombinedShadeHeadersConstraintManagerImpl regex 300 val changes = CombinedShadeHeadersConstraintManagerImpl regex
|
/aosp14/frameworks/base/core/tests/coretests/src/android/content/res/ |
H A D | ConfigurationBoundResourceCacheTest.java | 100 int changes = calcConfigChanges(res, newCnf); in testVoidConfigChange() local 124 int changes = calcConfigChanges(res, newCnf); in testEffectiveConfigChange() local 153 int changes = calcConfigChanges(res, newCnf); in testConfigChangeMultipleResources() local 197 int changes = calcConfigChanges(res, newCnf); in testConfigChangeMultipleThemes() local
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TransitionTests.java | 135 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testCreateInfo_NewTask() local 193 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testCreateInfo_NestedTasks() local 249 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testCreateInfo_DisplayArea() local 418 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testCreateInfo_PromoteSimilarClose() local 453 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testCreateInfo_PromoteSimilarOpen() local 489 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testCreateInfo_NoAnimation() local 538 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testCreateInfo_MultiDisplay() local 681 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testIndependent() local 758 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testOpenOpaqueTask() local 797 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testOpenTranslucentTask() local [all …]
|
H A D | TaskFragmentOrganizerControllerTest.java | 312 final List<TaskFragmentTransaction.Change> changes = transaction.getChanges(); in testOnTaskFragmentParentInfoChanged() local 428 final List<TaskFragmentTransaction.Change> changes = transaction.getChanges(); in testOnActivityReparentedToTask_activityNotInOrganizerProcess_useTemporaryToken() local 1239 final List<TaskFragmentTransaction.Change> changes = transaction.getChanges(); in testSendAllPendingTaskFragmentEventsWhenAnyTaskIsVisible() local 1669 final List<TaskFragmentTransaction.Change> changes = transaction.getChanges(); in assertTaskFragmentAppearedTransaction() local 1683 final List<TaskFragmentTransaction.Change> changes = transaction.getChanges(); in assertTaskFragmentInfoChangedTransaction() local 1697 final List<TaskFragmentTransaction.Change> changes = transaction.getChanges(); in assertTaskFragmentVanishedTransaction() local 1711 final List<TaskFragmentTransaction.Change> changes = transaction.getChanges(); in assertTaskFragmentParentInfoChangedTransaction() local 1726 final List<TaskFragmentTransaction.Change> changes = transaction.getChanges(); in assertTaskFragmentErrorTransaction() local 1744 final List<TaskFragmentTransaction.Change> changes = transaction.getChanges(); in assertActivityReparentedToTaskTransaction() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/ |
H A D | FakeSharedPreferences.kt | 86 private val changes = mutableMapOf<String, Any>() regex
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/ |
H A D | ActivityEmbeddingController.java | 97 final List<TransitionInfo.Change> changes = info.getChanges(); in startAnimation() local 139 private boolean handleNonEmbeddedChanges(List<TransitionInfo.Change> changes) { in handleNonEmbeddedChanges()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
H A D | CounterRotatorHelper.java | 56 final List<TransitionInfo.Change> changes = info.getChanges(); in handleClosingChanges() local
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/ |
H A D | FloatingRotationButtonView.java | 73 final int changes = mLastConfiguration.updateFrom(newConfig); in onConfigurationChanged() local
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | DefaultItemAnimator.java | 142 final ArrayList<ChangeInfo> changes = new ArrayList<>(); in runPendingAnimations() local 462 ArrayList<ChangeInfo> changes = mChangesList.get(i); in endAnimation() local 623 ArrayList<ChangeInfo> changes = mChangesList.get(i); in endAnimations() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/taskview/ |
H A D | TaskViewTransitionsTest.java | 312 List<TransitionInfo.Change> changes = new ArrayList<>(); in test_startAnimation_setsTaskNotFound() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/shared/model/ |
H A D | WifiNetworkModelTest.kt | 251 val changes = mutableListOf<Pair<String, String>>() regex
|
/aosp14/frameworks/base/core/java/com/android/internal/policy/ |
H A D | AttributeCache.java | 143 int changes = mConfiguration.updateFrom(config); in updateConfiguration() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/compat/ |
H A D | CompatConfig.java | 488 long[] changes = getAllowedChangesSinceTargetSdkForPackage(packageName, targetSdkVersion); in enableTargetSdkChangesForPackage() local 508 long[] changes = getAllowedChangesSinceTargetSdkForPackage(packageName, targetSdkVersion); in disableTargetSdkChangesForPackage() local
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/navigationbar/ |
H A D | NavigationBarView.java | 343 final int changes = mConfiguration.updateFrom(newConfig); in onConfigurationChanged() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | Transition.java | 831 void setKnownConfigChanges(WindowContainer<?> wc, @ActivityInfo.Config int changes) { in setKnownConfigChanges() 2083 ArrayMap<WindowContainer, ChangeInfo> changes) { in canPromote() 2152 private static void tryPromote(Targets targets, ArrayMap<WindowContainer, ChangeInfo> changes) { in tryPromote() 2200 ArrayMap<WindowContainer, ChangeInfo> changes) { in calculateTargets() 2240 ArrayMap<WindowContainer, ChangeInfo> changes) { in populateParentChanges()
|
H A D | DisplayContent.java | 1595 final int changes = currentDisplayConfig.diff(mTmpConfiguration); in reconfigureDisplayLocked() local 3458 void requestChangeTransitionIfNeeded(@ActivityInfo.Config int changes, in requestChangeTransitionIfNeeded() 5659 int changes = 0; in handleAnimatingStoppedAndTransition() local 6207 int changes = 0; in updateDisplayOverrideConfigurationLocked() local 6241 final int changes = mTempConfig.updateFrom(values); in performDisplayOverrideConfigUpdate() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | ShadeHeaderController.kt | 406 var changes = regex
|
/aosp14/frameworks/base/core/java/android/view/accessibility/ |
H A D | AccessibilityWindowInfo.java | 918 int changes = 0; in differenceFrom() local
|
H A D | AccessibilityEvent.java | 1266 public void setWindowChanges(@WindowsChangeTypes int changes) { in setWindowChanges()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | WindowConfiguration.java | 590 long changes = 0; in diff() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | ConditionProviders.java | 92 ArrayMap<Boolean, ArrayList<ComponentName>> changes = new ArrayMap<>(); in resetComponents() local
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | RegisteredServicesCache.java | 511 StringBuilder changes = new StringBuilder(); in generateServicesMap() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | PendingIntentRecord.java | 433 int changes = finalIntent.fillIn(intent, key.flags); in sendInner() local
|
H A D | AppFGSTracker.java | 694 int changes = serviceTypes ^ mForegroundServiceTypes; in setForegroundServiceType() local
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | ActivityManagerServiceTest.java | 1117 private void addPendingUidChanges(ArrayList<ChangeRecord> changes) { in addPendingUidChanges()
|