Home
last modified time | relevance | path

Searched defs:changes (Results 1 – 25 of 28) 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/support/v7/recyclerview/src/android/support/v7/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/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/base/services/core/java/com/android/server/
DAttributeCache.java107 int changes = mConfiguration.updateFrom(config); in updateConfiguration() local
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DOSUCache.java126 int changes = 0; in scanEnd() 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.java356 void setPendingLayoutChanges(final int displayId, final int changes) { in setPendingLayoutChanges()
DAppWindowToken.java1115 void setAppLayoutChanges(int changes, String reason) { in setAppLayoutChanges()
DWindowManagerService.java5874 int changes = 0; in handleAnimatingStoppedAndTransitionLocked() local
/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java2409 final int changes = getConfigurationChanges(mTmpConfig); in ensureActivityConfigurationLocked() local
2513 private boolean shouldRelaunchLocked(int changes, Configuration changesConfig) { in shouldRelaunchLocked()
2534 private boolean onlyVrUiModeChanged(int changes, Configuration lastReportedConfig) { in onlyVrUiModeChanged()
2545 int changes = lastReportedConfig.diff(currentConfig); in getConfigurationChanges() local
DPendingIntentRecord.java264 int changes = finalIntent.fillIn(intent, key.flags); in sendInner() local
DActivityManagerService.java1251 int changes; field in ActivityManagerService.UpdateConfigurationResult
1523 int changes; field in ActivityManagerService.ProcessChangeItem
/frameworks/native/services/inputflinger/
DInputReader.cpp365 uint32_t changes = mConfigurationChangesToRefresh; in loopOnce() local
625 void InputReader::refreshConfigurationLocked(uint32_t changes) { in refreshConfigurationLocked()
830 void InputReader::requestRefreshConfiguration(uint32_t changes) { in requestRefreshConfiguration()
1115 void InputDevice::configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes)… in configure()
1988 const InputReaderConfiguration* config, uint32_t changes) { in configure()
2267 const InputReaderConfiguration* config, uint32_t changes) { in configure()
2627 const InputReaderConfiguration* config, uint32_t changes) { in configure()
3010 const InputReaderConfiguration* config, uint32_t changes) { in configure()
3264 const InputReaderConfiguration* config, uint32_t changes) { in configure()
7021 const InputReaderConfiguration* config, uint32_t changes) { in configure()
[all …]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DMediaRouter.java1480 int changes = 0; in maybeUpdateDescriptor() local
1488 int changes = 0; in updateDescriptor() local
2391 int changes = route.maybeUpdateDescriptor(routeDescriptor); in updateRouteDescriptorAndNotify() local
/frameworks/base/core/java/android/content/pm/
DRegisteredServicesCache.java453 StringBuilder changes = new StringBuilder(); in generateServicesMap() local
/frameworks/base/core/java/android/app/
DResourcesManager.java848 int changes = mResConfiguration.updateFrom(config); in applyConfigurationToResourcesLocked() local
/frameworks/av/media/libstagefright/foundation/
DAMessage.cpp908 sp<AMessage> changes = myMsg->changesFrom(oMsg, deep); in changesFrom() local
/frameworks/base/core/java/android/view/
DWindowManager.java2249 int changes = 0; in copyFrom() local
DViewRootImpl.java7171 final int changes = event.getContentChangeTypes(); in handleWindowContentChangedEvent() local
/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java1327 WorkSource[] changes = mClientSource.setReturningDiffs(source); in updateClientUids() local
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewLayoutTest.java3127 final Map<Long, Boolean> changes = new HashMap<>(); in invalidateDecorOffsets() local
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1127 void configureDevice(uint32_t changes, InputDevice* device) { in configureDevice()
1588 void configureDevice(uint32_t changes) { in configureDevice()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp770 uint32_t changes = 0; in setInputWindows() local
/frameworks/base/core/java/android/content/
DIntent.java9046 int changes = 0; in fillIn() local
/frameworks/av/media/libstagefright/
DACodec.cpp5266 sp<const AMessage> changes = expectedFormat->changesFrom(mOutputFormat); in onOutputFormatChanged() local

12