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

/frameworks/base/services/java/com/android/server/
H A DRecognitionManagerService.java64 int change = isPackageDisappearing(comp.getPackageName());
65 if (change == PACKAGE_PERMANENT_CHANGE
66 || change == PACKAGE_TEMPORARY_CHANGE) {
H A DWallpaperManagerService.java383 int change = isPackageDisappearing(wallpaper.wallpaperComponent
385 if (change == PACKAGE_PERMANENT_CHANGE
386 || change == PACKAGE_TEMPORARY_CHANGE) {
396 int change = isPackageDisappearing(wallpaper.nextWallpaperComponent
398 if (change == PACKAGE_PERMANENT_CHANGE
399 || change == PACKAGE_TEMPORARY_CHANGE) {
646 if (mCurrentUserId != userId) return; // Don't change the properties now
1234 // mWallpaperObserver will notice the close and send the change broadcast
H A DTextServicesManagerService.java159 final int change = isPackageDisappearing(packageName);
161 change == PACKAGE_PERMANENT_CHANGE || change == PACKAGE_TEMPORARY_CHANGE
H A DInputMethodManagerService.java419 // Inform the current client of the change in active status
507 int change = isPackageDisappearing(imi.getPackageName());
511 if (change == PACKAGE_TEMPORARY_CHANGE
512 || change == PACKAGE_PERMANENT_CHANGE) {
526 int change = isPackageDisappearing(curIm.getPackageName());
527 if (change == PACKAGE_TEMPORARY_CHANGE
528 || change == PACKAGE_PERMANENT_CHANGE) {
1103 // be calling through here after that change happens.
1651 // See if we need to notify a subtype change within the same IME.
1883 // be calling through here after that change happen
[all...]
/frameworks/rs/cpp/
H A DAndroid.mk8 # be able to see the RS version number change during development.
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java218 int change = look - (where + after);
219 before += change;
220 after += change;
H A DSpannableStringBuilder.java261 private void change(int start, int end, CharSequence cs, int csStart, int csEnd) { method in class:SpannableStringBuilder
477 change(start, end, tb, tbstart, tbend);
537 // No change if span start was already at replace interval boundaries before replace
556 // No change if span start was already at replace interval boundaries before replace
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java169 void change() { method in class:GcSnapshot.Layer
171 mBitmap.change();
614 layer.change();
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A DFilt_6k_7k_opt.s51 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.s55 MOV r3, r8 @ change myMemCopy to Copy, due to Copy will change r3 content
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java198 public void change() { method in class:Bitmap_Delegate

Completed in 7510 milliseconds