Home
last modified time | relevance | path

Searched refs:mCustomIconStyle (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DFakePointerController.cpp75 ASSERT_FALSE(mCustomIconStyle.has_value()) << "Custom pointer icon was set more than once"; in setCustomPointerIcon()
76 mCustomIconStyle = icon.style; in setCustomPointerIcon()
121 ASSERT_TRUE(mCustomIconStyle) << "Custom pointer icon was not set"; in assertCustomPointerIconSet()
122 ASSERT_EQ(iconId, mCustomIconStyle); in assertCustomPointerIconSet()
123 mCustomIconStyle.reset(); in assertCustomPointerIconSet()
127 ASSERT_EQ(std::nullopt, mCustomIconStyle); in assertCustomPointerIconNotSet()
DFakePointerController.h83 std::optional<PointerIconStyle> mCustomIconStyle; variable