| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
| D | CombinedShadeHeaderConstraintsTest.kt | 131 val changes = CombinedShadeHeadersConstraintManagerImpl in <lambda>() constant 150 val changes = CombinedShadeHeadersConstraintManagerImpl in <lambda>() constant 169 val changes = CombinedShadeHeadersConstraintManagerImpl.emptyCutoutConstraints() in <lambda>() constant 196 val changes = CombinedShadeHeadersConstraintManagerImpl.edgesGuidelinesConstraints( in <lambda>() constant 232 val changes = CombinedShadeHeadersConstraintManagerImpl.edgesGuidelinesConstraints( in <lambda>() constant 261 val changes = CombinedShadeHeadersConstraintManagerImpl in <lambda>() constant 300 val changes = CombinedShadeHeadersConstraintManagerImpl in <lambda>() constant
|
| /frameworks/native/services/inputflinger/tests/ |
| D | FocusResolver_test.cpp | 73 std::optional<FocusResolver::FocusChanges> changes = in TEST() local 103 std::optional<FocusResolver::FocusChanges> changes = in TEST() local 140 std::optional<FocusResolver::FocusChanges> changes = in TEST() local 168 std::optional<FocusResolver::FocusChanges> changes = in TEST() local 192 std::optional<FocusResolver::FocusChanges> changes = in TEST() local 216 std::optional<FocusResolver::FocusChanges> changes = in TEST() local 266 std::optional<FocusResolver::FocusChanges> changes = in TEST() local 325 std::optional<FocusResolver::FocusChanges> changes = in TEST() local 359 std::optional<FocusResolver::FocusChanges> changes = in TEST() local 378 std::optional<FocusResolver::FocusChanges> changes = in TEST() local
|
| /frameworks/base/core/tests/coretests/src/android/content/res/ |
| 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
|
| /frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
| 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 …]
|
| 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
|
| /frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/ |
| D | FakeSharedPreferences.kt | 86 private val changes = mutableMapOf<String, Any>() in <lambda>() constant
|
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/ |
| D | ActivityEmbeddingController.java | 97 final List<TransitionInfo.Change> changes = info.getChanges(); in startAnimation() local 139 private boolean handleNonEmbeddedChanges(List<TransitionInfo.Change> changes) { in handleNonEmbeddedChanges()
|
| /frameworks/native/services/inputflinger/reader/mapper/ |
| D | ExternalStylusInputMapper.cpp | 52 ConfigurationChanges changes) { in reconfigure()
|
| D | RotaryEncoderInputMapper.cpp | 69 ConfigurationChanges changes) { in reconfigure()
|
| D | InputMapper.cpp | 41 ConfigurationChanges changes) { in reconfigure()
|
| D | CursorInputMapper.cpp | 140 ConfigurationChanges changes) { in reconfigure()
|
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
| D | CounterRotatorHelper.java | 56 final List<TransitionInfo.Change> changes = info.getChanges(); in handleClosingChanges() local
|
| /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/ |
| D | FloatingRotationButtonView.java | 73 final int changes = mLastConfiguration.updateFrom(newConfig); in onConfigurationChanged() local
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/shared/model/ |
| D | WifiNetworkModelTest.kt | 251 val changes = mutableListOf<Pair<String, String>>() in <lambda>() constant
|
| /frameworks/base/core/java/com/android/internal/widget/ |
| 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
|
| /frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
| D | Display.cpp | 253 std::optional<android::HWComposer::DeviceRequestedChanges> changes; in chooseCompositionStrategy() local 283 void Display::applyCompositionStrategy(const std::optional<DeviceRequestedChanges>& changes) { in applyCompositionStrategy()
|
| /frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/taskview/ |
| D | TaskViewTransitionsTest.java | 312 List<TransitionInfo.Change> changes = new ArrayList<>(); in test_startAnimation_setsTaskNotFound() local
|
| /frameworks/native/services/vr/virtual_touchpad/ |
| D | VirtualTouchpadEvdev.cpp | 146 const int changes = touchpad.last_motion_event_buttons ^ buttons; in ButtonState() local
|
| /frameworks/base/core/java/com/android/internal/policy/ |
| D | AttributeCache.java | 143 int changes = mConfiguration.updateFrom(config); in updateConfiguration() local
|
| /frameworks/base/services/core/java/com/android/server/pm/ |
| D | DumpHelper.java | 484 final SparseArray<String> changes = values.valueAt(i); in doDump() local
|
| /frameworks/native/services/surfaceflinger/FrontEnd/ |
| D | RequestedLayerState.h | 124 ftl::Flags<RequestedLayerState::Changes> changes; member
|
| /frameworks/base/services/core/java/com/android/server/compat/ |
| D | CompatConfig.java | 488 long[] changes = getAllowedChangesSinceTargetSdkForPackage(packageName, targetSdkVersion); in enableTargetSdkChangesForPackage() local 508 long[] changes = getAllowedChangesSinceTargetSdkForPackage(packageName, targetSdkVersion); in disableTargetSdkChangesForPackage() local
|
| /frameworks/base/core/java/android/inputmethodservice/navigationbar/ |
| D | NavigationBarView.java | 343 final int changes = mConfiguration.updateFrom(newConfig); in onConfigurationChanged() local
|
| /frameworks/native/services/inputflinger/reader/ |
| D | InputReader.cpp | 125 auto changes = mConfigurationChangesToRefresh; in loopOnce() local 393 void InputReader::refreshConfigurationLocked(ConfigurationChanges changes) { in refreshConfigurationLocked() 669 void InputReader::requestRefreshConfiguration(ConfigurationChanges changes) { in requestRefreshConfiguration()
|
| /frameworks/base/services/core/java/com/android/server/wm/ |
| D | Transition.java | 831 void setKnownConfigChanges(WindowContainer<?> wc, @ActivityInfo.Config int changes) { in setKnownConfigChanges() 2084 ArrayMap<WindowContainer, ChangeInfo> changes) { in canPromote() 2153 private static void tryPromote(Targets targets, ArrayMap<WindowContainer, ChangeInfo> changes) { in tryPromote() 2201 ArrayMap<WindowContainer, ChangeInfo> changes) { in calculateTargets() 2241 ArrayMap<WindowContainer, ChangeInfo> changes) { in populateParentChanges()
|