Home
last modified time | relevance | path

Searched defs:isDown (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DInputEventTimeline.h78 const bool isDown; // True if this is an ACTION_DOWN event member
DInputEventTimeline.cpp67 InputEventTimeline::InputEventTimeline(bool isDown, nsecs_t eventTime, nsecs_t readTime) in InputEventTimeline()
DLatencyTracker.cpp68 void LatencyTracker::trackListener(int32_t inputEventId, bool isDown, nsecs_t eventTime, in trackListener()
DInputDispatcher.cpp2072 const bool isDown = maskedAction == AMOTION_EVENT_ACTION_DOWN; in findTouchedWindowTargetsLocked() local
4074 const bool isDown = args->action == AMOTION_EVENT_ACTION_DOWN; in notifyMotion() local
/frameworks/native/services/inputflinger/tests/fuzzers/
DLatencyTrackerFuzzer.cpp65 int32_t isDown = fdp.ConsumeBool(); in LLVMFuzzerTestOneInput() local
/frameworks/native/services/inputflinger/
DPreferStylusOverTouchBlocker.cpp123 const bool isDown = args.action == AMOTION_EVENT_ACTION_DOWN; in processMotion() local
DUnwantedInteractionBlocker.cpp590 const bool isDown = resolvedAction == AMOTION_EVENT_ACTION_POINTER_DOWN || in getTouches() local
/frameworks/native/services/inputflinger/tests/
DLatencyTracker_test.cpp188 constexpr bool isDown = true; // does not matter for this test in TEST_F() local
/frameworks/base/core/java/android/view/
DKeyEvent.java1895 @Deprecated public final boolean isDown() { in isDown() method in KeyEvent