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

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

Completed in 145 milliseconds