Searched defs:SkView (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/views/
H A DSkView.cpp8 #include "SkView.h"
13 SkView::SkView(uint32_t flags) : fFlags(SkToU8(flags)) function in class:SkView
22 SkView::~SkView()
27 void SkView::setFlags(uint32_t flags)
44 void SkView::setVisibleP(bool pred)
49 void SkView::setEnabledP(bool pred)
54 void SkView::setFocusableP(bool pred)
59 void SkView
[all...]
/external/skia/include/views/
H A DSkView.h23 /** \class SkView
25 SkView is the base class for screen management. All widgets and controls inherit
26 from SkView.
28 class SkView : public SkEventSink { class in inherits:SkEventSink
51 SkView(uint32_t flags = 0);
52 virtual ~SkView();
126 SkView* getFocusView() const;
136 SkView* moveFocus(FocusDirection);
142 Click(SkView* target);
169 friend class SkView;
[all...]

Completed in 161 milliseconds