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

/frameworks/base/core/java/android/view/
H A DWindowManager.java464 * changes the system volume.
773 * This flag changes the behavior of touch focus for this window only.
1448 int changes = 0;
1452 changes |= LAYOUT_CHANGED;
1456 changes |= LAYOUT_CHANGED;
1460 changes |= LAYOUT_CHANGED;
1464 changes |= LAYOUT_CHANGED;
1468 changes |= LAYOUT_CHANGED;
1472 changes |= LAYOUT_CHANGED;
1476 changes |
[all...]
/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCache.java327 StringBuilder changes = new StringBuilder();
342 changes.append(" New service added: ").append(info).append("\n");
352 changes.append(" Existing service (nop): ").append(info).append("\n");
359 changes.append(" System service replacing existing: ").append(info)
362 changes.append(" Existing service replacing a removed service: ")
373 changes.append(" Existing service with new uid ignored: ").append(info)
387 changes.append(" Service removed: ").append(v1).append("\n");
394 if (changes.length() > 0) {
396 serviceInfos.size() + " services:\n" + changes);
/frameworks/base/services/java/com/android/server/
H A DAttributeCache.java88 int changes = mConfiguration.updateFrom(config);
89 if ((changes & ~(ActivityInfo.CONFIG_FONT_SCALE |
/frameworks/base/services/input/
H A DInputReader.h120 // Describes changes that have occurred.
332 * The changes flag is a bitfield that indicates what has changed and whether
334 virtual void requestRefreshConfiguration(uint32_t changes) = 0;
404 virtual void requestRefreshConfiguration(uint32_t changes);
483 void refreshConfigurationLocked(uint32_t changes);
528 void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
902 * - configure with 0 changes
904 * - process, process, process (may occasionally reconfigure with non-zero changes or reset)
924 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
1010 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
[all...]
H A DInputReader.cpp257 uint32_t changes = mConfigurationChangesToRefresh; local
258 if (changes) {
261 refreshConfigurationLocked(changes);
493 void InputReader::refreshConfigurationLocked(uint32_t changes) { argument
497 if (changes) {
498 ALOGI("Reconfiguring input devices. changes=0x%08x", changes);
501 if (changes & InputReaderConfiguration::CHANGE_MUST_REOPEN) {
506 device->configure(now, &mConfig, changes);
662 void InputReader::requestRefreshConfiguration(uint32_t changes) { argument
901 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
1741 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
1998 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
2286 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
2704 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
6085 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DWindowAnimator.java52 // Layout changes for individual Displays. Indexed by displayId.
917 void setPendingLayoutChanges(final int displayId, final int changes) { argument
918 mPendingLayoutChanges.put(displayId, mPendingLayoutChanges.get(displayId) | changes);
921 void setAppLayoutChanges(final AppWindowAnimator appAnimator, final int changes, String s) { argument
922 // Used to track which displays layout changes have been done.
928 setPendingLayoutChanges(displayId, changes);
933 displays.put(displayId, changes);
H A DWindowManagerService.java486 // changes the orientation.
829 // Track changes to DevicePolicyManager state so we can enable/disable keyguard.
5948 * Freeze rotation changes. (Enable "rotation lock".)
5971 * Thaw rotation changes. (Disable "rotation lock".)
5989 * Called by the window manager policy whenever the state of the system changes
5998 * Temporarily pauses rotation changes until resumed.
6000 * This can be used to prevent rotation changes from occurring while the user is
6010 * Resumes normal rotation changes after being paused.
6076 // TODO: Implement forced rotation changes.
7762 // Used to send multiple changes fro
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DPendingIntentRecord.java210 int changes = finalIntent.fillIn(intent, key.flags);
211 if ((changes&Intent.FILL_IN_DATA) == 0) {
H A DActivityStack.java4603 final int changes = oldConfig.diff(newConfig);
4604 if (changes == 0 && !r.forceNewConfig) {
4620 // Figure out how to handle the changes between the configurations.
4623 + Integer.toHexString(changes) + ", handles=0x"
4627 if ((changes&(~r.info.getRealConfigChanged())) != 0 || r.forceNewConfig) {
4629 r.configChangeFlags |= changes;
4667 // configuration, since we always send configuration changes to all
4684 int changes, boolean andResume) {
4706 changes, !andResume, new Configuration(mService.mConfiguration));
4683 relaunchActivityLocked(ActivityRecord r, int changes, boolean andResume) argument
H A DActivityManagerService.java784 int changes; field in class:ActivityManagerService.ProcessChangeItem
2396 if (DEBUG_PROCESS_OBSERVERS) Slog.i(TAG, "*** Delivering " + N + " process changes");
2406 if ((item.changes&ProcessChangeItem.CHANGE_ACTIVITIES) != 0) {
2413 if ((item.changes&ProcessChangeItem.CHANGE_IMPORTANCE) != 0) {
12304 int changes = 0;
12310 changes = newConfig.updateFrom(values);
12311 if (changes != 0) {
12316 EventLog.writeEvent(EventLogTags.CONFIGURATION_CHANGED, changes);
12330 Slog.i(TAG, "Config changes=" + Integer.toHexString(changes)
[all...]
/frameworks/base/core/java/android/content/
H A DIntent.java423 * and allows the user to edit it. If they keep their changes, the URI
1762 * application to make sure it sees the new changes. Some system code that
2101 * mail in the inbox changes.
2115 * data set changes. It is possible for the data set to change without the
2281 * Broadcast Action: A sticky broadcast for changes in the physical
2291 * dock mode changes.
2453 * Broadcast sent to the system when a user's information changes. Carries an extra
6119 int changes = 0;
6123 changes |= FILL_IN_ACTION;
6130 changes |
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java239 Vibrator mVibrator; // Vibrator for giving feedback of orientation changes
522 // Observe all users' changes
609 // changes to lag, so we'd like to keep it always on. (It will
1384 // changes the device volume
1388 // changes the device volume
2249 * spamming system UI changes that prevent the navigation bar from being shown.
3016 int changes = 0;
3037 if (mStatusBar.showLw(true)) changes |= FINISH_LAYOUT_REDO_LAYOUT;
3054 changes |= FINISH_LAYOUT_REDO_LAYOUT;
3074 if (mStatusBar.showLw(true)) changes |
[all...]
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp654 uint32_t changes = 0; local
660 changes |= InputReaderConfiguration::CHANGE_POINTER_GESTURE_ENABLEMENT;
664 if (changes) {
665 mInputManager->getReader()->requestRefreshConfiguration(changes);
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs213 when playing audio, and respond appropriately to changes in audio focus."
403 "How to create a network connection, monitor the connection for changes
/frameworks/base/core/java/android/provider/
H A DSettings.java1040 * useful for monitoring changes with a ContentObserver.
1368 public static boolean hasInterestingConfigurationChanges(int changes) { argument
1369 return (changes&ActivityInfo.CONFIG_FONT_SCALE) != 0;
1724 * Determines which streams are affected by ringer mode changes. The
2799 * useful for monitoring changes with a ContentObserver.
5426 * useful for monitoring changes with a ContentObserver.
5681 * the folder changes with the locale (via {@link #getLabelForFolder}) but
/frameworks/base/core/java/android/app/
H A DActivityThread.java544 // Formatting for checkin service - update version if row format changes
3087 * the activity's UI visibillity changes.
3788 // If this activity doesn't handle any of the config changes
3830 int changes = mResConfiguration.updateFrom(config);
3838 changes |= ActivityInfo.CONFIG_SCREEN_LAYOUT
3891 return changes != 0;
4198 * reflect configuration changes. The configuration object passed
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp857 const InputReaderConfiguration* config, uint32_t changes) {
1779 // Special case: if orientation changes while key is down, we still emit the same keycode
856 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument

Completed in 398 milliseconds