Home
last modified time | relevance | path

Searched refs:InteractionType (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DFalsingClassifier.java131 @Classifier.InteractionType int interactionType, in classifyGesture()
142 @Classifier.InteractionType int interactionType, in calculateFalsingResult()
DClassifier.java72 public @interface InteractionType {} annotation in Classifier
DTapClassifier.java36 @Classifier.InteractionType int interactionType, in calculateFalsingResult()
DPointerCountClassifier.java60 @Classifier.InteractionType int interactionType, in calculateFalsingResult()
DDoubleTapClassifier.java50 @Classifier.InteractionType int interactionType, in calculateFalsingResult()
DBrightLineFalsingManager.java178 private @Classifier.InteractionType int mPriorInteractionType = Classifier.GENERIC;
213 public boolean isFalseTouch(@Classifier.InteractionType int interactionType) { in isFalseTouch()
392 private boolean skipFalsing(@Classifier.InteractionType int interactionType) { in skipFalsing()
DTypeClassifier.java49 @Classifier.InteractionType int interactionType, in calculateFalsingResult()
DDiagonalClassifier.java66 @Classifier.InteractionType int interactionType, in calculateFalsingResult()
DProximityClassifier.java119 @Classifier.InteractionType int interactionType, in calculateFalsingResult()
DFalsingManagerProxy.java127 public boolean isFalseTouch(@Classifier.InteractionType int interactionType) { in isFalseTouch()
DDistanceClassifier.java155 @Classifier.InteractionType int interactionType, in calculateFalsingResult()
DZigZagClassifier.java91 @Classifier.InteractionType int interactionType, in calculateFalsingResult()
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/domain/interactor/
DFalsingInteractor.kt72 @Classifier.InteractionType interactionType: Int,
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/classifier/
DFalsingManagerFake.java78 public boolean isFalseTouch(@Classifier.InteractionType int interactionType) { in isFalseTouch()
/frameworks/proto_logging/stats/enums/jank/
Denums.proto24 enum InteractionType { enum
/frameworks/base/packages/SystemUI/docs/
Dfalsing.md118 `FalsingManager#isFalseTouch(@Classifier.InteractionType int interactionType)`.
123 the `InteractionType`.
/frameworks/proto_logging/stats/atoms/sysui/
Dsysui_atoms.proto643 enum InteractionType { enum
652 optional InteractionType interaction_type = 1;
/frameworks/base/media/java/android/media/tv/
DTvContract.java1335 public @interface InteractionType {} annotation
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java2387 @Classifier.InteractionType int interactionType = y - mInitialExpandY > 0 in flingExpands()
3870 @Classifier.InteractionType int interactionType = vel == 0 ? GENERIC
3914 @Classifier.InteractionType int interactionType) {
/frameworks/base/core/java/android/widget/
DRemoteViews.java7077 @interface InteractionType {}
7175 public RemoteResponse setInteractionType(@InteractionType int type) {
/frameworks/proto_logging/stats/
Datoms.proto7810 optional android.jank.InteractionType interaction_type = 1;