Searched refs:FOCUS (Results 1 – 16 of 16) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | FakeWindows.cpp | 114 case InputEventType::FOCUS: { in consumeEvent() 153 ASSERT_EQ(InputEventType::FOCUS, event->getType()) << "Instead of FocusEvent, got " << *event; in consumeFocusEvent() 212 } else if (event->getType() == InputEventType::FOCUS) { in assertNoEvents()
|
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 131 case Type::FOCUS: in isValid() 162 case Type::FOCUS: in size() 295 case InputMessage::Type::FOCUS: { in getSanitizedCopy() 672 msg.header.type = InputMessage::Type::FOCUS; in publishFocusEvent()
|
D | InputConsumer.cpp | 350 case InputMessage::Type::FOCUS: { in consume() 901 case InputMessage::Type::FOCUS: { in dump()
|
D | InputEventLabels.cpp | 115 DEFINE_KEYCODE(FOCUS), \
|
D | InputConsumerNoResampling.cpp | 422 case InputMessage::Type::FOCUS: { in handleMessage()
|
D | Input.cpp | 345 case InputEventType::FOCUS: { in operator <<() 1335 case InputEventType::FOCUS: { in recycle()
|
/frameworks/native/include/input/ |
D | InputTransport.h | 69 FOCUS, enumerator
|
D | Input.h | 238 FOCUS = AINPUT_EVENT_TYPE_FOCUS, enumerator 998 InputEventType getType() const override { return InputEventType::FOCUS; } in getType()
|
/frameworks/native/services/inputflinger/docs/ |
D | pointer_capture.md | 39 …ow` receives a `CAPTURE` event through the `InputChannel`, followed by a `FOCUS` event to notify l…
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | Entry.h | 37 FOCUS, enumerator
|
D | Entry.cpp | 94 : EventEntry(id, Type::FOCUS, eventTime, POLICY_FLAG_PASS_TO_USER), in FocusEntry()
|
D | InputDispatcher.cpp | 564 case EventEntry::Type::FOCUS: in isUserActivityEvent() 1172 case EventEntry::Type::FOCUS: { in dispatchOnceInnerLocked() 1390 case EventEntry::Type::FOCUS: { in enqueueInboundEventLocked() 1555 case EventEntry::Type::FOCUS: in dropInboundEventLocked() 1706 return event->type == EventEntry::Type::FOCUS; in enqueueFocusEventLocked() 2223 case EventEntry::Type::FOCUS: in getTargetDisplayId() 3611 case EventEntry::Type::FOCUS: in enqueueDispatchEntryLocked() 3841 case EventEntry::Type::FOCUS: { in startDispatchCycleLocked() 4266 case EventEntry::Type::FOCUS: in synthesizeCancelationEventsForConnectionLocked() 4355 case EventEntry::Type::FOCUS: in synthesizePointerDownEventsForConnectionLocked()
|
/frameworks/base/core/jni/ |
D | android_view_InputEventReceiver.cpp | 411 case InputEventType::FOCUS: { in consumeEvents()
|
/frameworks/base/data/keyboards/ |
D | Generic.kl | 379 key 528 FOCUS
|
/frameworks/native/libs/input/tests/ |
D | InputPublisherAndConsumer_test.cpp | 418 ASSERT_EQ(InputEventType::FOCUS, event->getType()) in publishAndConsumeFocusEvent()
|
/frameworks/native/libs/gui/tests/ |
D | EndToEndNativeInputTest.cpp | 203 ASSERT_EQ(InputEventType::FOCUS, ev->getType()); in assertFocusChange()
|