HomeSort by relevance Sort by last modified time
    Searched defs:apply (Results 201 - 225 of 2090) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterVibrance.java 46 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) { method in class:ImageFilterVibrance
ImageFilterWBalance.java 53 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) { method in class:ImageFilterWBalance
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
RemoteFadeOutAnimationListener.java 51 t.apply();
  /packages/apps/Music/src/com/android/music/
SharedPreferencesCompat.java 25 * Reflection utils to call SharedPreferences$Editor.apply when possible,
26 * falling back to commit when apply isn't available.
34 return cls.getMethod("apply");
41 public static void apply(SharedPreferences.Editor editor) { method in class:SharedPreferencesCompat
  /packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
PresetSettingsListener.java 65 prefs.apply();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
CommonPreferences.java 32 editor.apply();
38 editor.apply();
  /platform_testing/libraries/device-collectors/src/main/java/android/device/loggers/
TestLogData.java 56 public Statement apply(Statement base, Description description) { method in class:TestLogData
58 return super.apply(base, description);
  /platform_testing/libraries/longevity/src/android/longevity/core/scheduler/
Shuffle.java 34 public List<Runner> apply(Map<String, String> args, List<Runner> input) { method in class:Shuffle
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
rewrite.go 69 val = apply(rewriteVal, val)
79 r := apply(rewriteVal, reflect.ValueOf(p)).Interface().(*ast.File)
115 // apply replaces each AST field x in val with f(x), returning val.
117 func apply(f func(reflect.Value) reflect.Value, val reflect.Value) reflect.Value { func
  /prebuilts/go/linux-x86/src/cmd/gofmt/
rewrite.go 69 val = apply(rewriteVal, val)
79 r := apply(rewriteVal, reflect.ValueOf(p)).Interface().(*ast.File)
115 // apply replaces each AST field x in val with f(x), returning val.
117 func apply(f func(reflect.Value) reflect.Value, val reflect.Value) reflect.Value { func
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
IStateTransform.java 26 /** Apply this transformation on the given state. */
27 void apply(IGLProperty currentState); method in interface:IStateTransform
ListElementAddTransform.java 36 public void apply(IGLProperty currentState) { method in class:ListElementAddTransform
Predicates.java 28 public boolean apply(Object value) { method in class:Predicates.IntegerPropertyEqualsPredicate
SparseArrayElementRemoveTransform.java 33 public void apply(IGLProperty currentState) { method in class:SparseArrayElementRemoveTransform
41 mAddTransform.apply(currentState);
  /packages/apps/DeskClock/src/com/android/deskclock/data/
StopwatchDAO.java 92 editor.apply();
135 .apply(); method
150 editor.apply();
  /packages/apps/Dialer/java/com/android/dialer/common/
PerAccountSharedPreferences.java 60 public void apply() { method in class:PerAccountSharedPreferences.Editor
61 editor.apply();
  /packages/apps/Dialer/java/com/android/voicemail/impl/
VoicemailStatus.java 88 * Apply the changes to the {@link VoicemailStatus} {@link #Editor}.
92 public boolean apply() { method in class:VoicemailStatus.Editor
105 VvmLog.e(TAG, "apply :: failed to insert content resolver ", iae);
120 * deferred. This object will be passed around as a usual {@link Editor}, but {@link #apply()}
131 public boolean apply() { method in class:VoicemailStatus.DeferredEditor
137 super.apply();
154 .apply();
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsStore.java 151 action.apply((BubbleTextView) child);
162 void apply(BubbleTextView icon); method in interface:AllAppsStore.IconAction
  /packages/services/Telephony/src/com/android/phone/vvm/
VisualVoicemailPreferences.java 54 public void apply() { method in class:VisualVoicemailPreferences.Editor
55 mEditor.apply();
VisualVoicemailSmsFilterConfig.java 55 .apply();
62 .apply();
142 public void apply() { method in class:VisualVoicemailSmsFilterConfig.Editor
143 mPrefsEditor.apply();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
APSIntType.h 38 void apply(llvm::APSInt &Value) const { function in class:clang::ento::APSIntType
48 /// \see apply
51 apply(Result);
  /external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/java8/
FunctionWithDefaultMethod.java 24 T apply(T input); method in interface:FunctionWithDefaultMethod
31 return apply(apply(input));
45 public Integer apply(Integer input) { method in class:FunctionWithDefaultMethod.DoubleInts
  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
Condition.java 17 Condition<O> apply(I value, Description mismatch); method in interface:Condition.Step
58 return next.apply(theValue, mismatch);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
ConstantMultiFieldModifier.java 32 public int apply(NumberStringBuilder output, int leftIndex, int rightIndex) { method in class:ConstantMultiFieldModifier
58 apply(temp, 0, 0); method
  /external/icu/icu4c/source/i18n/
number_scientific.cpp 38 int32_t ScientificModifier::apply(NumberStringBuilder &output, int32_t /*leftIndex*/, int32_t rightIndex, function in class:ScientificModifier
106 micros.rounding.apply(quantity, fSettings.fEngineeringInterval, status);
109 micros.rounding.apply(quantity, status);

Completed in 590 milliseconds

1 2 3 4 5 6 7 891011>>