/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 | 74 std::optional<FocusResolver::FocusChanges> changes = in TEST() local 104 std::optional<FocusResolver::FocusChanges> changes = in TEST() local 141 std::optional<FocusResolver::FocusChanges> changes = in TEST() local 167 std::optional<FocusResolver::FocusChanges> changes = in TEST() local 202 std::optional<FocusResolver::FocusChanges> changes = in TEST() local 230 std::optional<FocusResolver::FocusChanges> changes = in TEST() local 254 std::optional<FocusResolver::FocusChanges> changes = in TEST() local 304 std::optional<FocusResolver::FocusChanges> changes = in TEST() local 363 std::optional<FocusResolver::FocusChanges> changes = in TEST() local 397 std::optional<FocusResolver::FocusChanges> changes = in TEST() local [all …]
|
/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 | 155 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testCreateInfo_NewTask() local 213 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testCreateInfo_Activity() local 243 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testCreateInfo_NestedTasks() local 299 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testCreateInfo_DisplayArea() local 468 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testCreateInfo_PromoteSimilarClose() local 503 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testCreateInfo_PromoteSimilarOpen() local 539 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testCreateInfo_NoAnimation() local 588 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testCreateInfo_MultiDisplay() local 731 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testIndependent() local 808 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testOpenOpaqueTask() local [all …]
|
D | TaskFragmentOrganizerControllerTest.java | 389 final List<TaskFragmentTransaction.Change> changes = transaction.getChanges(); in testOnTaskFragmentParentInfoChanged() local 515 final List<TaskFragmentTransaction.Change> changes = transaction.getChanges(); in testOnActivityReparentedToTask_activityNotInOrganizerProcess_useTemporaryToken() local 567 final List<TaskFragmentTransaction.Change> changes = transaction.getChanges(); in testOnActivityReparentedToTask_untrustedEmbed_reportedWhenAppOptIn() local 1424 final List<TaskFragmentTransaction.Change> changes = transaction.getChanges(); in testSendAllPendingTaskFragmentEventsWhenAnyTaskIsVisible() local 2039 final List<TaskFragmentTransaction.Change> changes = transaction.getChanges(); in assertTaskFragmentAppearedTransaction() local 2058 final List<TaskFragmentTransaction.Change> changes = transaction.getChanges(); in assertTaskFragmentInfoChangedTransaction() local 2072 final List<TaskFragmentTransaction.Change> changes = transaction.getChanges(); in assertTaskFragmentVanishedTransaction() local 2086 final List<TaskFragmentTransaction.Change> changes = transaction.getChanges(); in assertTaskFragmentParentInfoChangedTransaction() local 2101 final List<TaskFragmentTransaction.Change> changes = transaction.getChanges(); in assertTaskFragmentErrorTransaction() local 2119 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/packages/SystemUI/src/com/android/systemui/volume/panel/component/spatial/domain/interactor/ |
D | SpatialAudioComponentInteractor.kt | 63 private val changes = MutableSharedFlow<Unit>() in <lambda>() constant
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | ExternalStylusInputMapper.cpp | 52 ConfigurationChanges changes) { in reconfigure()
|
D | RotaryEncoderInputMapper.cpp | 71 ConfigurationChanges changes) { in reconfigure()
|
D | MultiTouchInputMapper.cpp | 179 ConfigurationChanges changes) { in reconfigure()
|
D | InputMapper.cpp | 43 ConfigurationChanges changes) { in reconfigure()
|
D | CursorInputMapper.cpp | 142 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/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/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 in com.android.systemui.statusbar.pipeline.wifi.shared.model.WifiNetworkModelTest.TestLogger
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/taskview/ |
D | TaskViewTransitionsTest.java | 261 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/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/ |
D | ActivityEmbeddingController.java | 186 private boolean handleNonEmbeddedChanges(List<TransitionInfo.Change> changes) { in handleNonEmbeddedChanges()
|
/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 | 486 final SparseArray<String> changes = values.valueAt(i); in doDump() local
|
/frameworks/native/services/surfaceflinger/FrontEnd/ |
D | RequestedLayerState.h | 138 ftl::Flags<RequestedLayerState::Changes> changes; member
|
/frameworks/base/core/java/android/inputmethodservice/navigationbar/ |
D | NavigationBarView.java | 347 final int changes = mConfiguration.updateFrom(newConfig); in onConfigurationChanged() local
|
/frameworks/base/services/core/java/com/android/server/compat/ |
D | CompatConfig.java | 572 long[] changes = getAllowedChangesSinceTargetSdkForPackage(packageName, targetSdkVersion); in enableTargetSdkChangesForPackage() local 592 long[] changes = getAllowedChangesSinceTargetSdkForPackage(packageName, targetSdkVersion); in disableTargetSdkChangesForPackage() local
|
/frameworks/native/services/inputflinger/reader/ |
D | InputReader.cpp | 150 auto changes = mConfigurationChangesToRefresh; in loopOnce() local 425 void InputReader::refreshConfigurationLocked(ConfigurationChanges changes) { in refreshConfigurationLocked() 656 void InputReader::requestRefreshConfiguration(ConfigurationChanges changes) { in requestRefreshConfiguration()
|