Home
last modified time | relevance | path

Searched refs:evaluate (Results 1 – 25 of 53) sorted by relevance

123

/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DPortraitLandscapeRunner.java29 public void evaluate() throws Throwable { in apply()
59 base.evaluate(); in apply()
66 base.evaluate(); in apply()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DNavigationModeSwitchRule.java91 public void evaluate() throws Throwable { in apply() method in NavigationModeSwitchRule
126 base.evaluate(); in apply()
133 base.evaluate(); in apply()
140 base.evaluate(); in apply()
DFallbackRecentsTest.java94 public void evaluate() throws Throwable { in FallbackRecentsTest()
99 base.evaluate(); in FallbackRecentsTest()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
DSpeedClassifier.java36 return SpeedEvaluator.evaluate(0.0f); in getFalseTouchEvaluation()
38 return SpeedEvaluator.evaluate(stroke.getTotalLength() / duration); in getFalseTouchEvaluation()
DSpeedAnglesClassifier.java73 return SpeedVarianceEvaluator.evaluate(data.getAnglesVariance()) in getFalseTouchEvaluation()
74 + SpeedAnglesPercentageEvaluator.evaluate(data.getAnglesPercentage()); in getFalseTouchEvaluation()
DAnglesClassifier.java82 return AnglesVarianceEvaluator.evaluate(data.getAnglesVariance()) in getFalseTouchEvaluation()
83 + AnglesPercentageEvaluator.evaluate(data.getAnglesPercentage()); in getFalseTouchEvaluation()
DPointerCountEvaluator.java20 public static float evaluate(int value) { in evaluate() method in PointerCountEvaluator
DProximityEvaluator.java20 public static float evaluate(float value) { in evaluate() method in ProximityEvaluator
DDirectionEvaluator.java20 public static float evaluate(float xDiff, float yDiff) { in evaluate() method in DirectionEvaluator
DAnglesPercentageEvaluator.java20 public static float evaluate(float value) { in evaluate() method in AnglesPercentageEvaluator
DSpeedAnglesPercentageEvaluator.java20 public static float evaluate(float value) { in evaluate() method in SpeedAnglesPercentageEvaluator
DSpeedEvaluator.java20 public static float evaluate(float value) { in evaluate() method in SpeedEvaluator
DSpeedVarianceEvaluator.java20 public static float evaluate(float value) { in evaluate() method in SpeedVarianceEvaluator
DSpeedRatioEvaluator.java20 public static float evaluate(float value) { in evaluate() method in SpeedRatioEvaluator
DDurationCountEvaluator.java20 public static float evaluate(float value) { in evaluate() method in DurationCountEvaluator
DEndPointRatioEvaluator.java20 public static float evaluate(float value) { in evaluate() method in EndPointRatioEvaluator
DAnglesVarianceEvaluator.java20 public static float evaluate(float value) { in evaluate() method in AnglesVarianceEvaluator
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/rule/
DShellCommandRule.java50 public void evaluate() throws Throwable { in apply()
53 base.evaluate(); in apply()
DLauncherActivityRule.java69 public void evaluate() throws Throwable { in evaluate() method in MyStatement
74 mBase.evaluate(); in evaluate()
DTestStabilityRule.java63 public void evaluate() throws Throwable { in apply()
66 base.evaluate(); in apply()
/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/config/
DFlagOverrideRule.java60 public void evaluate() throws Throwable { in apply()
66 base.evaluate(); in apply()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DImagePreset.java278 boolean evaluate = true; in equals()
280 evaluate = false; in equals()
282 evaluate = false; in equals()
284 if (evaluate && !a.equals(b)) { in equals()
/packages/apps/Settings/src/com/android/settings/biometrics/face/
DAnimationParticle.java155 color = (int) mEvaluator.evaluate(1 - multiplier, mAssignedColor, mErrorColor); in updateDot()
157 color = (int) mEvaluator.evaluate(1 - multiplier, mAssignedColor, mErrorColor); in updateDot()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/face/
DAnimationParticle.java155 color = (int) mEvaluator.evaluate(1 - multiplier, mAssignedColor, mErrorColor); in updateDot()
157 color = (int) mEvaluator.evaluate(1 - multiplier, mAssignedColor, mErrorColor); in updateDot()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java2841 public boolean evaluate(ItemInfo info, View view) { in removeFolderListeners()
2954 packageAndUser.evaluate(info, view) && info.itemType == ITEM_TYPE_APPLICATION; in getFirstMatchForAppClose()
2959 if (packageAndUserAndApp.evaluate(shortcutInfo, view)) { in getFirstMatchForAppClose()
2993 public boolean evaluate(ItemInfo info, View v) { in getFirstMatch()
2994 if (operator.evaluate(info, v)) { in getFirstMatch()
3016 if (matches[i] == null && operators[i].evaluate(info, v)) { in getFirstMatch()
3041 public boolean evaluate(ItemInfo info, View v) { in clearDropTargets()
3107 boolean evaluate(ItemInfo info, View view);
3133 if (op.evaluate((ItemInfo) item.getTag(), item)) { in mapOverCellLayout()
3250 public boolean evaluate(ItemInfo info, View view) { in widgetsRestored()

123