Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/input/
H A DSpriteController.cpp213 | DIRTY_ICON_STYLE))))) { in doUpdateSprites()
244 || (update.state.dirty & (DIRTY_HOTSPOT | DIRTY_ICON_STYLE)))) { in doUpdateSprites()
391 dirty |= DIRTY_ICON_STYLE; in setIcon()
395 dirty = DIRTY_BITMAP | DIRTY_HOTSPOT | DIRTY_ICON_STYLE; in setIcon()
H A DSpriteController.h146 DIRTY_ICON_STYLE = 1 << 8, enumerator