HomeSort by relevance Sort by last modified time
    Searched defs:classifier (Results 1 - 25 of 324) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
AnglesPercentageEvaluator.java 17 package com.android.systemui.classifier;
21 final boolean secureUnlock = type == Classifier.BOUNCER_UNLOCK;
AnglesVarianceEvaluator.java 17 package com.android.systemui.classifier;
DirectionEvaluator.java 17 package com.android.systemui.classifier;
24 case Classifier.QUICK_SETTINGS:
25 case Classifier.NOTIFICATION_DRAG_DOWN:
30 case Classifier.NOTIFICATION_DISMISS:
35 case Classifier.UNLOCK:
36 case Classifier.BOUNCER_UNLOCK:
41 case Classifier.LEFT_AFFORDANCE:
46 case Classifier.RIGHT_AFFORDANCE:
DurationCountClassifier.java 17 package com.android.systemui.classifier;
20 * A classifier which looks at the ratio between the duration of the stroke and its number of
DurationCountEvaluator.java 17 package com.android.systemui.classifier;
EndPointLengthClassifier.java 17 package com.android.systemui.classifier;
20 * A classifier which looks at the distance between the first and the last point from the stroke.
EndPointLengthEvaluator.java 17 package com.android.systemui.classifier;
EndPointRatioEvaluator.java 17 package com.android.systemui.classifier;
GestureClassifier.java 17 package com.android.systemui.classifier;
23 public abstract class GestureClassifier extends Classifier {
LengthCountClassifier.java 17 package com.android.systemui.classifier;
20 * A classifier which looks at the ratio between the length of the stroke and its number of
LengthCountEvaluator.java 17 package com.android.systemui.classifier;
20 * A classifier which looks at the ratio between the length of the stroke and its number of
PointerCountEvaluator.java 17 package com.android.systemui.classifier;
SpeedAnglesPercentageEvaluator.java 17 package com.android.systemui.classifier;
SpeedEvaluator.java 17 package com.android.systemui.classifier;
SpeedRatioEvaluator.java 17 package com.android.systemui.classifier;
SpeedVarianceEvaluator.java 17 package com.android.systemui.classifier;
StrokeClassifier.java 17 package com.android.systemui.classifier;
22 public abstract class StrokeClassifier extends Classifier {
DirectionClassifier.java 17 package com.android.systemui.classifier;
20 * A classifier which looks at the general direction of a stroke and evaluates it depending on
EndPointRatioClassifier.java 17 package com.android.systemui.classifier;
20 * A classifier which looks at the ratio between the total length covered by the stroke and the
PointerCountClassifier.java 17 package com.android.systemui.classifier;
22 * A classifier which looks at the total number of traces in the whole gesture.
ProximityEvaluator.java 17 package com.android.systemui.classifier;
23 if (type == Classifier.QUICK_SETTINGS) {
SpeedClassifier.java 17 package com.android.systemui.classifier;
20 * A classifier that looks at the speed of the stroke. It calculates the speed of a stroke in
  /external/okhttp/website/static/
jquery-maven-artifact.min.js 7 */(function(e){function n(e,t){var n=e.groupId.replace(/\./g,"/"),r="http://repo1.maven.org/maven2/"+n+"/"+e.artifactId+"/"+t+"/"+e.artifactId+"-"+t;return typeof e.classifier!="undefined"&&(r+="-"+e.classifier),r+="."+e.packaging,r}function r(e){var t={groupId:"g",artifactId:"a",packaging:"p",classifier:"l"},n="";for(var r in t)t.hasOwnProperty(r)&&e.hasOwnProperty(r)&&(n!==""&&(n+="+AND+"),n+=t[r]+' (…) property in class:r.t
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
AnglesPercentageEvaluator.java 17 package com.android.incallui.answer.impl.classifier;
AnglesVarianceEvaluator.java 17 package com.android.incallui.answer.impl.classifier;

Completed in 172 milliseconds

1 2 3 4 5 6 7 8 91011>>