Searched refs:changes (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/base/core/java/android/view/
H A DWindowManager.java544 * changes the system volume.
1022 * This flag changes the behavior of touch focus for this window only.
1188 * Never animate position changes of the window.
2034 int changes = 0;
2038 changes |= LAYOUT_CHANGED;
2042 changes |= LAYOUT_CHANGED;
2046 changes |= LAYOUT_CHANGED;
2050 changes |= LAYOUT_CHANGED;
2054 changes |= LAYOUT_CHANGED;
2058 changes |
[all...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DOSUCache.java121 int changes = 0;
127 changes++;
146 changes++;
153 // Return the latest results if there were any changes from last batch
154 if (changes > 0) {
/frameworks/base/core/tests/coretests/src/android/content/res/
H A DConfigurationBoundResourceCacheTest.java92 int changes = calcConfigChanges(res, newCnf);
94 mCache.onConfigurationChange(changes);
115 int changes = calcConfigChanges(res, newCnf);
117 mCache.onConfigurationChange(changes);
141 int changes = calcConfigChanges(res, newCnf);
147 mCache.onConfigurationChange(changes);
183 int changes = calcConfigChanges(res, newCnf);
192 mCache.onConfigurationChange(changes);
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java608 * changes to media routes.
1354 * The application should listen for changes to the presentation display
1437 int changes = 0;
1439 changes = updateDescriptor(descriptor);
1441 return changes;
1445 int changes = 0;
1450 changes |= CHANGE_GENERAL;
1454 changes |= CHANGE_GENERAL;
1458 changes |= CHANGE_GENERAL;
1462 changes |
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DDefaultItemAnimator.java137 final ArrayList<ChangeInfo> changes = new ArrayList<>();
138 changes.addAll(mPendingChanges);
139 mChangesList.add(changes);
144 for (ChangeInfo change : changes) {
147 changes.clear();
148 mChangesList.remove(changes);
152 ViewHolder holder = changes.get(0).oldHolder;
316 // run a move animation to handle position changes.
454 ArrayList<ChangeInfo> changes = mChangesList.get(i);
455 endChangeAnimation(changes, ite
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DAttributeCache.java107 int changes = mConfiguration.updateFrom(config);
108 if ((changes & ~(ActivityInfo.CONFIG_FONT_SCALE |
/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCache.java451 StringBuilder changes = new StringBuilder();
466 changes.append(" New service added: ").append(info).append("\n");
476 changes.append(" Existing service (nop): ").append(info).append("\n");
483 changes.append(" System service replacing existing: ").append(info)
486 changes.append(" Existing service replacing a removed service: ")
497 changes.append(" Existing service with new uid ignored: ").append(info)
514 changes.append(" Service removed: ").append(v1).append("\n");
532 if (changes.length() > 0) {
534 serviceInfos.size() + " services:\n" + changes);
/frameworks/native/services/inputflinger/
H A DInputReader.cpp291 uint32_t changes = mConfigurationChangesToRefresh; local
292 if (changes) {
295 refreshConfigurationLocked(changes);
551 void InputReader::refreshConfigurationLocked(uint32_t changes) { argument
555 if (changes) {
556 ALOGI("Reconfiguring input devices. changes=0x%08x", changes);
559 if (changes & InputReaderConfiguration::CHANGE_MUST_REOPEN) {
564 device->configure(now, &mConfig, changes);
756 void InputReader::requestRefreshConfiguration(uint32_t changes) { argument
1006 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
1872 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
2151 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
2468 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
2818 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
3044 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
6798 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
6936 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
[all...]
H A DInputReader.h121 // Describes changes that have occurred.
370 * The changes flag is a bitfield that indicates what has changed and whether
372 virtual void requestRefreshConfiguration(uint32_t changes) = 0;
472 virtual void requestRefreshConfiguration(uint32_t changes);
557 void refreshConfigurationLocked(uint32_t changes);
607 void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
1002 * - configure with 0 changes
1004 * - process, process, process (may occasionally reconfigure with non-zero changes or reset)
1024 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
1116 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java244 int changes = finalIntent.fillIn(intent, key.flags);
245 if ((changes & Intent.FILL_IN_DATA) == 0) {
H A DActivityStack.java1370 // task stack changes, because its positioning may depend on it.
4566 final int changes = oldConfig.diff(newConfig) | taskChanges;
4567 if (changes == 0 && !r.forceNewConfig) {
4577 "Configuration changes for " + r + " ; taskChanges="
4579 + Configuration.configurationDiffToString(changes));
4591 // Figure out how to handle the changes between the configurations.
4594 + Integer.toHexString(changes) + ", handles=0x"
4598 if ((changes&(~r.info.getRealConfigChanged())) != 0 || r.forceNewConfig) {
4600 r.configChangeFlags |= changes;
4603 preserveWindow &= isResizeOnlyChange(changes);
4738 relaunchActivityLocked( ActivityRecord r, int changes, boolean andResume, boolean preserveWindow) argument
[all...]
H A DActivityManagerService.java1229 * This changes between TOP and TOP_SLEEPING to following mSleeping.
1321 * The last total number of process we have, to determine if changes actually look
1408 int changes; field in class:ActivityManagerService.ProcessChangeItem
1584 // VoiceInteraction session ID that changes for each new request except when
3133 /** Sets the task stack listener that gets callbacks when a task stack changes. */
4172 "*** Delivering " + N + " process changes");
4183 if ((item.changes&ProcessChangeItem.CHANGE_ACTIVITIES) != 0) {
4190 if ((item.changes&ProcessChangeItem.CHANGE_PROCESS_STATE) != 0) {
4242 "*** Delivering " + N + " uid changes");
9106 // Update the task description to reflect any changes i
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowAnimator.java940 void setPendingLayoutChanges(final int displayId, final int changes) { argument
946 displayContent.pendingLayoutChanges |= changes;
950 void setAppLayoutChanges(final AppWindowAnimator appAnimator, final int changes, String reason, argument
955 setPendingLayoutChanges(displayId, changes);
/frameworks/opt/net/wifi/tests/wifitests/
H A DAndroid.mk101 # wifi-service and services must be included here so that the latest changes
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp888 sp<AMessage> changes = myMsg->changesFrom(oMsg, deep); local
889 if (changes->countEntries()) {
890 diff->setMessage(item.mName, deep ? changes : myMsg);
/frameworks/base/core/java/android/app/
H A DResourcesManager.java807 int changes = mResConfiguration.updateFrom(config);
815 changes |= ActivityInfo.CONFIG_SCREEN_LAYOUT
873 return changes != 0;
/frameworks/base/core/java/android/content/
H A DIntent.java444 * and allows the user to edit it. If they keep their changes, the URI
1764 * state of the screen but it is actually sent in response to changes in the
1788 * state of the screen but it is actually sent in response to changes in the
2261 * application to make sure it sees the new changes. Some system code that
2606 * mail in the inbox changes.
2620 * data set changes. It is possible for the data set to change without the
2720 * Broadcast Action: A sticky broadcast for changes in the physical
2730 * dock mode changes.
2979 * Broadcast sent to the system when a user's information changes. Carries an extra
8137 int changes
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewLayoutTest.java2867 final Map<Long, Boolean> changes = new HashMap<>();
2873 if (changes.size() > 0) {
2880 if (!changes.containsKey(vh.getItemId())) {
2885 changes.get(vh.getItemId()), lp.mInsetsDirty);
2908 changes.put(mRecyclerView.findViewHolderForLayoutPosition(i).getItemId(), false);
2911 changes.put(mRecyclerView.findViewHolderForLayoutPosition(i).getItemId(), true);
2918 changes.clear();
2921 changes.put(mRecyclerView.findViewHolderForLayoutPosition(i).getItemId(), false);
2924 changes.put(mRecyclerView.findViewHolderForLayoutPosition(changedItem).getItemId(),
2933 changes
[all...]
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java455 * Callback used to listen for data connectivity changes.
1292 WorkSource[] changes = mClientSource.setReturningDiffs(source);
1293 if (changes == null) {
1296 WorkSource newWork = changes[0];
1297 WorkSource goneWork = changes[1];
2198 // (this configuration might change in the future based on SIM changes)
2206 // Register for SubscriptionInfo list changes which is guaranteed
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp693 uint32_t changes = 0; local
699 changes |= InputReaderConfiguration::CHANGE_POINTER_GESTURE_ENABLEMENT;
703 if (changes) {
704 mInputManager->getReader()->requestRefreshConfiguration(changes);
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java335 Vibrator mVibrator; // Vibrator for giving feedback of orientation changes
845 // Observe all users' changes
993 // changes to lag, so we'd like to keep it always on. (It will
2546 // changes the device volume
2550 // changes the device volume
4925 // These dialogs are stable to interim decor changes.
5282 int changes = 0;
5326 changes |= FINISH_LAYOUT_REDO_LAYOUT;
5337 changes |= FINISH_LAYOUT_REDO_LAYOUT;
5357 changes |
[all...]
/frameworks/base/docs/html/topic/performance/
H A Dperformance_toc.cs361 when playing audio, and respond appropriately to changes in audio focus."
512 "How to animate state changes in a view hierarchy using transitions."
606 "How to create a network connection, monitor the connection for changes
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs361 when playing audio, and respond appropriately to changes in audio focus."
512 "How to animate state changes in a view hierarchy using transitions."
606 "How to create a network connection, monitor the connection for changes
/frameworks/base/core/java/android/os/
H A DBatteryStats.java1094 * generated each time the battery level changes.
3660 pw.print(" Connectivity changes: "); pw.println(connChanges);
5317 ArrayList<PackageChange> changes) {
5318 if (changes == null) {
5321 pw.print(prefix); pw.println("Package changes:");
5322 for (int i=0; i<changes.size(); i++) {
5323 PackageChange pc = changes.get(i);
5316 dumpDailyPackageChanges(PrintWriter pw, String prefix, ArrayList<PackageChange> changes) argument
/frameworks/base/core/java/android/provider/
H A DSettings.java199 * If the extra is not included, no changes will be made.
1181 * If the extra is not included, no changes will be made.
1970 * useful for monitoring changes with a ContentObserver.
2323 public static boolean hasInterestingConfigurationChanges(int changes) { argument
2324 return (changes & ActivityInfo.CONFIG_FONT_SCALE) != 0 ||
2325 (changes & ActivityInfo.CONFIG_LOCALE) != 0;
2815 * Determines which streams are affected by ringer mode changes. The
4329 * useful for monitoring changes with a ContentObserver.
4810 * to receive changes in this value.
8769 * Opaque value, changes whe
[all...]

Completed in 1164 milliseconds

12