Home
last modified time | relevance | path

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

12

/frameworks/base/core/tests/coretests/src/android/content/res/
DConfigurationBoundResourceCacheTest.java92 int changes = calcConfigChanges(res, newCnf); in testVoidConfigChange() local
115 int changes = calcConfigChanges(res, newCnf); in testEffectiveConfigChange() local
141 int changes = calcConfigChanges(res, newCnf); in testConfigChangeMultipleResources() local
183 int changes = calcConfigChanges(res, newCnf); in testConfigChangeMultipleThemes() local
/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/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DDefaultItemAnimator.java141 final ArrayList<ChangeInfo> changes = new ArrayList<>(); in runPendingAnimations() local
461 ArrayList<ChangeInfo> changes = mChangesList.get(i); in endAnimation() local
622 ArrayList<ChangeInfo> changes = mChangesList.get(i); in endAnimations() local
/frameworks/base/services/core/java/com/android/server/
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/wm/
DWindowAnimator.java344 void setPendingLayoutChanges(final int displayId, final int changes) { in setPendingLayoutChanges()
DAppWindowToken.java1098 void setAppLayoutChanges(int changes, String reason) { in setAppLayoutChanges()
/frameworks/base/cmds/statsd/src/guardrail/
DStatsdStats.h76 int32_t changes; member
DStatsdStats.cpp253 void StatsdStats::setUidMapChanges(int changes) { in setUidMapChanges()
/frameworks/base/core/java/android/app/
DWindowConfiguration.java344 long changes = 0; in diff() local
DResourcesManager.java988 int changes = mResConfiguration.updateFrom(config); in applyConfigurationToResourcesLocked() local
/frameworks/base/cmds/statsd/src/
Dstats_log.proto238 repeated Change changes = 2; field
348 optional int32 changes = 1; field
/frameworks/native/services/inputflinger/
DInputReader.cpp368 uint32_t changes = mConfigurationChangesToRefresh; in loopOnce() local
628 void InputReader::refreshConfigurationLocked(uint32_t changes) { in refreshConfigurationLocked()
833 void InputReader::requestRefreshConfiguration(uint32_t changes) { in requestRefreshConfiguration()
1118 void InputDevice::configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes)… in configure()
1995 const InputReaderConfiguration* config, uint32_t changes) { in configure()
2273 const InputReaderConfiguration* config, uint32_t changes) { in configure()
2633 const InputReaderConfiguration* config, uint32_t changes) { in configure()
3016 const InputReaderConfiguration* config, uint32_t changes) { in configure()
3270 const InputReaderConfiguration* config, uint32_t changes) { in configure()
7040 const InputReaderConfiguration* config, uint32_t changes) { in configure()
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentRecord.java269 int changes = finalIntent.fillIn(intent, key.flags); in sendInner() local
DActivityRecord.java2557 final int changes = getConfigurationChanges(mTmpConfig); in ensureActivityConfiguration() local
2670 private boolean shouldRelaunchLocked(int changes, Configuration changesConfig) { in shouldRelaunchLocked()
2691 private boolean onlyVrUiModeChanged(int changes, Configuration lastReportedConfig) { in onlyVrUiModeChanged()
2702 int changes = lastReportedConfig.diff(currentConfig); in getConfigurationChanges() local
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityWindowInfo.java737 int changes = 0; in differenceFrom() local
DAccessibilityEvent.java927 public void setWindowChanges(@WindowsChangeTypes int changes) { in setWindowChanges()
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
DMediaRouter.java1478 int changes = 0; in maybeUpdateDescriptor() local
1486 int changes = 0; in updateDescriptor() local
2389 int changes = route.maybeUpdateDescriptor(routeDescriptor); in updateRouteDescriptorAndNotify() local
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
DMediaRouter.java1479 int changes = 0; in maybeUpdateDescriptor() local
1487 int changes = 0; in updateDescriptor() local
2402 int changes = route.maybeUpdateDescriptor(routeDescriptor); in updateRouteDescriptorAndNotify() local
/frameworks/base/core/java/android/content/pm/
DRegisteredServicesCache.java491 StringBuilder changes = new StringBuilder(); in generateServicesMap() local
/frameworks/av/media/libstagefright/foundation/
DAMessage.cpp910 sp<AMessage> changes = myMsg->changesFrom(oMsg, deep); in changesFrom() local
/frameworks/base/core/java/android/view/
DWindowManager.java2728 int changes = 0; in copyFrom() local
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java3229 int changes = newWindow.differenceFrom(oldWindow); in sendEventsForChangedWindowsLocked() local
3232 newWindow.getId(), changes)); in sendEventsForChangedWindowsLocked() local
/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java1417 WorkSource[] changes = mClientSource.setReturningDiffs(source); in updateClientUids() local
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DRecyclerViewLayoutTest.java3707 final Map<Long, Boolean> changes = new HashMap<>(); in invalidateDecorOffsets() local

12