/frameworks/native/services/inputflinger/tests/ |
D | FocusResolver_test.cpp | 63 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/ |
D | ConfigurationBoundResourceCacheTest.java | 93 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/ |
D | TransitionTests.java | 69 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/ |
D | ExternalStylusInputMapper.cpp | 48 uint32_t changes) { in configure()
|
D | RotaryEncoderInputMapper.cpp | 64 uint32_t changes) { in configure()
|
D | InputMapper.cpp | 36 uint32_t changes) {} in configure()
|
D | CursorInputMapper.cpp | 120 uint32_t changes) { in configure()
|
D | JoystickInputMapper.cpp | 108 uint32_t changes) { in configure()
|
D | SensorInputMapper.cpp | 125 uint32_t changes) { in configure()
|
D | KeyboardInputMapper.cpp | 148 uint32_t changes) { in configure()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Transition.java | 476 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/ |
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/inputflinger/ |
D | InputReaderBase.cpp | 41 std::string InputReaderConfiguration::changesToString(uint32_t changes) { in changesToString()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | AttributeCache.java | 107 int changes = mConfiguration.updateFrom(config); in updateConfiguration() 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/services/core/java/com/android/server/compat/ |
D | CompatConfig.java | 481 long[] changes = getAllowedChangesSinceTargetSdkForPackage(packageName, targetSdkVersion); in enableTargetSdkChangesForPackage() local 498 long[] changes = getAllowedChangesSinceTargetSdkForPackage(packageName, targetSdkVersion); in disableTargetSdkChangesForPackage() local
|
/frameworks/native/libs/gui/ |
D | LayerState.cpp | 595 bool changes = false; in merge() local
|
/frameworks/native/services/inputflinger/reader/ |
D | InputReader.cpp | 97 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/ |
D | Display.cpp | 228 std::optional<android::HWComposer::DeviceRequestedChanges> changes; in chooseCompositionStrategy() local
|
/frameworks/base/core/java/android/view/accessibility/ |
D | AccessibilityWindowInfo.java | 798 int changes = 0; in differenceFrom() local
|
D | AccessibilityEvent.java | 991 public void setWindowChanges(@WindowsChangeTypes int changes) { in setWindowChanges()
|
/frameworks/base/core/java/android/app/ |
D | WindowConfiguration.java | 534 long changes = 0; in diff() local
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | PendingIntentRecord.java | 339 int changes = finalIntent.fillIn(intent, key.flags); in sendInner() local
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ConditionProviders.java | 92 ArrayMap<Boolean, ArrayList<ComponentName>> changes = new ArrayMap<>(); in resetComponents() local
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityWindowManager.java | 645 int changes = newWindow.differenceFrom(oldWindow); in sendEventsForChangedWindowsLocked() local 648 newWindow.getId(), changes)); in sendEventsForChangedWindowsLocked() local
|