Searched refs:change (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DConfiguration.java957 * object and the given one. Does not change the values of either. Any
1577 * Generate a delta Configuration between <code>base</code> and <code>change</code>. The
1586 public static Configuration generateDelta(Configuration base, Configuration change) { argument
1588 if (base.fontScale != change.fontScale) {
1589 delta.fontScale = change.fontScale;
1592 if (base.mcc != change.mcc) {
1593 delta.mcc = change.mcc;
1596 if (base.mnc != change.mnc) {
1597 delta.mnc = change.mnc;
1600 if ((base.locale == null && change
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DBarController.java138 final boolean change = show ? mWin.showLw(true) : mWin.hideLw(true);
139 final int state = computeStateLw(wasVis, wasAnim, mWin, change);
141 return change || stateChanged;
144 private int computeStateLw(boolean wasVis, boolean wasAnim, WindowState win, boolean change) { argument
148 if (mState == StatusBarManager.WINDOW_STATE_HIDING && !change && !vis) {
152 } else if (change) {
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java501 // Notify the voice interaction service of a change in sound models.
539 // Notify the voice interaction service of a change in sound models.
715 int change = isPackageDisappearing(curInteractor.getPackageName());
716 if (change == PACKAGE_PERMANENT_CHANGE) {
725 change = isPackageAppearing(curInteractor.getPackageName());
726 if (change != PACKAGE_UNCHANGED) {
738 int change = isPackageDisappearing(curRecognizer.getPackageName());
739 if (change == PACKAGE_PERMANENT_CHANGE
740 || change == PACKAGE_TEMPORARY_CHANGE) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java170 void change() { method in class:GcSnapshot.Layer
172 mBitmap.change();
641 layer.change();
655 layer.change();
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java219 int change = look - (where + after);
220 before += change;
221 after += change;
H A DSpannableStringBuilder.java280 private void change(int start, int end, CharSequence cs, int csStart, int csEnd) { method in class:SpannableStringBuilder
496 change(start, end, tb, tbstart, tbend);
556 // No change if span start was already at replace interval boundaries before replace
575 // No change if span start was already at replace interval boundaries before replace
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A DFilt_6k_7k_opt.s52 MOV r3, r8 @ change myMemCopy to Copy, due to Copy will change r3 content
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A DFilt_6k_7k_neon.s56 MOV r3, r8 @ change myMemCopy to Copy, due to Copy will change r3 content
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java429 int change = isPackageDisappearing(wallpaper.wallpaperComponent
431 if (change == PACKAGE_PERMANENT_CHANGE
432 || change == PACKAGE_TEMPORARY_CHANGE) {
442 int change = isPackageDisappearing(wallpaper.nextWallpaperComponent
444 if (change == PACKAGE_PERMANENT_CHANGE
445 || change == PACKAGE_TEMPORARY_CHANGE) {
713 if (mCurrentUserId != userId) return; // Don't change the properties now
762 if (mCurrentUserId != userId) return; // Don't change the properties now
1372 // mWallpaperObserver will notice the close and send the change broadcast
/frameworks/base/services/core/java/com/android/server/
H A DTextServicesManagerService.java183 final int change = isPackageDisappearing(packageName);
185 change == PACKAGE_PERMANENT_CHANGE || change == PACKAGE_TEMPORARY_CHANGE
H A DInputMethodManagerService.java441 // Inform the current client of the change in active status
533 int change = isPackageDisappearing(imi.getPackageName());
537 if (change == PACKAGE_TEMPORARY_CHANGE
538 || change == PACKAGE_PERMANENT_CHANGE) {
552 int change = isPackageDisappearing(curIm.getPackageName());
553 if (change == PACKAGE_TEMPORARY_CHANGE
554 || change == PACKAGE_PERMANENT_CHANGE) {
1177 // be calling through here after that change happens.
1771 // See if we need to notify a subtype change within the same IME.
2004 // be calling through here after that change happen
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DDefaultItemAnimator.java134 // Next, change stuff, to run in parallel with move animations
143 for (ChangeInfo change : changes) {
144 animateChangeImpl(change);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java250 public void change() { method in class:Bitmap_Delegate
/frameworks/base/media/java/android/media/
H A DAudioService.java108 * will update the state and broadcast a change and in a separate thread later
135 /** How long to delay before persisting a change in volume/ringer mode. */
442 // Deactivation request for all SCO connections (initiated by audio mode change)
1116 // to persist). Do not change volume if stream is muted.
1777 // Send the volume update regardless whether there was a change.
1910 final boolean change;
1912 change = mRingerMode != ringerMode;
1958 if (change) {
2012 // Broadcast change
3094 * Checks if the adjustment should change ringe
[all...]

Completed in 537 milliseconds