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/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/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/native/services/vr/virtual_touchpad/
DVirtualTouchpadEvdev.cpp141 const int changes = touchpad.last_motion_event_buttons ^ buttons; in ButtonState() 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/base/services/core/java/com/android/server/wm/
DWindowAnimator.java352 void setPendingLayoutChanges(final int displayId, final int changes) { in setPendingLayoutChanges()
DAppWindowToken.java1090 void setAppLayoutChanges(int changes, String reason) { in setAppLayoutChanges()
DWindowManagerService.java5754 int changes = 0; in handleAnimatingStoppedAndTransitionLocked() local
/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java2429 final int changes = getConfigurationChanges(mTmpConfig); in ensureActivityConfigurationLocked() local
2533 private boolean shouldRelaunchLocked(int changes, Configuration changesConfig) { in shouldRelaunchLocked()
2554 private boolean onlyVrUiModeChanged(int changes, Configuration lastReportedConfig) { in onlyVrUiModeChanged()
2565 int changes = lastReportedConfig.diff(currentConfig); in getConfigurationChanges() local
DPendingIntentRecord.java273 int changes = finalIntent.fillIn(intent, key.flags); in sendInner() local
DActivityManagerService.java1253 int changes; field in ActivityManagerService.UpdateConfigurationResult
1547 int changes; field in ActivityManagerService.ProcessChangeItem
/frameworks/native/services/inputflinger/
DInputReader.cpp339 uint32_t changes = mConfigurationChangesToRefresh; in loopOnce() local
599 void InputReader::refreshConfigurationLocked(uint32_t changes) { in refreshConfigurationLocked()
804 void InputReader::requestRefreshConfiguration(uint32_t changes) { in requestRefreshConfiguration()
1057 void InputDevice::configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes)… in configure()
1924 const InputReaderConfiguration* config, uint32_t changes) { in configure()
2203 const InputReaderConfiguration* config, uint32_t changes) { in configure()
2516 const InputReaderConfiguration* config, uint32_t changes) { in configure()
2899 const InputReaderConfiguration* config, uint32_t changes) { in configure()
3141 const InputReaderConfiguration* config, uint32_t changes) { in configure()
6898 const InputReaderConfiguration* config, uint32_t changes) { in configure()
[all …]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DMediaRouter.java1471 int changes = 0; in maybeUpdateDescriptor() local
1479 int changes = 0; in updateDescriptor() local
2381 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/av/media/libstagefright/foundation/
DAMessage.cpp908 sp<AMessage> changes = myMsg->changesFrom(oMsg, deep); in changesFrom() local
/frameworks/base/core/java/android/app/
DResourcesManager.java845 int changes = mResConfiguration.updateFrom(config); in applyConfigurationToResourcesLocked() local
/frameworks/base/core/java/android/view/
DWindowManager.java2193 int changes = 0; in copyFrom() local
DViewRootImpl.java7144 final int changes = event.getContentChangeTypes(); in handleWindowContentChangedEvent() local
/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java1281 WorkSource[] changes = mClientSource.setReturningDiffs(source); in updateClientUids() local
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewLayoutTest.java3021 final Map<Long, Boolean> changes = new HashMap<>(); in invalidateDecorOffsets() local
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp743 uint32_t changes = 0; in setInputWindows() local
/frameworks/base/core/java/android/content/
DIntent.java8931 int changes = 0; in fillIn() local
/frameworks/av/media/libstagefright/
DACodec.cpp5259 sp<const AMessage> changes = expectedFormat->changesFrom(mOutputFormat); in onOutputFormatChanged() local
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1455 void configureDevice(uint32_t changes) { in configureDevice()

12