Searched refs:apply (Results 51 - 75 of 101) sorted by relevance

12345

/frameworks/base/core/java/android/preference/
H A DPreferenceManager.java490 editor.apply();
494 // an apply method.
535 mEditor.apply();
539 // an apply method.
/frameworks/base/core/java/com/android/server/
H A DBootReceiver.java207 prefs.edit().putLong(filename, fileTime).apply();
233 prefs.edit().putLong(tag, fileTime).apply();
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp148 bool success = layerUpdater->apply();
330 layer->apply();
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DOpReorderTest.java301 apply(items, mUpdateOps);
309 apply(clones, rewritten);
360 private void apply(List<Item> items, List<UpdateOp> updateOps) { method in class:OpReorderTest
/frameworks/multidex/library/src/android/support/multidex/
H A DMultiDexExtractor.java236 /* SharedPreferences.Editor doc says that apply() and commit() "atomically performs the
241 apply(edit);
379 sApplyMethod = cls.getMethod("apply");
385 private static void apply(SharedPreferences.Editor editor) { method in class:MultiDexExtractor
/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java305 addView(view.apply(getContext(), this, handler));
307 Log.e(TAG, "Failed to apply RemoteViews.");
476 View loadingView = mUserLoadingView.apply(parent.getContext(), parent,
492 View firstView = mFirstView.apply(parent.getContext(), parent, handler);
1190 View newView = rv.apply(context, parent, mRemoteViewsOnClickHandler);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuItemView.java288 Gravity.apply(Gravity.CENTER_VERTICAL | Gravity.START, mIcon.getIntrinsicWidth(), mIcon
/frameworks/base/media/java/android/media/
H A DMediaMetadataEditor.java78 public abstract void apply(); method in class:MediaMetadataEditor
186 * Note that none of the information added after {@link #apply()} has been called,
220 * Note that none of the information added after {@link #apply()} has been called
273 * Note that none of the information added after {@link #apply()} has been called
H A DRemoteControlClient.java420 * has been set, use {@link #apply()} to make it the new metadata that should be displayed
450 * Note that none of the information added after {@link #apply()} has been called,
486 * Note that none of the information added after {@link #apply()} has been called,
570 public synchronized void apply() { method in class:RemoteControlClient.MetadataEditor
572 Log.e(TAG, "Can't apply a previously applied MetadataEditor");
930 * This is re-initialized in apply() and so cannot be final.
971 * Cache for metadata using Session APIs. This is re-initialized in apply().
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackScrollState.java86 public void apply() { method in class:StackScrollState
110 // apply layer type
121 // apply alpha
125 // apply visibility
132 // apply yTranslation
137 // apply zTranslation
142 // apply scale
148 // apply height
153 // apply dimming
156 // apply dar
[all...]
/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestSuiteBuilder.java251 if (!predicate.apply(test)) {
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DTestSuiteBuilderTest.java161 public boolean apply(TestMethod testMethod) {
/frameworks/ex/common/java/com/android/common/content/
H A DSQLiteContentProvider.java231 results[i] = operation.apply(this, results, i);
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneResultAdapter.java234 prefs.edit().putString(KEY_RECENT_TIMEZONES, recentsString).apply();
/frameworks/support/v4/ics/android/support/v4/media/session/
H A DMediaSessionCompatApi14.java74 editor.apply();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivity.java331 // If none of the other cases apply, then just go Home
573 settings.edit().remove(Constants.Values.App.Key_DebugModeEnabled).apply();
581 settings.edit().putBoolean(Constants.Values.App.Key_DebugModeEnabled, true).apply();
H A DRecentsConfiguration.java300 appWidgetId).apply();
/frameworks/base/graphics/java/android/graphics/drawable/
H A DClipDrawable.java295 Gravity.apply(mState.mGravity, w, h, bounds, r, layoutDirection);
H A DScaleDrawable.java306 Gravity.apply(mState.mGravity, w, h, bounds, r, layoutDirection);
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromiumFactoryProvider.java153 mWebViewPrefs.edit().putInt(VERSION_CODE_PREF, currentVersion).apply();
/frameworks/base/core/java/android/app/
H A DAlertDialog.java974 P.apply(dialog.mAlert);
H A DSharedPreferencesImpl.java277 // context.getSharedPreferences(..).edit().putString(..).apply()
358 public void apply() { method in class:SharedPreferencesImpl.EditorImpl
499 * from apply() and this is the runnable to run after
505 * them where possible to apply() ...)
/frameworks/base/core/java/android/content/
H A DContentProviderOperation.java233 public ContentProviderResult apply(ContentProvider provider, ContentProviderResult[] backRefs, method in class:ContentProviderOperation
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java310 mFlingAnimationUtils.apply(animator, mTranslation, target, vel);
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DDisplayModifier.java489 public static void apply(Paint paint, Canvas canvas) { method in class:DisplayModifier

Completed in 534 milliseconds

12345