Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DFakePointerController.cpp68 ASSERT_FALSE(mIconStyle.has_value()) << "Pointer icon was set more than once"; in updatePointerIcon()
69 mIconStyle = iconId; in updatePointerIcon()
111 ASSERT_TRUE(mIconStyle) << "Pointer icon style was not set"; in assertPointerIconSet()
112 ASSERT_EQ(iconId, mIconStyle); in assertPointerIconSet()
113 mIconStyle.reset(); in assertPointerIconSet()
117 ASSERT_EQ(std::nullopt, mIconStyle); in assertPointerIconNotSet()
DFakePointerController.h82 std::optional<PointerIconStyle> mIconStyle; variable