Searched defs:SkListView (Results 1 - 6 of 6) sorted by relevance

/external/skia/legacy/src/views/
H A DSkListWidget.cpp15 struct SkListView::BindingRec {
20 SkListView::SkListView() function in class:SkListView
39 SkListView::~SkListView()
47 void SkListView::setHasScrollBar(bool hasSB)
72 void SkListView::setSelection(int index)
86 bool SkListView::moveSelectionUp()
105 bool SkListView::moveSelectionDown()
124 void SkListView
[all...]
H A DSkListView.cpp210 SkListView::SkListView(U32 flags) : SkWidgetView(flags) function in class:SkListView
226 SkListView::~SkListView()
232 void SkListView::setRowHeight(SkScalar height)
244 void SkListView::setSelection(int index)
262 void SkListView::moveSelectionUp()
275 void SkListView::moveSelectionDown()
288 void SkListView::invalSelection()
295 void SkListView
[all...]
/external/skia/include/views/
H A DSkWidget.h289 class SkListView : public SkView { class in inherits:SkView
291 SkListView(uint32_t flags = 0);
292 virtual ~SkListView();
/external/skia/include/views/animated/
H A DSkWidgetViews.h210 class SkListView : public SkWidgetView { class in inherits:SkWidgetView
212 SkListView();
213 virtual ~SkListView();
241 /** Call this in your event handler. If the specified event is from a SkListView,
/external/skia/legacy/include/views/
H A DSkWidget.h345 class SkListView : public SkWidgetView { class in inherits:SkWidgetView
347 SkListView(uint32_t flags = 0);
348 virtual ~SkListView();
H A DSkWidgetViews.h210 class SkListView : public SkWidgetView { class in inherits:SkWidgetView
212 SkListView();
213 virtual ~SkListView();
241 /** Call this in your event handler. If the specified event is from a SkListView,

Completed in 119 milliseconds