Home
last modified time | relevance | path

Searched defs:apply (Results 1 – 25 of 60) sorted by relevance

123

/frameworks/base/core/java/com/android/internal/util/
DPredicates.java87 public boolean apply(T t) { in apply() method in Predicates.AndPredicate
104 public boolean apply(T t) { in apply() method in Predicates.OrPredicate
121 public boolean apply(T t) { in apply() method in Predicates.NotPredicate
DToBooleanFunction.java42 boolean apply(T value); in apply() method
DPredicate.java34 boolean apply(T t); in apply() method
/frameworks/support/compat/java/android/support/v4/content/
DSharedPreferencesCompat.java32 public void apply(@NonNull SharedPreferences.Editor editor) { in apply() method in SharedPreferencesCompat.EditorCompat.Helper
57 public void apply(@NonNull SharedPreferences.Editor editor) { in apply() method in SharedPreferencesCompat.EditorCompat
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationHeaderUtil.java280 public void apply(ExpandableNotificationRow row) { in apply() method in NotificationHeaderUtil.HeaderProcessor
284 public void apply(ExpandableNotificationRow row, boolean reset) { in apply() method in NotificationHeaderUtil.HeaderProcessor
295 private void applyToView(boolean apply, View parent) { in applyToView()
363 void apply(View view, boolean apply); in apply() method
369 public void apply(View view, boolean apply) { in apply() argument
DFlingAnimationUtils.java106 public void apply(Animator animator, float currValue, float endValue, float velocity) { in apply() method in FlingAnimationUtils
119 public void apply(ViewPropertyAnimator animator, float currValue, float endValue, in apply() method in FlingAnimationUtils
135 public void apply(Animator animator, float currValue, float endValue, float velocity, in apply() method in FlingAnimationUtils
154 public void apply(ViewPropertyAnimator animator, float currValue, float endValue, in apply() method in FlingAnimationUtils
/frameworks/base/core/java/android/view/
DGravity.java138 public static void apply(int gravity, int w, int h, Rect container, Rect outRect) { in apply() method in Gravity
159 public static void apply(int gravity, int w, int h, Rect container, in apply() method in Gravity
186 public static void apply(int gravity, int w, int h, Rect container, in apply() method in Gravity
296 public static void apply(int gravity, int w, int h, Rect container, in apply() method in Gravity
/frameworks/base/core/java/com/google/android/util/
DProcedure.java27 void apply(T t); in apply() method
/frameworks/support/compat/java/android/support/v4/view/
DGravityCompat.java62 public static void apply(int gravity, int w, int h, Rect container, in apply() method in GravityCompat
96 public static void apply(int gravity, int w, int h, Rect container, in apply() method in GravityCompat
/frameworks/ex/common/java/com/android/common/
DSharedPreferencesCompat.java39 public static void apply(SharedPreferences.Editor editor) { in apply() method in SharedPreferencesCompat
/frameworks/base/core/java/android/view/textclassifier/
DLinksInfo.java41 boolean apply(@NonNull CharSequence text); in apply() method
/frameworks/support/wear/tests/src/android/support/wear/widget/util/
DWakeLockRule.java37 public Statement apply(final Statement statement, Description description) { in apply() method in WakeLockRule
/frameworks/base/test-runner/src/android/test/suitebuilder/annotation/
DHasAnnotation.java41 public boolean apply(TestMethod testMethod) { in apply() method in HasAnnotation
DHasClassAnnotation.java38 public boolean apply(TestMethod testMethod) { in apply() method in HasClassAnnotation
DHasMethodAnnotation.java38 public boolean apply(TestMethod testMethod) { in apply() method in HasMethodAnnotation
/frameworks/base/test-runner/src/android/test/suitebuilder/
DAssignableFrom.java29 public boolean apply(TestMethod testMethod) { in apply() method in AssignableFrom
DTestGrouping.java215 public boolean apply(Class aClass) { in apply() method in TestGrouping.TestCasePredicate
249 public boolean apply(Method method) { in apply() method in TestGrouping.TestMethodPredicate
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
DPerfStatusReporter.java59 public Statement apply(Statement base, Description description) { in apply() method in PerfStatusReporter
/frameworks/base/core/java/android/widget/
DRemoteViews.java288 public abstract void apply(View root, ViewGroup rootParent, in apply() method in RemoteViews.Action
463 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { in apply() method in RemoteViews.SetEmptyView
498 public void apply(View root, ViewGroup rootParent, final OnClickHandler handler) { in apply() method in RemoteViews.SetOnClickFillInIntent
580 public void apply(View root, ViewGroup rootParent, final OnClickHandler handler) { in apply() method in RemoteViews.SetPendingIntentTemplate
676 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { in apply() method in RemoteViews.SetRemoteViewsAdapterList
739 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { in apply() method in RemoteViews.SetRemoteViewsAdapterIntent
821 public void apply(View root, ViewGroup rootParent, final OnClickHandler handler) { in apply() method in RemoteViews.SetOnClickPendingIntent
1015 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { in apply() method in RemoteViews.SetDrawableParameters
1077 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { in apply() method in RemoteViews.ReflectionActionWithoutParams
1202 public void apply(View root, ViewGroup rootParent, in apply() method in RemoteViews.BitmapReflectionAction
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/leak/
DReferenceTestUtils.java63 boolean apply(); in apply() method
/frameworks/base/media/mca/effect/java/android/media/effect/
DEffect.java74 public abstract void apply(int inputTexId, int width, int height, int outputTexId); in apply() method in Effect
DSizeChangeEffect.java41 public void apply(int inputTexId, int width, int height, int outputTexId) { in apply() method in SizeChangeEffect
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/recyclerview/test/
DSameActivityTestRule.java38 public Statement apply(final Statement base, Description description) { in apply() method in SameActivityTestRule
/frameworks/base/media/mca/effect/java/android/media/effect/effects/
DIdentityEffect.java34 public void apply(int inputTexId, int width, int height, int outputTexId) { in apply() method in IdentityEffect
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollState.java101 public void apply() { in apply() method in StackScrollState

123