Home
last modified time | relevance | path

Searched refs:changes (Results 1 – 25 of 85) sorted by relevance

1234

/frameworks/base/core/java/android/view/
DWindowManager.java2728 int changes = 0; in copyFrom() local
2732 changes |= LAYOUT_CHANGED; in copyFrom()
2736 changes |= LAYOUT_CHANGED; in copyFrom()
2740 changes |= LAYOUT_CHANGED; in copyFrom()
2744 changes |= LAYOUT_CHANGED; in copyFrom()
2748 changes |= LAYOUT_CHANGED; in copyFrom()
2752 changes |= LAYOUT_CHANGED; in copyFrom()
2756 changes |= LAYOUT_CHANGED; in copyFrom()
2760 changes |= LAYOUT_CHANGED; in copyFrom()
2764 changes |= TYPE_CHANGED; in copyFrom()
[all …]
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityWindowInfo.java737 int changes = 0; in differenceFrom() local
739 changes |= AccessibilityEvent.WINDOWS_CHANGE_TITLE; in differenceFrom()
743 changes |= AccessibilityEvent.WINDOWS_CHANGE_BOUNDS; in differenceFrom()
746 changes |= AccessibilityEvent.WINDOWS_CHANGE_LAYER; in differenceFrom()
750 changes |= AccessibilityEvent.WINDOWS_CHANGE_ACTIVE; in differenceFrom()
754 changes |= AccessibilityEvent.WINDOWS_CHANGE_FOCUSED; in differenceFrom()
758 changes |= AccessibilityEvent.WINDOWS_CHANGE_ACCESSIBILITY_FOCUSED; in differenceFrom()
762 changes |= AccessibilityEvent.WINDOWS_CHANGE_PIP; in differenceFrom()
765 changes |= AccessibilityEvent.WINDOWS_CHANGE_PARENT; in differenceFrom()
768 changes |= AccessibilityEvent.WINDOWS_CHANGE_CHILDREN; in differenceFrom()
[all …]
/frameworks/base/core/java/com/android/internal/widget/
DDefaultItemAnimator.java142 final ArrayList<ChangeInfo> changes = new ArrayList<>(); in runPendingAnimations() local
143 changes.addAll(mPendingChanges); in runPendingAnimations()
144 mChangesList.add(changes); in runPendingAnimations()
149 for (ChangeInfo change : changes) { in runPendingAnimations()
152 changes.clear(); in runPendingAnimations()
153 mChangesList.remove(changes); in runPendingAnimations()
157 ViewHolder holder = changes.get(0).oldHolder; in runPendingAnimations()
462 ArrayList<ChangeInfo> changes = mChangesList.get(i); in endAnimation() local
463 endChangeAnimation(changes, item); in endAnimation()
464 if (changes.isEmpty()) { in endAnimation()
[all …]
/frameworks/base/core/tests/coretests/src/android/content/res/
DConfigurationBoundResourceCacheTest.java92 int changes = calcConfigChanges(res, newCnf); in testVoidConfigChange() local
94 mCache.onConfigurationChange(changes); in testVoidConfigChange()
115 int changes = calcConfigChanges(res, newCnf); in testEffectiveConfigChange() local
117 mCache.onConfigurationChange(changes); in testEffectiveConfigChange()
141 int changes = calcConfigChanges(res, newCnf); in testConfigChangeMultipleResources() local
147 mCache.onConfigurationChange(changes); in testConfigChangeMultipleResources()
183 int changes = calcConfigChanges(res, newCnf); in testConfigChangeMultipleThemes() local
192 mCache.onConfigurationChange(changes); in testConfigChangeMultipleThemes()
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DDefaultItemAnimator.java141 final ArrayList<ChangeInfo> changes = new ArrayList<>(); in runPendingAnimations() local
142 changes.addAll(mPendingChanges); in runPendingAnimations()
143 mChangesList.add(changes); in runPendingAnimations()
148 for (ChangeInfo change : changes) { in runPendingAnimations()
151 changes.clear(); in runPendingAnimations()
152 mChangesList.remove(changes); in runPendingAnimations()
156 RecyclerView.ViewHolder holder = changes.get(0).oldHolder; in runPendingAnimations()
461 ArrayList<ChangeInfo> changes = mChangesList.get(i); in endAnimation() local
462 endChangeAnimation(changes, item); in endAnimation()
463 if (changes.isEmpty()) { in endAnimation()
[all …]
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
DMediaRouter.java1478 int changes = 0; in maybeUpdateDescriptor() local
1480 changes = updateDescriptor(descriptor); in maybeUpdateDescriptor()
1482 return changes; in maybeUpdateDescriptor()
1486 int changes = 0; in updateDescriptor() local
1491 changes |= CHANGE_GENERAL; in updateDescriptor()
1495 changes |= CHANGE_GENERAL; in updateDescriptor()
1499 changes |= CHANGE_GENERAL; in updateDescriptor()
1503 changes |= CHANGE_GENERAL; in updateDescriptor()
1507 changes |= CHANGE_GENERAL; in updateDescriptor()
1511 changes |= CHANGE_GENERAL; in updateDescriptor()
[all …]
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
DMediaRouter.java1479 int changes = 0; in maybeUpdateDescriptor() local
1481 changes = updateDescriptor(descriptor); in maybeUpdateDescriptor()
1483 return changes; in maybeUpdateDescriptor()
1487 int changes = 0; in updateDescriptor() local
1492 changes |= CHANGE_GENERAL; in updateDescriptor()
1496 changes |= CHANGE_GENERAL; in updateDescriptor()
1500 changes |= CHANGE_GENERAL; in updateDescriptor()
1504 changes |= CHANGE_GENERAL; in updateDescriptor()
1508 changes |= CHANGE_GENERAL; in updateDescriptor()
1512 changes |= CHANGE_GENERAL; in updateDescriptor()
[all …]
/frameworks/native/cmds/dumpstate/
Dbugreport-format.md46 The flat file also has some minor changes:
59 On _Android O (Oreo)_, the following changes were made:
63 On _Android P_, the following changes were made:
73 Format changes:
85 Format changes:
94 changes become stable.
103 Similarly, if changes in the file format are made after the initial release of
105 For example, if after _Android N_ launches changes are made for the next _N_
/frameworks/base/core/java/android/app/
DWindowConfiguration.java344 long changes = 0; in diff() local
347 changes |= WINDOW_CONFIG_BOUNDS; in diff()
354 changes |= WINDOW_CONFIG_APP_BOUNDS; in diff()
359 changes |= WINDOW_CONFIG_WINDOWING_MODE; in diff()
364 changes |= WINDOW_CONFIG_ACTIVITY_TYPE; in diff()
367 return changes; in diff()
/frameworks/native/services/vr/virtual_touchpad/
DVirtualTouchpadEvdev.cpp146 const int changes = touchpad.last_motion_event_buttons ^ buttons; in ButtonState() local
147 if (!changes) { in ButtonState()
153 ALOGV("change %X from %X to %X", changes, touchpad.last_motion_event_buttons, in ButtonState()
160 if (changes & AMOTION_EVENT_BUTTON_BACK) { in ButtonState()
/frameworks/ex/common/java/com/android/common/
DGoogleLogTags.logtags43 # @param changes Number of changes made to database in reconstruct
44 202001 vending_reconstruct (changes|1)
59 # This event is logged for GTalk connection state changes. The status field is an int, but
/frameworks/base/core/java/android/content/pm/
DRegisteredServicesCache.java491 StringBuilder changes = new StringBuilder(); in generateServicesMap() local
506 changes.append(" New service added: ").append(info).append("\n"); in generateServicesMap()
516 changes.append(" Existing service (nop): ").append(info).append("\n"); in generateServicesMap()
523 changes.append(" System service replacing existing: ").append(info) in generateServicesMap()
526 changes.append(" Existing service replacing a removed service: ") in generateServicesMap()
537 changes.append(" Existing service with new uid ignored: ").append(info) in generateServicesMap()
554 changes.append(" Service removed: ").append(v1).append("\n"); in generateServicesMap()
572 if (changes.length() > 0) { in generateServicesMap()
574 serviceInfos.size() + " services:\n" + changes); in generateServicesMap()
/frameworks/base/services/core/java/com/android/server/
DAttributeCache.java107 int changes = mConfiguration.updateFrom(config); in updateConfiguration() local
108 if ((changes & ~(ActivityInfo.CONFIG_FONT_SCALE | in updateConfiguration()
/frameworks/native/services/inputflinger/
DInputReader.cpp368 uint32_t changes = mConfigurationChangesToRefresh; in loopOnce() local
369 if (changes) { in loopOnce()
372 refreshConfigurationLocked(changes); in loopOnce()
628 void InputReader::refreshConfigurationLocked(uint32_t changes) { in refreshConfigurationLocked() argument
632 if (changes) { in refreshConfigurationLocked()
633 ALOGI("Reconfiguring input devices. changes=0x%08x", changes); in refreshConfigurationLocked()
636 if (changes & InputReaderConfiguration::CHANGE_MUST_REOPEN) { in refreshConfigurationLocked()
641 device->configure(now, &mConfig, changes); in refreshConfigurationLocked()
833 void InputReader::requestRefreshConfiguration(uint32_t changes) { in requestRefreshConfiguration() argument
836 if (changes) { in requestRefreshConfiguration()
[all …]
DInputReader.h333 virtual void requestRefreshConfiguration(uint32_t changes) = 0;
435 virtual void requestRefreshConfiguration(uint32_t changes);
520 void refreshConfigurationLocked(uint32_t changes);
573 void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
992 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
1084 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
1156 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
1222 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
1244 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
1916 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
[all …]
/frameworks/base/cmds/statsd/src/guardrail/
DStatsdStats.h76 int32_t changes; member
263 void setUidMapChanges(int changes);
DStatsdStats.cpp253 void StatsdStats::setUidMapChanges(int changes) { in setUidMapChanges() argument
255 mUidMapStats.changes = changes; in setUidMapChanges()
515 mUidMapStats.bytes_used, mUidMapStats.changes, mUidMapStats.deleted_apps, in dumpStats()
674 proto.write(FIELD_TYPE_INT32 | FIELD_ID_UID_MAP_CHANGES, mUidMapStats.changes); in dumpStats()
/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java2557 final int changes = getConfigurationChanges(mTmpConfig); in ensureActivityConfiguration() local
2573 if (changes == 0 && !forceNewConfig) { in ensureActivityConfiguration()
2588 + Configuration.configurationDiffToString(changes)); in ensureActivityConfiguration()
2603 + Integer.toHexString(changes) + ", handles=0x" in ensureActivityConfiguration()
2607 if (shouldRelaunchLocked(changes, mTmpConfig) || forceNewConfig) { in ensureActivityConfiguration()
2609 configChangeFlags |= changes; in ensureActivityConfiguration()
2612 preserveWindow &= isResizeOnlyChange(changes); in ensureActivityConfiguration()
2670 private boolean shouldRelaunchLocked(int changes, Configuration changesConfig) { in shouldRelaunchLocked() argument
2672 boolean onlyVrUiModeChanged = onlyVrUiModeChanged(changes, changesConfig); in shouldRelaunchLocked()
2684 return (changes&(~configChanged)) != 0; in shouldRelaunchLocked()
[all …]
/frameworks/support/wear/wear_stubs/
DREADME.android9 To test with local changes made in Android Git see the instructions at
/frameworks/base/packages/SettingsLib/
DOWNERS1 # People who can approve changes for submission
/frameworks/base/cmds/incident_helper/
DREADME.md20 ## How to adapt proto changes
/frameworks/base/core/proto/android/app/
Dactivitymanager.proto26 // report changes in process state, original value is 1 << 0
/frameworks/support/
DREADME.md9 We **are not** currently accepting new modules, features, or behavior changes.
40 If you intend to repeatedly make changes to Support Library and to wish to see
/frameworks/base/tests/LegacyRestoreTest/
DREADME3 Nexus 4 running Android 4.3 (API 18), and so predates the Android 4.4 changes
/frameworks/base/tools/orientationplot/
DREADME.txt46 it 90 degrees to a different orientation. Compared the rapid changes in the
85 6. Orientation changes should be significantly harder when the device is held

1234