Searched refs:apply (Results 1 - 25 of 113) sorted by relevance

12345

/packages/apps/Gallery2/src/com/android/gallery3d/anim/
H A DCanvasAnimation.java24 public abstract void apply(GLCanvas canvas); method in class:CanvasAnimation
H A DAlphaAnimation.java34 public void apply(GLCanvas canvas) { method in class:AlphaAnimation
/packages/apps/Email/src/com/android/email/
H A DPreferences.java114 getPreferences(context).mSharedPreferences.edit().remove(ACCOUNT_UUIDS).apply();
118 mSharedPreferences.edit().putBoolean(ENABLE_DEBUG_LOGGING, value).apply();
126 mSharedPreferences.edit().putBoolean(ENABLE_EXCHANGE_LOGGING, value).apply();
134 mSharedPreferences.edit().putBoolean(ENABLE_EXCHANGE_FILE_LOGGING, value).apply();
142 mSharedPreferences.edit().putBoolean(INHIBIT_GRAPHICS_ACCELERATION, value).apply();
150 mSharedPreferences.edit().putBoolean(FORCE_ONE_MINUTE_REFRESH, value).apply();
158 mSharedPreferences.edit().putBoolean(ENABLE_STRICT_MODE, value).apply();
174 mSharedPreferences.edit().putString(DEVICE_UID, result).apply();
184 mSharedPreferences.edit().putInt(ONE_TIME_INITIALIZATION_PROGRESS, progress).apply();
192 mSharedPreferences.edit().putInt(AUTO_ADVANCE_DIRECTION, direction).apply();
[all...]
/packages/apps/Contacts/src/com/android/contacts/format/
H A DPrefixHighlighter.java43 view.setText(apply(text, prefix));
49 * @param text the text to which to apply the highlight
52 public CharSequence apply(CharSequence text, char[] prefix) { method in class:PrefixHighlighter
/packages/apps/Nfc/src/com/android/nfc/nxp/
H A DNativeNfcSecureElement.java48 mPrefsEditor.apply();
57 mPrefsEditor.apply();
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/filters/
H A DCrossProcessFilter.java32 getEffect(EffectFactory.EFFECT_CROSSPROCESS).apply(
H A DDocumentaryFilter.java32 getEffect(EffectFactory.EFFECT_DOCUMENTARY).apply(
H A DGrayscaleFilter.java32 getEffect(EffectFactory.EFFECT_GRAYSCALE).apply(
H A DLomoishFilter.java32 getEffect(EffectFactory.EFFECT_LOMOISH).apply(
H A DNegativeFilter.java32 getEffect(EffectFactory.EFFECT_NEGATIVE).apply(
H A DPosterizeFilter.java32 getEffect(EffectFactory.EFFECT_POSTERIZE).apply(
H A DSepiaFilter.java32 getEffect(EffectFactory.EFFECT_SEPIA).apply(
H A DAutoFixFilter.java35 effect.apply(src.texture(), src.width(), src.height(), dst.texture());
H A DColorTemperatureFilter.java36 effect.apply(src.texture(), src.width(), src.height(), dst.texture());
H A DFaceTanFilter.java34 effect.apply(src.texture(), src.width(), src.height(), dst.texture());
H A DFaceliftFilter.java34 effect.apply(src.texture(), src.width(), src.height(), dst.texture());
H A DFillLightFilter.java35 effect.apply(src.texture(), src.width(), src.height(), dst.texture());
H A DFisheyeFilter.java35 effect.apply(src.texture(), src.width(), src.height(), dst.texture());
H A DGrainFilter.java35 effect.apply(src.texture(), src.width(), src.height(), dst.texture());
H A DHighlightFilter.java36 effect.apply(src.texture(), src.width(), src.height(), dst.texture());
H A DSaturationFilter.java35 effect.apply(src.texture(), src.width(), src.height(), dst.texture());
H A DShadowFilter.java36 effect.apply(src.texture(), src.width(), src.height(), dst.texture());
H A DSharpenFilter.java35 effect.apply(src.texture(), src.width(), src.height(), dst.texture());
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DLocalBluetoothPreferences.java114 editor.apply();
120 editor.apply();
132 editor.apply();
149 editor.apply();
155 editor.apply();
/packages/apps/Contacts/src/com/android/contacts/socialwidget/
H A DSocialWidgetSettings.java58 editor.apply();
85 editor.apply();
112 editor.apply();
113 settings.edit().putBoolean(KEY_MIGRATED, true).apply();

Completed in 407 milliseconds

12345