Home
last modified time | relevance | path

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

/external/skia/src/views/
DSkListWidget.cpp413 static const char gListViewEventSlot[] = "sk-listview-slot-name"; variable
420 evt->setS32(gListViewEventSlot, fCurrIndex); in onPrepareWidgetEvent()
430 return evt.findS32(gListViewEventSlot, &index) ? index : -1; in GetWidgetEventListIndex()