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

/external/skia/src/views/
H A DSkView.cpp8 #include "SkView.h"
18 SkView::SkView(uint32_t flags) : fFlags(SkToU8(flags)) { function in class:SkView
26 SkView::~SkView() {
30 void SkView::setFlags(uint32_t flags) {
45 void SkView::setVisibleP(bool pred) {
49 void SkView::setEnabledP(bool pred) {
53 void SkView::setFocusableP(bool pred) {
57 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 386 milliseconds