Searched defs:isDown (Results 1 – 10 of 10) sorted by relevance
77 const bool isDown; // True if this is an ACTION_DOWN event member
67 InputEventTimeline::InputEventTimeline(bool isDown, nsecs_t eventTime, nsecs_t readTime) in InputEventTimeline()
68 void LatencyTracker::trackListener(int32_t inputEventId, bool isDown, nsecs_t eventTime, in trackListener()
241 bool TouchState::isDown() const { in isDown() function in android::inputdispatcher::TouchState
2276 const bool isDown = (maskedAction == AMOTION_EVENT_ACTION_DOWN) || in findTouchedWindowTargetsLocked() local4447 const bool isDown = args.action == AMOTION_EVENT_ACTION_DOWN; in notifyMotion() local
65 int32_t isDown = fdp.ConsumeBool(); in LLVMFuzzerTestOneInput() local
122 const bool isDown = args.action == AMOTION_EVENT_ACTION_DOWN; in processMotion() local
605 const bool isDown = resolvedAction == AMOTION_EVENT_ACTION_POINTER_DOWN || in getTouches() local
190 constexpr bool isDown = true; // does not matter for this test in TEST_F() local
1918 @Deprecated public final boolean isDown() { in isDown() method in KeyEvent