Home
last modified time | relevance | path

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

12

/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/core/java/android/hardware/lights/
DLightsRequest.java44 private LightsRequest(SparseArray<LightState> changes) { in LightsRequest()
/frameworks/native/services/inputflinger/reader/mapper/
DExternalStylusInputMapper.cpp47 uint32_t changes) { in configure()
DRotaryEncoderInputMapper.cpp62 uint32_t changes) { in configure()
DInputMapper.cpp36 uint32_t changes) {} in configure()
DCursorInputMapper.cpp113 uint32_t changes) { in configure()
DJoystickInputMapper.cpp109 uint32_t changes) { in configure()
DKeyboardInputMapper.cpp131 uint32_t changes) { in configure()
/frameworks/base/services/core/java/com/android/server/compat/
DCompatConfig.java347 long[] changes = getAllowedChangesAfterTargetSdkForPackage(packageName, targetSdkVersion); in enableTargetSdkChangesForPackage() local
363 long[] changes = getAllowedChangesAfterTargetSdkForPackage(packageName, targetSdkVersion); in disableTargetSdkChangesForPackage() 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/native/services/vr/virtual_touchpad/
DVirtualTouchpadEvdev.cpp146 const int changes = touchpad.last_motion_event_buttons ^ buttons; in ButtonState() local
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp90 uint32_t changes = mConfigurationChangesToRefresh; in loopOnce() local
351 void InputReader::refreshConfigurationLocked(uint32_t changes) { in refreshConfigurationLocked()
554 void InputReader::requestRefreshConfiguration(uint32_t changes) { in requestRefreshConfiguration()
DInputDevice.cpp118 uint32_t changes) { in configure()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimator.java316 void setPendingLayoutChanges(final int displayId, final int changes) { in setPendingLayoutChanges()
DActivityRecord.java3233 final int changes = getConfigurationChanges(mTmpConfig); in ensureActivityConfiguration() local
3355 private boolean shouldRelaunchLocked(int changes, Configuration changesConfig) { in shouldRelaunchLocked()
3376 private boolean onlyVrUiModeChanged(int changes, Configuration lastReportedConfig) { in onlyVrUiModeChanged()
3387 int changes = lastReportedConfig.diff(currentConfig); in getConfigurationChanges() local
/frameworks/base/core/java/android/app/
DWindowConfiguration.java451 long changes = 0; in diff() local
/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentRecord.java306 int changes = finalIntent.fillIn(intent, key.flags); in sendInner() local
DOomAdjuster.java1687 int changes = 0; in applyOomAdjLocked() local
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityWindowInfo.java750 int changes = 0; in differenceFrom() local
DAccessibilityEvent.java937 public void setWindowChanges(@WindowsChangeTypes int changes) { in setWindowChanges()
/frameworks/base/cmds/statsd/src/
Dstats_log.proto272 repeated Change changes = 2; field
386 optional int32 changes = 1; field
/frameworks/base/cmds/statsd/src/guardrail/
DStatsdStats.h86 int32_t changes; member
/frameworks/base/core/java/android/content/pm/
DRegisteredServicesCache.java498 StringBuilder changes = new StringBuilder(); in generateServicesMap() local
/frameworks/av/media/libstagefright/foundation/
DAMessage.cpp915 sp<AMessage> changes = myMsg->changesFrom(oMsg, deep); in changesFrom() local

12