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

12

/frameworks/base/core/java/android/view/
H A DWindowManager.java535 * changes the system volume.
994 * This flag changes the behavior of touch focus for this window only.
1160 * Never animate position changes of the window.
1984 int changes = 0;
1988 changes |= LAYOUT_CHANGED;
1992 changes |= LAYOUT_CHANGED;
1996 changes |= LAYOUT_CHANGED;
2000 changes |= LAYOUT_CHANGED;
2004 changes |= LAYOUT_CHANGED;
2008 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.java606 * changes to media routes.
1352 * The application should listen for changes to the presentation display
1434 int changes = 0;
1436 changes = updateDescriptor(descriptor);
1438 return changes;
1442 int changes = 0;
1447 changes |= CHANGE_GENERAL;
1451 changes |= CHANGE_GENERAL;
1455 changes |= CHANGE_GENERAL;
1459 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;
315 // run a move animation to handle position changes.
453 ArrayList<ChangeInfo> changes = mChangesList.get(i);
454 endChangeAnimation(changes, ite
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DAttributeCache.java109 int changes = mConfiguration.updateFrom(config);
110 if ((changes & ~(ActivityInfo.CONFIG_FONT_SCALE |
/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCache.java407 StringBuilder changes = new StringBuilder();
422 changes.append(" New service added: ").append(info).append("\n");
432 changes.append(" Existing service (nop): ").append(info).append("\n");
439 changes.append(" System service replacing existing: ").append(info)
442 changes.append(" Existing service replacing a removed service: ")
453 changes.append(" Existing service with new uid ignored: ").append(info)
470 changes.append(" Service removed: ").append(v1).append("\n");
488 if (changes.length() > 0) {
490 serviceInfos.size() + " services:\n" + changes);
/frameworks/native/services/inputflinger/
H A DInputReader.cpp283 uint32_t changes = mConfigurationChangesToRefresh; local
284 if (changes) {
287 refreshConfigurationLocked(changes);
543 void InputReader::refreshConfigurationLocked(uint32_t changes) { argument
547 if (changes) {
548 ALOGI("Reconfiguring input devices. changes=0x%08x", changes);
551 if (changes & InputReaderConfiguration::CHANGE_MUST_REOPEN) {
556 device->configure(now, &mConfig, changes);
748 void InputReader::requestRefreshConfiguration(uint32_t changes) { argument
998 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
1864 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
2143 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
2460 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
2810 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
3036 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
6790 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
6928 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.java255 int changes = finalIntent.fillIn(intent, key.flags);
256 if ((changes & Intent.FILL_IN_DATA) == 0) {
H A DActivityStack.java4517 final int changes = oldConfig.diff(newConfig) | taskChanges;
4518 if (changes == 0 && !r.forceNewConfig) {
4528 "Configuration changes for " + r + " ; taskChanges="
4530 + Configuration.configurationDiffToString(changes));
4542 // Figure out how to handle the changes between the configurations.
4545 + Integer.toHexString(changes) + ", handles=0x"
4549 if ((changes&(~r.info.getRealConfigChanged())) != 0 || r.forceNewConfig) {
4551 r.configChangeFlags |= changes;
4554 preserveWindow &= isResizeOnlyChange(changes);
4592 // changes i
4689 relaunchActivityLocked( ActivityRecord r, int changes, boolean andResume, boolean preserveWindow) argument
[all...]
H A DActivityManagerService.java1202 * This changes between TOP and TOP_SLEEPING to following mSleeping.
1294 * The last total number of process we have, to determine if changes actually look
1381 int changes; field in class:ActivityManagerService.ProcessChangeItem
1557 // VoiceInteraction session ID that changes for each new request except when
3067 /** Sets the task stack listener that gets callbacks when a task stack changes. */
4100 "*** Delivering " + N + " process changes");
4111 if ((item.changes&ProcessChangeItem.CHANGE_ACTIVITIES) != 0) {
4118 if ((item.changes&ProcessChangeItem.CHANGE_PROCESS_STATE) != 0) {
4170 "*** Delivering " + N + " uid changes");
9005 // Update the task description to reflect any changes i
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowAnimator.java897 void setPendingLayoutChanges(final int displayId, final int changes) { argument
903 displayContent.pendingLayoutChanges |= changes;
907 void setAppLayoutChanges(final AppWindowAnimator appAnimator, final int changes, String reason, argument
912 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.cpp861 sp<AMessage> changes = myMsg->changesFrom(oMsg, deep); local
862 if (changes->countEntries()) {
863 diff->setMessage(item.mName, deep ? changes : myMsg);
/frameworks/base/core/java/android/app/
H A DResourcesManager.java774 int changes = mResConfiguration.updateFrom(config);
782 changes |= ActivityInfo.CONFIG_SCREEN_LAYOUT
837 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
2245 * application to make sure it sees the new changes. Some system code that
2590 * mail in the inbox changes.
2604 * data set changes. It is possible for the data set to change without the
2704 * Broadcast Action: A sticky broadcast for changes in the physical
2714 * dock mode changes.
2963 * Broadcast sent to the system when a user's information changes. Carries an extra
8105 int changes
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewLayoutTest.java2647 final Map<Long, Boolean> changes = new HashMap<Long, Boolean>();
2653 if (changes.size() > 0) {
2660 if (!changes.containsKey(vh.getItemId())) {
2665 changes.get(vh.getItemId()).booleanValue(),
2689 changes.put(mRecyclerView.findViewHolderForLayoutPosition(i).getItemId(), false);
2692 changes.put(mRecyclerView.findViewHolderForLayoutPosition(i).getItemId(), true);
2699 changes.clear();
2702 changes.put(mRecyclerView.findViewHolderForLayoutPosition(i).getItemId(), false);
2705 changes.put(mRecyclerView.findViewHolderForLayoutPosition(changedItems[i]).getItemId(),
2714 changes
[all...]
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java440 * Callback used to listen for data connectivity changes.
1233 WorkSource[] changes = mClientSource.setReturningDiffs(source);
1234 if (changes == null) {
1237 WorkSource newWork = changes[0];
1238 WorkSource goneWork = changes[1];
2119 // (this configuration might change in the future based on SIM changes)
2127 // 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.java318 Vibrator mVibrator; // Vibrator for giving feedback of orientation changes
807 // Observe all users' changes
952 // changes to lag, so we'd like to keep it always on. (It will
2381 // changes the device volume
2385 // changes the device volume
4718 // These dialogs are stable to interim decor changes.
5044 int changes = 0;
5088 changes |= FINISH_LAYOUT_REDO_LAYOUT;
5099 changes |= FINISH_LAYOUT_REDO_LAYOUT;
5119 changes |
[all...]
/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.java1048 * generated each time the battery level changes.
3562 pw.print(" Connectivity changes: "); pw.println(connChanges);
5198 ArrayList<PackageChange> changes) {
5199 if (changes == null) {
5202 pw.print(prefix); pw.println("Package changes:");
5203 for (int i=0; i<changes.size(); i++) {
5204 PackageChange pc = changes.get(i);
5197 dumpDailyPackageChanges(PrintWriter pw, String prefix, ArrayList<PackageChange> changes) argument
/frameworks/base/core/java/android/provider/
H A DSettings.java200 * If the extra is not included, no changes will be made.
1166 * If the extra is not included, no changes will be made.
1943 * useful for monitoring changes with a ContentObserver.
2296 public static boolean hasInterestingConfigurationChanges(int changes) { argument
2297 return (changes & ActivityInfo.CONFIG_FONT_SCALE) != 0 ||
2298 (changes & ActivityInfo.CONFIG_LOCALE) != 0;
2778 * Determines which streams are affected by ringer mode changes. The
4291 * useful for monitoring changes with a ContentObserver.
4772 * to receive changes in this value.
8457 * Opaque value, changes whe
[all...]
/frameworks/av/media/libstagefright/
H A DACodec.cpp1956 // surfaces as they never had to respond to changes in the
5190 sp<const AMessage> changes = expectedFormat->changesFrom(mOutputFormat); local
5192 if (changes->countEntries() != 0 || to->countEntries() != 0) {
5195 changes->debugString(4).c_str(), to->debugString(4).c_str());

Completed in 1907 milliseconds

12