Home
last modified time | relevance | path

Searched defs:LogicalDisplayId (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/frameworks/native/libs/ui/include/ui/
H A DLogicalDisplayId.h28 struct LogicalDisplayId : ftl::Constructible<LogicalDisplayId, int32_t>, struct
39 static const LogicalDisplayId INVALID; argument
40 static const LogicalDisplayId DEFAULT; argument
/aosp_15_r20/frameworks/base/libs/input/tests/
H A DPointerController_test.cpp79 void MockPointerControllerPolicyInterface::loadPointerIcon(SpriteIcon* icon, ui::LogicalDisplayId) { in loadPointerIcon()
85 ui::LogicalDisplayId) { in loadPointerResources()
94 std::map<PointerIconStyle, PointerAnimation>* outAnimationResources, ui::LogicalDisplayId) { in loadAdditionalMouseResources()
/aosp_15_r20/frameworks/base/libs/input/
H A DPointerController.h153 void setSpots(const PointerCoords*, const uint32_t*, BitSet32, ui::LogicalDisplayId) override { in setSpots()
214 void setSpots(const PointerCoords*, const uint32_t*, BitSet32, ui::LogicalDisplayId) override { in setSpots()
/aosp_15_r20/frameworks/native/services/inputflinger/
H A DPointerChoreographer.cpp67 inline void notifyPointerDisplayChange(std::optional<std::tuple<ui::LogicalDisplayId, vec2>> change, in notifyPointerDisplayChange()
611 const std::unordered_map<ui::LogicalDisplayId, std::vector<AdjacentDisplay>>& in setDisplayTopology()
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_hardware_display_DisplayTopology.cpp66 std::unordered_map<ui::LogicalDisplayId, std::vector<DisplayTopologyAdjacentDisplay>>& in android_hardware_display_DisplayTopologyGraphNode_toNative()
/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/
H A DInputDispatcherFuzzer.cpp104 void randomizeWindows(std::unordered_map<ui::LogicalDisplayId, std::vector<sp<FakeWindowHandle>>>& in randomizeWindows()
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeInputDispatcherPolicy.cpp409 void FakeInputDispatcherPolicy::interceptMotionBeforeQueueing(ui::LogicalDisplayId, uint32_t, in interceptMotionBeforeQueueing()
/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp828 const std::unordered_map<ui::LogicalDisplayId /*displayId*/, in isStylusActiveInDisplay()