Home
last modified time | relevance | path

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

12

/frameworks/native/services/inputflinger/tests/
DFocusResolver_test.cpp63 std::optional<FocusResolver::FocusChanges> changes = in TEST() local
106 std::optional<FocusResolver::FocusChanges> changes = in TEST() local
133 std::optional<FocusResolver::FocusChanges> changes = in TEST() local
157 std::optional<FocusResolver::FocusChanges> changes = in TEST() local
180 std::optional<FocusResolver::FocusChanges> changes = in TEST() local
226 std::optional<FocusResolver::FocusChanges> changes = in TEST() local
271 std::optional<FocusResolver::FocusChanges> changes = in TEST() local
/frameworks/base/core/tests/coretests/src/android/content/res/
DConfigurationBoundResourceCacheTest.java93 int changes = calcConfigChanges(res, newCnf); in testVoidConfigChange() local
116 int changes = calcConfigChanges(res, newCnf); in testEffectiveConfigChange() local
142 int changes = calcConfigChanges(res, newCnf); in testConfigChangeMultipleResources() local
184 int changes = calcConfigChanges(res, newCnf); in testConfigChangeMultipleThemes() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTransitionTests.java69 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testCreateInfo_NewTask() local
126 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testCreateInfo_NestedTasks() local
176 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testCreateInfo_DisplayArea() local
344 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testIndependent() local
410 private static void fillChangeMap(ArrayMap<WindowContainer, Transition.ChangeInfo> changes, in fillChangeMap()
/frameworks/native/services/inputflinger/reader/mapper/
DExternalStylusInputMapper.cpp48 uint32_t changes) { in configure()
DRotaryEncoderInputMapper.cpp64 uint32_t changes) { in configure()
DInputMapper.cpp36 uint32_t changes) {} in configure()
DCursorInputMapper.cpp120 uint32_t changes) { in configure()
DJoystickInputMapper.cpp108 uint32_t changes) { in configure()
DSensorInputMapper.cpp125 uint32_t changes) { in configure()
DKeyboardInputMapper.cpp148 uint32_t changes) { in configure()
/frameworks/base/services/core/java/com/android/server/wm/
DTransition.java476 ArrayMap<WindowContainer, ChangeInfo> changes) { in canPromote()
544 ArraySet<WindowContainer> targets, ArrayMap<WindowContainer, ChangeInfo> changes) { in tryPromote()
600 ArrayMap<WindowContainer, ChangeInfo> changes) { in calculateTargets()
716 ArraySet<WindowContainer> targets, ArrayMap<WindowContainer, ChangeInfo> changes) { in calculateTransitionInfo()
/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/inputflinger/
DInputReaderBase.cpp41 std::string InputReaderConfiguration::changesToString(uint32_t changes) { in changesToString()
/frameworks/base/core/java/com/android/internal/policy/
DAttributeCache.java107 int changes = mConfiguration.updateFrom(config); in updateConfiguration() local
/frameworks/native/services/vr/virtual_touchpad/
DVirtualTouchpadEvdev.cpp146 const int changes = touchpad.last_motion_event_buttons ^ buttons; in ButtonState() local
/frameworks/base/services/core/java/com/android/server/compat/
DCompatConfig.java481 long[] changes = getAllowedChangesSinceTargetSdkForPackage(packageName, targetSdkVersion); in enableTargetSdkChangesForPackage() local
498 long[] changes = getAllowedChangesSinceTargetSdkForPackage(packageName, targetSdkVersion); in disableTargetSdkChangesForPackage() local
/frameworks/native/libs/gui/
DLayerState.cpp595 bool changes = false; in merge() local
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp97 uint32_t changes = mConfigurationChangesToRefresh; in loopOnce() local
346 void InputReader::refreshConfigurationLocked(uint32_t changes) { in refreshConfigurationLocked()
592 void InputReader::requestRefreshConfiguration(uint32_t changes) { in requestRefreshConfiguration()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplay.cpp228 std::optional<android::HWComposer::DeviceRequestedChanges> changes; in chooseCompositionStrategy() local
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityWindowInfo.java798 int changes = 0; in differenceFrom() local
DAccessibilityEvent.java991 public void setWindowChanges(@WindowsChangeTypes int changes) { in setWindowChanges()
/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentRecord.java339 int changes = finalIntent.fillIn(intent, key.flags); in sendInner() local
/frameworks/base/core/java/android/app/
DWindowConfiguration.java534 long changes = 0; in diff() local
/frameworks/base/services/core/java/com/android/server/notification/
DConditionProviders.java92 ArrayMap<Boolean, ArrayList<ComponentName>> changes = new ArrayMap<>(); in resetComponents() local
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityWindowManager.java645 int changes = newWindow.differenceFrom(oldWindow); in sendEventsForChangedWindowsLocked() local
648 newWindow.getId(), changes)); in sendEventsForChangedWindowsLocked() local

12