Home
last modified time | relevance | path

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

/frameworks/base/libs/input/
DSpriteController.cpp211 DIRTY_VISIBILITY | DIRTY_HOTSPOT | DIRTY_DISPLAY_ID | DIRTY_ICON_STYLE | in doUpdateSprites()
244 (DIRTY_HOTSPOT | DIRTY_ICON_STYLE | DIRTY_DRAW_DROP_SHADOW)))) { in doUpdateSprites()
420 dirty |= DIRTY_ICON_STYLE; in setIcon()
424 dirty = DIRTY_BITMAP | DIRTY_HOTSPOT | DIRTY_ICON_STYLE | DIRTY_DRAW_DROP_SHADOW; in setIcon()
DSpriteController.h157 DIRTY_ICON_STYLE = 1 << 8, enumerator