Searched defs:classifier (Results 1 - 25 of 34) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DAnglesPercentageEvaluator.java17 package com.android.systemui.classifier;
H A DAnglesVarianceEvaluator.java17 package com.android.systemui.classifier;
H A DDurationCountEvaluator.java17 package com.android.systemui.classifier;
H A DEndPointLengthEvaluator.java17 package com.android.systemui.classifier;
H A DEndPointRatioEvaluator.java17 package com.android.systemui.classifier;
H A DGestureClassifier.java17 package com.android.systemui.classifier;
H A DLengthCountEvaluator.java17 package com.android.systemui.classifier;
20 * A classifier which looks at the ratio between the length of the stroke and its number of
H A DPointerCountEvaluator.java17 package com.android.systemui.classifier;
H A DSpeedAnglesPercentageEvaluator.java17 package com.android.systemui.classifier;
H A DSpeedEvaluator.java17 package com.android.systemui.classifier;
H A DSpeedRatioEvaluator.java17 package com.android.systemui.classifier;
H A DSpeedVarianceEvaluator.java17 package com.android.systemui.classifier;
H A DDirectionClassifier.java17 package com.android.systemui.classifier;
20 * A classifier which looks at the general direction of a stroke and evaluates it depending on
H A DDirectionEvaluator.java17 package com.android.systemui.classifier;
H A DDurationCountClassifier.java17 package com.android.systemui.classifier;
20 * A classifier which looks at the ratio between the duration of the stroke and its number of
H A DEndPointLengthClassifier.java17 package com.android.systemui.classifier;
20 * A classifier which looks at the distance between the first and the last point from the stroke.
H A DEndPointRatioClassifier.java17 package com.android.systemui.classifier;
20 * A classifier which looks at the ratio between the total length covered by the stroke and the
H A DLengthCountClassifier.java17 package com.android.systemui.classifier;
20 * A classifier which looks at the ratio between the length of the stroke and its number of
H A DProximityEvaluator.java17 package com.android.systemui.classifier;
H A DStrokeClassifier.java17 package com.android.systemui.classifier;
H A DClassifierData.java17 package com.android.systemui.classifier;
H A DPoint.java17 package com.android.systemui.classifier;
H A DPointerCountClassifier.java17 package com.android.systemui.classifier;
22 * A classifier which looks at the total number of traces in the whole gesture.
H A DSpeedClassifier.java17 package com.android.systemui.classifier;
20 * A classifier that looks at the speed of the stroke. It calculates the speed of a stroke in
H A DAccelerationClassifier.java17 package com.android.systemui.classifier;
24 * A classifier which looks at the speed and distance between successive points of a Stroke.

Completed in 743 milliseconds

12