HomeSort by relevance Sort by last modified time
    Searched defs:SkView (Results 1 - 2 of 2) sorted by null

  /external/skia/src/views/
SkView.cpp 8 #include "SkView.h"
19 SkView::SkView(uint32_t flags) : fFlags(SkToU8(flags)) {
27 SkView::~SkView() {
31 void SkView::setFlags(uint32_t flags) {
46 void SkView::setVisibleP(bool pred) {
50 void SkView::setEnabledP(bool pred) {
54 void SkView::setFocusableP(bool pred) {
58 void SkView::setClipToBounds(bool pred)
    [all...]
  /external/skia/include/views/
SkView.h 23 /** \class SkView
25 SkView is the base class for screen management. All widgets and controls inherit
26 from SkView.
28 class SkView : public 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 87 milliseconds