Searched defs:changes (Results 1 - 15 of 15) sorted by relevance

/frameworks/native/services/vr/virtual_touchpad/
H A DVirtualTouchpadEvdev.cpp146 const int changes = touchpad.last_motion_event_buttons ^ buttons; local
147 if (!changes) {
153 ALOGV("change %X from %X to %X", changes, touchpad.last_motion_event_buttons,
160 if (changes & AMOTION_EVENT_BUTTON_BACK) {
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowAnimator.java344 void setPendingLayoutChanges(final int displayId, final int changes) { argument
350 displayContent.pendingLayoutChanges |= changes;
H A DAppWindowToken.java396 // Allow for state changes and animation to be applied if:
1098 void setAppLayoutChanges(int changes, String reason) { argument
1101 dc.pendingLayoutChanges |= changes;
/frameworks/base/cmds/statsd/src/guardrail/
H A DStatsdStats.h76 int32_t changes; member in struct:android::os::statsd::UidMapStats
261 * Updates the number of changes currently stored in the uid map.
263 void setUidMapChanges(int changes);
354 // Stores the number of times statsd registers the periodic alarm changes
H A DStatsdStats.cpp253 void StatsdStats::setUidMapChanges(int changes) { argument
255 mUidMapStats.changes = changes;
514 fprintf(out, "UID map stats: bytes=%d, changes=%d, deleted=%d, changes lost=%d\n",
515 mUidMapStats.bytes_used, mUidMapStats.changes, mUidMapStats.deleted_apps,
674 proto.write(FIELD_TYPE_INT32 | FIELD_ID_UID_MAP_CHANGES, mUidMapStats.changes);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityEvent.java45 * The main purpose of an accessibility event is to communicate changes in the UI to an
198 * {@link android.view.View#setAccessibilityPaneTitle(CharSequence)}. Not that changes
204 * <li>{@link #getContentChangeTypes()} - The type of state changes.</li>
222 * <li>{@link #getContentChangeTypes()} - The type of content changes.</li>
557 * One or more content changes occurred in the the subtree rooted at the source node,
903 * Sets the bit mask of node tree changes signaled by an
927 public void setWindowChanges(@WindowsChangeTypes int changes) { argument
928 mWindowChangeTypes = changes;
1063 * @param windowChangeTypes The changes to populate
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp773 uint32_t changes = 0; local
779 changes |= InputReaderConfiguration::CHANGE_POINTER_GESTURE_ENABLEMENT;
783 if (changes) {
784 mInputManager->getReader()->requestRefreshConfiguration(changes);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java696 // Picture-in-picture mode changes also trigger a multi-window mode change as well, so
2487 * @param globalChanges The changes to the global configuration.
2555 // Find changes between last reported merged configuration and the current one. This is used
2557 final int changes = getConfigurationChanges(mTmpConfig);
2573 if (changes == 0 && !forceNewConfig) {
2587 "Configuration changes for " + this + ", allChanges="
2588 + Configuration.configurationDiffToString(changes));
2600 // Figure out how to handle the changes between the configurations.
2603 + Integer.toHexString(changes) + ", handles=0x"
2607 if (shouldRelaunchLocked(changes, mTmpConfi
2670 shouldRelaunchLocked(int changes, Configuration changesConfig) argument
2691 onlyVrUiModeChanged(int changes, Configuration lastReportedConfig) argument
[all...]
H A DActivityManagerService.java1433 // Configuration changes that were updated.
1434 int changes; field in class:ActivityManagerService.UpdateConfigurationResult
1439 changes = 0;
1523 * This changes between TOP and TOP_SLEEPING to following mSleeping.
1605 * The last total number of process we have, to determine if changes actually look
1733 int changes; field in class:ActivityManagerService.ProcessChangeItem
1976 // VoiceInteraction session ID that changes for each new request except when
3630 /** Sets the task stack listener that gets callbacks when a task stack changes. */
3674 // stack implementation changes in the future, keep in mind that the use of the fullscreen
4844 "*** Delivering " + N + " process changes");
22791 ensureConfigAndVisibilityAfterUpdate(ActivityRecord starting, int changes) argument
[all...]
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1127 void configureDevice(uint32_t changes, InputDevice* device) { argument
1128 device->configure(ARBITRARY_TIME, mFakePolicy->getReaderConfiguration(), changes);
1588 void configureDevice(uint32_t changes) { argument
1589 mDevice->configure(ARBITRARY_TIME, mFakePolicy->getReaderConfiguration(), changes);
1976 // Special case: if orientation changes while key is down, we still emit the same keycode
/frameworks/av/media/libstagefright/
H A DACodec.cpp1956 // surfaces as they never had to respond to changes in the
5373 sp<const AMessage> changes = expectedFormat->changesFrom(mOutputFormat); local
5375 if (changes->countEntries() != 0 || to->countEntries() != 0) {
5378 changes->debugString(4).c_str(), to->debugString(4).c_str());
/frameworks/native/services/inputflinger/
H A DInputReader.cpp368 uint32_t changes = mConfigurationChangesToRefresh; local
369 if (changes) {
372 refreshConfigurationLocked(changes);
628 void InputReader::refreshConfigurationLocked(uint32_t changes) { argument
632 if (changes) {
633 ALOGI("Reconfiguring input devices. changes=0x%08x", changes);
636 if (changes & InputReaderConfiguration::CHANGE_MUST_REOPEN) {
641 device->configure(now, &mConfig, changes);
833 void InputReader::requestRefreshConfiguration(uint32_t changes) { argument
1118 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
1994 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
2272 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
2632 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
3015 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
3269 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
7039 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
7177 configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) argument
[all...]
/frameworks/base/core/java/android/os/
H A DBatteryStats.java65 /** Fetching RPM stats is too slow to do each time screen changes, so disable it. */
1403 * generated each time the battery level changes.
4600 pw.print(" Connectivity changes: "); pw.println(connChanges);
6770 ArrayList<PackageChange> changes) {
6771 if (changes == null) {
6774 pw.print(prefix); pw.println("Package changes:");
6775 for (int i=0; i<changes.size(); i++) {
6776 PackageChange pc = changes.get(i);
6769 dumpDailyPackageChanges(PrintWriter pw, String prefix, ArrayList<PackageChange> changes) argument
/frameworks/base/core/java/android/provider/
H A DSettings.java270 * If the extra is not included, no changes will be made.
1358 * If the extra is not included, no changes will be made.
2422 * useful for monitoring changes with a ContentObserver.
2775 public static boolean hasInterestingConfigurationChanges(int changes) { argument
2776 return (changes & ActivityInfo.CONFIG_FONT_SCALE) != 0 ||
2777 (changes & ActivityInfo.CONFIG_LOCALE) != 0;
3252 * Determines which streams are affected by ringer and zen mode changes. The
4943 * the current tag. Also if another package changes the setting
4949 * another app changes setting A (potentially to the same value), it
4951 * the setting is not yours). Now if you reset your changes fo
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 584 milliseconds