Home
last modified time | relevance | path

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

/frameworks/base/libs/input/
DSpriteController.cpp210 | DIRTY_VISIBILITY | DIRTY_HOTSPOT | DIRTY_DISPLAY_ID in doUpdateSprites()
222 | DIRTY_HOTSPOT)))) { in doUpdateSprites()
242 || (update.state.dirty & (DIRTY_HOTSPOT | DIRTY_ICON_STYLE)))) { in doUpdateSprites()
369 dirty = DIRTY_BITMAP | DIRTY_HOTSPOT; in setIcon()
380 dirty = DIRTY_BITMAP | DIRTY_HOTSPOT | DIRTY_ICON_STYLE; in setIcon()
DSpriteController.h143 DIRTY_HOTSPOT = 1 << 6, enumerator