Home
last modified time | relevance | path

Searched defs:changes (Results 1 – 25 of 45) sorted by relevance

12

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DCombinedShadeHeaderConstraintsTest.kt131 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 DConfigurationBoundResourceCacheTest.java100 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 DTransitionTests.java135 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 DTaskFragmentOrganizerControllerTest.java312 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 DFakeSharedPreferences.kt86 private val changes = mutableMapOf<String, Any>() regex
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
H A DActivityEmbeddingController.java97 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 DCounterRotatorHelper.java56 final List<TransitionInfo.Change> changes = info.getChanges(); in handleClosingChanges() local
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
H A DFloatingRotationButtonView.java73 final int changes = mLastConfiguration.updateFrom(newConfig); in onConfigurationChanged() local
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DDefaultItemAnimator.java142 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 DTaskViewTransitionsTest.java312 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 DWifiNetworkModelTest.kt251 val changes = mutableListOf<Pair<String, String>>() regex
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DAttributeCache.java143 int changes = mConfiguration.updateFrom(config); in updateConfiguration() local
/aosp14/frameworks/base/services/core/java/com/android/server/compat/
H A DCompatConfig.java488 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 DNavigationBarView.java343 final int changes = mConfiguration.updateFrom(newConfig); in onConfigurationChanged() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTransition.java831 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 DDisplayContent.java1595 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 DShadeHeaderController.kt406 var changes = regex
/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java918 int changes = 0; in differenceFrom() local
H A DAccessibilityEvent.java1266 public void setWindowChanges(@WindowsChangeTypes int changes) { in setWindowChanges()
/aosp14/frameworks/base/core/java/android/app/
H A DWindowConfiguration.java590 long changes = 0; in diff() local
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DConditionProviders.java92 ArrayMap<Boolean, ArrayList<ComponentName>> changes = new ArrayMap<>(); in resetComponents() local
/aosp14/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCache.java511 StringBuilder changes = new StringBuilder(); in generateServicesMap() local
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java433 int changes = finalIntent.fillIn(intent, key.flags); in sendInner() local
H A DAppFGSTracker.java694 int changes = serviceTypes ^ mForegroundServiceTypes; in setForegroundServiceType() local
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DActivityManagerServiceTest.java1117 private void addPendingUidChanges(ArrayList<ChangeRecord> changes) { in addPendingUidChanges()

12