Home
last modified time | relevance | path

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

123

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DCombinedShadeHeaderConstraintsTest.kt131 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/
DFocusResolver_test.cpp73 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/
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
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
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 …]
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
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/
DFakeSharedPreferences.kt86 private val changes = mutableMapOf<String, Any>() in <lambda>() constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
DActivityEmbeddingController.java97 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/
DExternalStylusInputMapper.cpp52 ConfigurationChanges changes) { in reconfigure()
DRotaryEncoderInputMapper.cpp69 ConfigurationChanges changes) { in reconfigure()
DInputMapper.cpp41 ConfigurationChanges changes) { in reconfigure()
DCursorInputMapper.cpp140 ConfigurationChanges changes) { in reconfigure()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DCounterRotatorHelper.java56 final List<TransitionInfo.Change> changes = info.getChanges(); in handleClosingChanges() local
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
DFloatingRotationButtonView.java73 final int changes = mLastConfiguration.updateFrom(newConfig); in onConfigurationChanged() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/shared/model/
DWifiNetworkModelTest.kt251 val changes = mutableListOf<Pair<String, String>>() in <lambda>() constant
/frameworks/base/core/java/com/android/internal/widget/
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
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplay.cpp253 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/
DTaskViewTransitionsTest.java312 List<TransitionInfo.Change> changes = new ArrayList<>(); in test_startAnimation_setsTaskNotFound() local
/frameworks/native/services/vr/virtual_touchpad/
DVirtualTouchpadEvdev.cpp146 const int changes = touchpad.last_motion_event_buttons ^ buttons; in ButtonState() local
/frameworks/base/core/java/com/android/internal/policy/
DAttributeCache.java143 int changes = mConfiguration.updateFrom(config); in updateConfiguration() local
/frameworks/base/services/core/java/com/android/server/pm/
DDumpHelper.java484 final SparseArray<String> changes = values.valueAt(i); in doDump() local
/frameworks/native/services/surfaceflinger/FrontEnd/
DRequestedLayerState.h124 ftl::Flags<RequestedLayerState::Changes> changes; member
/frameworks/base/services/core/java/com/android/server/compat/
DCompatConfig.java488 long[] changes = getAllowedChangesSinceTargetSdkForPackage(packageName, targetSdkVersion); in enableTargetSdkChangesForPackage() local
508 long[] changes = getAllowedChangesSinceTargetSdkForPackage(packageName, targetSdkVersion); in disableTargetSdkChangesForPackage() local
/frameworks/base/core/java/android/inputmethodservice/navigationbar/
DNavigationBarView.java343 final int changes = mConfiguration.updateFrom(newConfig); in onConfigurationChanged() local
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp125 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/
DTransition.java831 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()

123